HEX: #EDDCDE
RGB: (237,220,222)
#EDDCDE contains red, green and blue colors in about the same proportion. Web safe color of #EDDCDE is #FFCCCC (or #FCC).
#EDDCDE color RGB value is (237,220,222).
RGB: (237,220,222)
(93%, 86%, 87%)
R 237 of 255 = 93%
G 220 of 255 = 86%
B 222 of 255 = 87%
R + G + B ~ 89%. #EDDCDE is light color.
R + G + B = 237 + 220 + 222 = 679 (100%)
R 237 of 679 ~ 34.9%
G 220 of 679 ~ 32.4%
B 222 of 679 ~ 32.7'%
#EDDCDE color CMYK value is (0,7,6,7).
CMYK: (0,7,6,7)
C0M7Y6K7 (0%, 7%, 6%, 7%)
(0.00 / 0.07 / 0.06 / 0.07)
Color #EDDCDE in popluar color models
ED | DC | DE | |
---|---|---|---|
RGB | 237 | 220 | 222 |
HSL | 353° | 32.08% | 89.61% |
HSB/HSV | 353° | 7.17% | 92.94% |
CMYK | 0.00% | 7.17% | 6.33% |
7.06% |
Color #EDDCDE in popluar number systems.
HEX | ED | DC | DE |
Decimal | 237 | 220 | 222 |
Binary | 11101101 | 11011100 | 11011110 |
Octal | 355 | 334 | 336 |
Shades of #EDDCDE
Tints of #EDDCDE
Examples of css and html codes for elements with #EDDCDE color. Also use rgb(237,220,222) instead hex code.
.myTextColor { color: #EDDCDE; }
<p style="color:#EDDCDE">This sample text font color is #EDDCDE.</p>
This text font color is #EDDCDE.
.myBgColor { background-color: #EDDCDE; }
<div style="background-color:#EDDCDE">Inner text</div>
This div background color is #EDDCDE.
.myBorderColor { border: 1px solid #EDDCDE; }
<div style="border:3px solid #EDDCDE">Div</div>
This div border color is #EDDCDE.
.myOpacity80 { color: #EDDCDE; opacity: 0.8; }
<p style="color:#EDDCDE;opacity:0.8;">80%</p>
Text with #EDDCDE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDCDE;}
<p style="text-shadow: 3px 3px 1px #EDDCDE">Text here.</p>
This text has shadow with #EDDCDE color.
.textShadow {text-shadow: 3px 3px 1px #EDDCDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDCDE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDCDE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDCDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDCDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDCDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDCDE;
-webkit-box-shadow: 1px 1px 3px 2px #EDDCDE;
box-shadow: 1px 1px 3px 2px #EDDCDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDCDE; -webkit-box-shadow: 1px 1px 3px 2px #EDDCDE; box-shadow:1px 1px 3px 2px #EDDCDE;">
Div content here
</div>
This text has color #EDDCDE on black background.
This text has color #EDDCDE on white background.
This text has black color on #EDDCDE background.
This text has white color on #EDDCDE background.
Complementary color for #hex is #122321.