HEX: #EEE2DD
RGB: (238,226,221)
#EEE2DD contains red, green and blue colors in about the same proportion. Web safe color of #EEE2DD is #FFCCCC (or #FCC).
#EEE2DD color RGB value is (238,226,221).
RGB: (238,226,221)
(93%, 89%, 87%)
R 238 of 255 = 93%
G 226 of 255 = 89%
B 221 of 255 = 87%
R + G + B ~ 90%. #EEE2DD is light color.
R + G + B = 238 + 226 + 221 = 685 (100%)
R 238 of 685 ~ 34.74%
G 226 of 685 ~ 32.99%
B 221 of 685 ~ 32.26'%
#EEE2DD color CMYK value is (0,5,7,7).
CMYK: (0,5,7,7)
C0M5Y7K7 (0%, 5%, 7%, 7%)
(0.00 / 0.05 / 0.07 / 0.07)
Color #EEE2DD in popluar color models
EE | E2 | DD | |
---|---|---|---|
RGB | 238 | 226 | 221 |
HSL | 18° | 33.33% | 90.00% |
HSB/HSV | 18° | 7.14% | 93.33% |
CMYK | 0.00% | 5.04% | 7.14% |
6.67% |
Color #EEE2DD in popluar number systems.
HEX | EE | E2 | DD |
Decimal | 238 | 226 | 221 |
Binary | 11101110 | 11100010 | 11011101 |
Octal | 356 | 342 | 335 |
Shades of #EEE2DD
Tints of #EEE2DD
Examples of css and html codes for elements with #EEE2DD color. Also use rgb(238,226,221) instead hex code.
.myTextColor { color: #EEE2DD; }
<p style="color:#EEE2DD">This sample text font color is #EEE2DD.</p>
This text font color is #EEE2DD.
.myBgColor { background-color: #EEE2DD; }
<div style="background-color:#EEE2DD">Inner text</div>
This div background color is #EEE2DD.
.myBorderColor { border: 1px solid #EEE2DD; }
<div style="border:3px solid #EEE2DD">Div</div>
This div border color is #EEE2DD.
.myOpacity80 { color: #EEE2DD; opacity: 0.8; }
<p style="color:#EEE2DD;opacity:0.8;">80%</p>
Text with #EEE2DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEE2DD;}
<p style="text-shadow: 3px 3px 1px #EEE2DD">Text here.</p>
This text has shadow with #EEE2DD color.
.textShadow {text-shadow: 3px 3px 1px #EEE2DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEE2DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEE2DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE2DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEE2DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEE2DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE2DD;
-webkit-box-shadow: 1px 1px 3px 2px #EEE2DD;
box-shadow: 1px 1px 3px 2px #EEE2DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE2DD; -webkit-box-shadow: 1px 1px 3px 2px #EEE2DD; box-shadow:1px 1px 3px 2px #EEE2DD;">
Div content here
</div>
This text has color #EEE2DD on black background.
This text has color #EEE2DD on white background.
This text has black color on #EEE2DD background.
This text has white color on #EEE2DD background.
Complementary color for #hex is #111D22.