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