HEX: #E5DEEC
RGB: (229,222,236)
#E5DEEC contains red, green and blue colors in about the same proportion. Web safe color of #E5DEEC is #CCCCFF (or #CCF).
#E5DEEC color RGB value is (229,222,236).
RGB: (229,222,236)
(90%, 87%, 93%)
R 229 of 255 = 90%
G 222 of 255 = 87%
B 236 of 255 = 93%
R + G + B ~ 90%. #E5DEEC is light color.
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'%
#E5DEEC color CMYK value is (3,6,0,7).
CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)
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 of #E5DEEC
Tints of #E5DEEC
Examples of css and html codes for elements with #E5DEEC color. Also use rgb(229,222,236) instead hex code.
.myTextColor { color: #E5DEEC; }
<p style="color:#E5DEEC">This sample text font color is #E5DEEC.</p>
This text font color is #E5DEEC.
.myBgColor { background-color: #E5DEEC; }
<div style="background-color:#E5DEEC">Inner text</div>
This div background color is #E5DEEC.
.myBorderColor { border: 1px solid #E5DEEC; }
<div style="border:3px solid #E5DEEC">Div</div>
This div border color is #E5DEEC.
.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%.
.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.
/* 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 text has color #E5DEEC on black background.
This text has color #E5DEEC on white background.
This text has black color on #E5DEEC background.
This text has white color on #E5DEEC background.
Complementary color for #hex is #1A2113.