HEX: #EDDFD9
RGB: (237,223,217)
#EDDFD9 contains red, green and blue colors in about the same proportion. Web safe color of #EDDFD9 is #FFCCCC (or #FCC).
#EDDFD9 color RGB value is (237,223,217).
RGB: (237,223,217)
(93%, 87%, 85%)
R 237 of 255 = 93%
G 223 of 255 = 87%
B 217 of 255 = 85%
R + G + B ~ 88%. #EDDFD9 is light color.
R + G + B = 237 + 223 + 217 = 677 (100%)
R 237 of 677 ~ 35.01%
G 223 of 677 ~ 32.94%
B 217 of 677 ~ 32.05'%
#EDDFD9 color CMYK value is (0,6,8,7).
CMYK: (0,6,8,7) C0M6Y8K7 (0%,6%,8%,7%) (0.00/0.06/0.08/0.07)
Color #EDDFD9 in popluar color models
ED | DF | D9 | |
---|---|---|---|
RGB | 237 | 223 | 217 |
HSL | 18° | 35.71% | 89.02% |
HSB/HSV | 18° | 8.44% | 92.94% |
CMYK | 0.00% | 5.91% | 8.44% |
7.06% |
Color #EDDFD9 in popluar number systems.
HEX | ED | DF | D9 |
Decimal | 237 | 223 | 217 |
Binary | 11101101 | 11011111 | 11011001 |
Octal | 355 | 337 | 331 |
Shades of #EDDFD9
Tints of #EDDFD9
Examples of css and html codes for elements with #EDDFD9 color. Also use rgb(237,223,217) instead hex code.
.myTextColor { color: #EDDFD9; }
<p style="color:#EDDFD9">This sample text font color is #EDDFD9.</p>
This text font color is #EDDFD9.
.myBgColor { background-color: #EDDFD9; }
<div style="background-color:#EDDFD9">Inner text</div>
This div background color is #EDDFD9.
.myBorderColor { border: 1px solid #EDDFD9; }
<div style="border:3px solid #EDDFD9">Div</div>
This div border color is #EDDFD9.
.myOpacity80 { color: #EDDFD9; opacity: 0.8; }
<p style="color:#EDDFD9;opacity:0.8;">80%</p>
Text with #EDDFD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDFD9;}
<p style="text-shadow: 3px 3px 1px #EDDFD9">Text here.</p>
This text has shadow with #EDDFD9 color.
.textShadow {text-shadow: 3px 3px 1px #EDDFD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDFD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDFD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDFD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDFD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDFD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDFD9;
-webkit-box-shadow: 1px 1px 3px 2px #EDDFD9;
box-shadow: 1px 1px 3px 2px #EDDFD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDFD9; -webkit-box-shadow: 1px 1px 3px 2px #EDDFD9; box-shadow:1px 1px 3px 2px #EDDFD9;">
Div content here
</div>
This text has color #EDDFD9 on black background.
This text has color #EDDFD9 on white background.
This text has black color on #EDDFD9 background.
This text has white color on #EDDFD9 background.
Complementary color for #hex is #122026.