HEX: #EEE5DC
RGB: (238,229,220)
#EEE5DC contains red, green and blue colors in about the same proportion. Web safe color of #EEE5DC is #FFCCCC (or #FCC).
#EEE5DC color RGB value is (238,229,220).
RGB: (238,229,220)
(93%, 90%, 86%)
R 238 of 255 = 93%
G 229 of 255 = 90%
B 220 of 255 = 86%
R + G + B ~ 90%. #EEE5DC is light color.
R + G + B = 238 + 229 + 220 = 687 (100%)
R 238 of 687 ~ 34.64%
G 229 of 687 ~ 33.33%
B 220 of 687 ~ 32.02'%
#EEE5DC color CMYK value is (0,4,8,7).
CMYK: (0,4,8,7) C0M4Y8K7 (0%,4%,8%,7%) (0.00/0.04/0.08/0.07)
Color #EEE5DC in popluar color models
EE | E5 | DC | |
---|---|---|---|
RGB | 238 | 229 | 220 |
HSL | 30° | 34.62% | 89.80% |
HSB/HSV | 30° | 7.56% | 93.33% |
CMYK | 0.00% | 3.78% | 7.56% |
6.67% |
Color #EEE5DC in popluar number systems.
HEX | EE | E5 | DC |
Decimal | 238 | 229 | 220 |
Binary | 11101110 | 11100101 | 11011100 |
Octal | 356 | 345 | 334 |
Shades of #EEE5DC
Tints of #EEE5DC
Examples of css and html codes for elements with #EEE5DC color. Also use rgb(238,229,220) instead hex code.
.myTextColor { color: #EEE5DC; }
<p style="color:#EEE5DC">This sample text font color is #EEE5DC.</p>
This text font color is #EEE5DC.
.myBgColor { background-color: #EEE5DC; }
<div style="background-color:#EEE5DC">Inner text</div>
This div background color is #EEE5DC.
.myBorderColor { border: 1px solid #EEE5DC; }
<div style="border:3px solid #EEE5DC">Div</div>
This div border color is #EEE5DC.
.myOpacity80 { color: #EEE5DC; opacity: 0.8; }
<p style="color:#EEE5DC;opacity:0.8;">80%</p>
Text with #EEE5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEE5DC;}
<p style="text-shadow: 3px 3px 1px #EEE5DC">Text here.</p>
This text has shadow with #EEE5DC color.
.textShadow {text-shadow: 3px 3px 1px #EEE5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEE5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEE5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEE5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEE5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE5DC;
-webkit-box-shadow: 1px 1px 3px 2px #EEE5DC;
box-shadow: 1px 1px 3px 2px #EEE5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE5DC; -webkit-box-shadow: 1px 1px 3px 2px #EEE5DC; box-shadow:1px 1px 3px 2px #EEE5DC;">
Div content here
</div>
This text has color #EEE5DC on black background.
This text has color #EEE5DC on white background.
This text has black color on #EEE5DC background.
This text has white color on #EEE5DC background.
Complementary color for #hex is #111A23.