HEX: #EDD1DF
RGB: (237,209,223)
#EDD1DF contains red, green and blue colors in about the same proportion. Web safe color of #EDD1DF is #FFCCCC (or #FCC).
#EDD1DF color RGB value is (237,209,223).
RGB: (237,209,223)
(93%, 82%, 87%)
R 237 of 255 = 93%
G 209 of 255 = 82%
B 223 of 255 = 87%
R + G + B ~ 87%. #EDD1DF is light color.
R + G + B = 237 + 209 + 223 = 669 (100%)
R 237 of 669 ~ 35.43%
G 209 of 669 ~ 31.24%
B 223 of 669 ~ 33.33'%
#EDD1DF color CMYK value is (0,12,6,7).
CMYK: (0,12,6,7)
C0M12Y6K7 (0%, 12%, 6%, 7%)
(0.00 / 0.12 / 0.06 / 0.07)
Color #EDD1DF in popluar color models
ED | D1 | DF | |
---|---|---|---|
RGB | 237 | 209 | 223 |
HSL | 330° | 43.75% | 87.45% |
HSB/HSV | 330° | 11.81% | 92.94% |
CMYK | 0.00% | 11.81% | 5.91% |
7.06% |
Color #EDD1DF in popluar number systems.
HEX | ED | D1 | DF |
Decimal | 237 | 209 | 223 |
Binary | 11101101 | 11010001 | 11011111 |
Octal | 355 | 321 | 337 |
Shades of #EDD1DF
Tints of #EDD1DF
Examples of css and html codes for elements with #EDD1DF color. Also use rgb(237,209,223) instead hex code.
.myTextColor { color: #EDD1DF; }
<p style="color:#EDD1DF">This sample text font color is #EDD1DF.</p>
This text font color is #EDD1DF.
.myBgColor { background-color: #EDD1DF; }
<div style="background-color:#EDD1DF">Inner text</div>
This div background color is #EDD1DF.
.myBorderColor { border: 1px solid #EDD1DF; }
<div style="border:3px solid #EDD1DF">Div</div>
This div border color is #EDD1DF.
.myOpacity80 { color: #EDD1DF; opacity: 0.8; }
<p style="color:#EDD1DF;opacity:0.8;">80%</p>
Text with #EDD1DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD1DF;}
<p style="text-shadow: 3px 3px 1px #EDD1DF">Text here.</p>
This text has shadow with #EDD1DF color.
.textShadow {text-shadow: 3px 3px 1px #EDD1DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD1DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD1DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD1DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD1DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD1DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD1DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDD1DF;
box-shadow: 1px 1px 3px 2px #EDD1DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD1DF; -webkit-box-shadow: 1px 1px 3px 2px #EDD1DF; box-shadow:1px 1px 3px 2px #EDD1DF;">
Div content here
</div>
This text has color #EDD1DF on black background.
This text has color #EDD1DF on white background.
This text has black color on #EDD1DF background.
This text has white color on #EDD1DF background.
Complementary color for #hex is #122E20.