HEX: #EDD5DC
RGB: (237,213,220)
#EDD5DC contains red, green and blue colors in about the same proportion. Web safe color of #EDD5DC is #FFCCCC (or #FCC).
#EDD5DC color RGB value is (237,213,220).
RGB: (237,213,220)
(93%, 84%, 86%)
R 237 of 255 = 93%
G 213 of 255 = 84%
B 220 of 255 = 86%
R + G + B ~ 88%. #EDD5DC is light color.
R + G + B = 237 + 213 + 220 = 670 (100%)
R 237 of 670 ~ 35.37%
G 213 of 670 ~ 31.79%
B 220 of 670 ~ 32.84'%
#EDD5DC color CMYK value is (0,10,7,7).
CMYK: (0,10,7,7) C0M10Y7K7 (0%,10%,7%,7%) (0.00/0.10/0.07/0.07)
Color #EDD5DC in popluar color models
ED | D5 | DC | |
---|---|---|---|
RGB | 237 | 213 | 220 |
HSL | 343° | 40.00% | 88.24% |
HSB/HSV | 343° | 10.13% | 92.94% |
CMYK | 0.00% | 10.13% | 7.17% |
7.06% |
Color #EDD5DC in popluar number systems.
HEX | ED | D5 | DC |
Decimal | 237 | 213 | 220 |
Binary | 11101101 | 11010101 | 11011100 |
Octal | 355 | 325 | 334 |
Shades of #EDD5DC
Tints of #EDD5DC
Examples of css and html codes for elements with #EDD5DC color. Also use rgb(237,213,220) instead hex code.
.myTextColor { color: #EDD5DC; }
<p style="color:#EDD5DC">This sample text font color is #EDD5DC.</p>
This text font color is #EDD5DC.
.myBgColor { background-color: #EDD5DC; }
<div style="background-color:#EDD5DC">Inner text</div>
This div background color is #EDD5DC.
.myBorderColor { border: 1px solid #EDD5DC; }
<div style="border:3px solid #EDD5DC">Div</div>
This div border color is #EDD5DC.
.myOpacity80 { color: #EDD5DC; opacity: 0.8; }
<p style="color:#EDD5DC;opacity:0.8;">80%</p>
Text with #EDD5DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD5DC;}
<p style="text-shadow: 3px 3px 1px #EDD5DC">Text here.</p>
This text has shadow with #EDD5DC color.
.textShadow {text-shadow: 3px 3px 1px #EDD5DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD5DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD5DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD5DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD5DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD5DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD5DC;
-webkit-box-shadow: 1px 1px 3px 2px #EDD5DC;
box-shadow: 1px 1px 3px 2px #EDD5DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD5DC; -webkit-box-shadow: 1px 1px 3px 2px #EDD5DC; box-shadow:1px 1px 3px 2px #EDD5DC;">
Div content here
</div>
This text has color #EDD5DC on black background.
This text has color #EDD5DC on white background.
This text has black color on #EDD5DC background.
This text has white color on #EDD5DC background.
Complementary color for #hex is #122A23.