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