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