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