COLOR #E2DCF9

HEX: #E2DCF9
RGB: (226,220,249)

Renk bilgisi

#E2DCF9 contains red, green and blue colors in about the same proportion. #E2DCF9 ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E2DCF9 color RGB value is (226,220,249).

  • kırmız ton 226;
  • yeşil ton 220;
  • mavi ton 249.
RGB:
(226,220,249)
(89%,86%,98%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 220 of 255 = 86%
B 249 of 255 = 98%

226
220
249

R + G + B ~ 91%. #E2DCF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 220 + 249 = 695 (100%)
R 226 of 695 ~ 32.52%
G 220 of 695 ~ 31.65%
B 249 of 695 ~ 35.83%

%32.52
%31.65
%35.83

CMYK RENK MODELİ

#E2DCF9 rengi CMYK tonu (9,12,0,2).

  • camgöbeği tonu 9.24%
  • eflatun tonu 11.65%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(9,12,0,2)
C9M12Y0K2 
(9%,12%,0%,2%)
(0.09/0.12/0.00/0.02)	

CMYK yüzdeleri

%9.24
%11.65
%0
%2.35

Codes

Color #E2DCF9 in popluar color models

E2DCF9
RGB226220249
HSL252°70.73%91.96%
HSB/HSV252°11.65%97.65%
CMYK9.24%11.65%0.00%
2.35%

Color #E2DCF9 in popluar number systems.

HEXE2DCF9
Decimal226220249
Binary111000101101110011111001
Octal342334371

Shades and tints

Shades of #E2DCF9

#E2DCF9
(226,220,249)
#CEC8E3
(206,200,227)
#BAB4CD
(186,180,205)
#A6A0B7
(166,160,183)
#928CA1
(146,140,161)
#7E788B
(126,120,139)
#6A6475
(106,100,117)
#56505F
(86,80,95)
#423C49
(66,60,73)
#2E2833
(46,40,51)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #E2DCF9

#E2DCF9
(226,220,249)
#E4DFF9
(228,223,249)
#E6E2F9
(230,226,249)
#E8E5F9
(232,229,249)
#EAE8F9
(234,232,249)
#ECEBF9
(236,235,249)
#EEEEF9
(238,238,249)
#F0F1F9
(240,241,249)
#F2F4F9
(242,244,249)
#F4F7F9
(244,247,249)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DCF9 color. Also use rgb(226,220,249) instead hex code.

Text Font Color

.myTextColor { color: #E2DCF9; }

<p style="color:#E2DCF9">This sample text font color is #E2DCF9.</p>

This text font color is #E2DCF9.


Background Color

.myBgColor { background-color: #E2DCF9; }

<div style="background-color:#E2DCF9">Inner text</div>

This div background color is #E2DCF9.


Border color

.myBorderColor { border: 1px solid #E2DCF9; }

<div style="border:3px solid #E2DCF9">Div</div>

This div border color is #E2DCF9.


Opacity

.myOpacity80 { color: #E2DCF9; opacity: 0.8; }

<p style="color:#E2DCF9;opacity:0.8;">80%</p>

Text with #E2DCF9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2DCF9;}

<p style="text-shadow: 3px 3px 1px #E2DCF9">Text here.</p>

This text has shadow with #E2DCF9 color.

.textShadow {text-shadow: 3px 3px 1px #E2DCF9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2DCF9, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2DCF9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2DCF9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2DCF9, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2DCF9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E2DCF9;
  -webkit-box-shadow:	1px 1px 3px 2px #E2DCF9;
  box-shadow:		1px 1px 3px 2px #E2DCF9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2DCF9;
-webkit-box-shadow: 1px 1px 3px 2px #E2DCF9;
box-shadow:1px 1px 3px 2px #E2DCF9;">
Div content here</div>
This div box has shadow with color #E2DCF9.

Preview

Color preview on black background

This text has color #E2DCF9 on black background.


Color preview on white background

This text has color #E2DCF9 on white background.



Black color preview on #E2DCF9 background

This text has black color on #E2DCF9 background.


White color preview on #E2DCF9 background

This text has white color on #E2DCF9 background.