HEX: #EEE9DE
RGB: (238,233,222)
#EEE9DE contains red, green and blue colors in about the same proportion. Web safe color of #EEE9DE is #FFFFCC (or #FFC).
#EEE9DE color RGB value is (238,233,222).
RGB: (238,233,222)
(93%, 91%, 87%)
R 238 of 255 = 93%
G 233 of 255 = 91%
B 222 of 255 = 87%
R + G + B ~ 90%. #EEE9DE is light color.
R + G + B = 238 + 233 + 222 = 693 (100%)
R 238 of 693 ~ 34.34%
G 233 of 693 ~ 33.62%
B 222 of 693 ~ 32.03'%
#EEE9DE color CMYK value is (0,2,7,7).
CMYK: (0,2,7,7) C0M2Y7K7 (0%,2%,7%,7%) (0.00/0.02/0.07/0.07)
Color #EEE9DE in popluar color models
EE | E9 | DE | |
---|---|---|---|
RGB | 238 | 233 | 222 |
HSL | 41° | 32.00% | 90.20% |
HSB/HSV | 41° | 6.72% | 93.33% |
CMYK | 0.00% | 2.10% | 6.72% |
6.67% |
Color #EEE9DE in popluar number systems.
HEX | EE | E9 | DE |
Decimal | 238 | 233 | 222 |
Binary | 11101110 | 11101001 | 11011110 |
Octal | 356 | 351 | 336 |
Shades of #EEE9DE
Tints of #EEE9DE
Examples of css and html codes for elements with #EEE9DE color. Also use rgb(238,233,222) instead hex code.
.myTextColor { color: #EEE9DE; }
<p style="color:#EEE9DE">This sample text font color is #EEE9DE.</p>
This text font color is #EEE9DE.
.myBgColor { background-color: #EEE9DE; }
<div style="background-color:#EEE9DE">Inner text</div>
This div background color is #EEE9DE.
.myBorderColor { border: 1px solid #EEE9DE; }
<div style="border:3px solid #EEE9DE">Div</div>
This div border color is #EEE9DE.
.myOpacity80 { color: #EEE9DE; opacity: 0.8; }
<p style="color:#EEE9DE;opacity:0.8;">80%</p>
Text with #EEE9DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEE9DE;}
<p style="text-shadow: 3px 3px 1px #EEE9DE">Text here.</p>
This text has shadow with #EEE9DE color.
.textShadow {text-shadow: 3px 3px 1px #EEE9DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEE9DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEE9DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE9DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEE9DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEE9DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE9DE;
-webkit-box-shadow: 1px 1px 3px 2px #EEE9DE;
box-shadow: 1px 1px 3px 2px #EEE9DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE9DE; -webkit-box-shadow: 1px 1px 3px 2px #EEE9DE; box-shadow:1px 1px 3px 2px #EEE9DE;">
Div content here
</div>
This text has color #EEE9DE on black background.
This text has color #EEE9DE on white background.
This text has black color on #EEE9DE background.
This text has white color on #EEE9DE background.
Complementary color for #hex is #111621.