COLOR #E5DEEC

HEX: #E5DEEC RGB: (229,222,236)

Color info

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

RGB color model

#E5DEEC color RGB value is (229,222,236).

RGB: (229,222,236) (90%, 87%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 236 of 255 = 93%

229
222
236

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

Portions of RGB colors in percentages

R + G + B = 229 + 222 + 236 = 687 (100%)
R 229 of 687 ~ 33.33%
G 222 of 687 ~ 32.31%
B 236 of 687 ~ 34.35'%

%33.33
%32.31
%34.35

CMYK color model

#E5DEEC color CMYK value is (3,6,0,7).

  • cyan value is 2.97%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.97
%5.93
%0
%7.45

Codes

Color #E5DEEC in popluar color models

E5 DE EC
RGB 229 222 236
HSL 270° 26.92% 89.80%
HSB/HSV 270° 5.93% 92.55%
CMYK 2.97% 5.93% 0.00%
7.45%

Color #E5DEEC in popluar number systems.

HEX E5 DE EC
Decimal 229 222 236
Binary 11100101 11011110 11101100
Octal 345 336 354

Shades and tints

Shades of #E5DEEC

#E5DEEC
(229,222,236)
#D1CAD7
(209,202,215)
#BDB6C2
(189,182,194)
#A9A2AD
(169,162,173)
#958E98
(149,142,152)
#817A83
(129,122,131)
#6D666E
(109,102,110)
#595259
(89,82,89)
#453E44
(69,62,68)
#312A2F
(49,42,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #E5DEEC

#E5DEEC
(229,222,236)
#E7E1ED
(231,225,237)
#E9E4EE
(233,228,238)
#EBE7EF
(235,231,239)
#EDEAF0
(237,234,240)
#EFEDF1
(239,237,241)
#F1F0F2
(241,240,242)
#F3F3F3
(243,243,243)
#F5F6F4
(245,246,244)
#F7F9F5
(247,249,245)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DEEC color. Also use rgb(229,222,236) instead hex code.

Text Font Color

.myTextColor { color: #E5DEEC; }

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

This text font color is #E5DEEC.

Background Color

.myBgColor { background-color: #E5DEEC; }

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

This div background color is #E5DEEC.

Border color

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

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

This div border color is #E5DEEC.

Opacity

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

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

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

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

This text has shadow with #E5DEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DEEC.

Preview

Color preview on black background

This text has color #E5DEEC on black background.


Color preview on white background

This text has color #E5DEEC on white background.


Black color preview on #E5DEEC background

This text has black color on #E5DEEC background.


White color preview on #E5DEEC background

This text has white color on #E5DEEC background.


Related colors

Complementary color

Complementary color for #hex is #1A2113.


I love getcolorcode.com

Triadic colors

1 #ECE5DE and #DEECE5 with #E5DEEC are triadic colors.

2 #ECDEE5 and #DEE5EC with #E5DEEC are triadic colors.