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