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