COLOR #E2DDEC

HEX: #E2DDEC RGB: (226,221,236)

Color info

#E2DDEC contains red, green and blue colors in about the same proportion. Web safe color of #E2DDEC is #CCCCFF (or #CCF).

RGB color model

#E2DDEC color RGB value is (226,221,236).

RGB: (226,221,236) (89%, 87%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 236 of 255 = 93%

226
221
236

R + G + B ~ 90%. #E2DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 236 = 683 (100%)
R 226 of 683 ~ 33.09%
G 221 of 683 ~ 32.36%
B 236 of 683 ~ 34.55'%

%33.09
%32.36
%34.55

CMYK color model

#E2DDEC color CMYK value is (4,6,0,7).

  • cyan value is 4.24%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,6,0,7)
C4M6Y0K7 (4%, 6%, 0%, 7%)
(0.04 / 0.06 / 0.00 / 0.07)

CMYK percentages

%4.24
%6.36
%0
%7.45

Codes

Color #E2DDEC in popluar color models

E2 DD EC
RGB 226 221 236
HSL 260° 28.30% 89.61%
HSB/HSV 260° 6.36% 92.55%
CMYK 4.24% 6.36% 0.00%
7.45%

Color #E2DDEC in popluar number systems.

HEX E2 DD EC
Decimal 226 221 236
Binary 11100010 11011101 11101100
Octal 342 335 354

Shades and tints

Shades of #E2DDEC

#E2DDEC
(226,221,236)
#CEC9D7
(206,201,215)
#BAB5C2
(186,181,194)
#A6A1AD
(166,161,173)
#928D98
(146,141,152)
#7E7983
(126,121,131)
#6A656E
(106,101,110)
#565159
(86,81,89)
#423D44
(66,61,68)
#2E292F
(46,41,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #E2DDEC

#E2DDEC
(226,221,236)
#E4E0ED
(228,224,237)
#E6E3EE
(230,227,238)
#E8E6EF
(232,230,239)
#EAE9F0
(234,233,240)
#ECECF1
(236,236,241)
#EEEFF2
(238,239,242)
#F0F2F3
(240,242,243)
#F2F5F4
(242,245,244)
#F4F8F5
(244,248,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DDEC color. Also use rgb(226,221,236) instead hex code.

Text Font Color

.myTextColor { color: #E2DDEC; }

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

This text font color is #E2DDEC.

Background Color

.myBgColor { background-color: #E2DDEC; }

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

This div background color is #E2DDEC.

Border color

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

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

This div border color is #E2DDEC.

Opacity

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

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

Text with #E2DDEC 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 #E2DDEC;}

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

This text has shadow with #E2DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDEC.

Preview

Color preview on black background

This text has color #E2DDEC on black background.


Color preview on white background

This text has color #E2DDEC on white background.


Black color preview on #E2DDEC background

This text has black color on #E2DDEC background.


White color preview on #E2DDEC background

This text has white color on #E2DDEC background.


Related colors

Complementary color

Complementary color for #hex is #1D2213.


I love getcolorcode.com

Triadic colors

1 #ECE2DD and #DDECE2 with #E2DDEC are triadic colors.

2 #ECDDE2 and #DDE2EC with #E2DDEC are triadic colors.