HEX: #EDC5DF
RGB: (237,197,223)
#EDC5DF contains red, green and blue colors in about the same proportion. Web safe color of #EDC5DF is #FFCCCC (or #FCC).
#EDC5DF color RGB value is (237,197,223).
RGB: (237,197,223)
(93%, 77%, 87%)
R 237 of 255 = 93%
G 197 of 255 = 77%
B 223 of 255 = 87%
R + G + B ~ 86%. #EDC5DF is light color.
R + G + B = 237 + 197 + 223 = 657 (100%)
R 237 of 657 ~ 36.07%
G 197 of 657 ~ 29.98%
B 223 of 657 ~ 33.94'%
#EDC5DF color CMYK value is (0,17,6,7).
CMYK: (0,17,6,7) C0M17Y6K7 (0%,17%,6%,7%) (0.00/0.17/0.06/0.07)
Color #EDC5DF in popluar color models
ED | C5 | DF | |
---|---|---|---|
RGB | 237 | 197 | 223 |
HSL | 321° | 52.63% | 85.10% |
HSB/HSV | 321° | 16.88% | 92.94% |
CMYK | 0.00% | 16.88% | 5.91% |
7.06% |
Color #EDC5DF in popluar number systems.
HEX | ED | C5 | DF |
Decimal | 237 | 197 | 223 |
Binary | 11101101 | 11000101 | 11011111 |
Octal | 355 | 305 | 337 |
Shades of #EDC5DF
Tints of #EDC5DF
Examples of css and html codes for elements with #EDC5DF color. Also use rgb(237,197,223) instead hex code.
.myTextColor { color: #EDC5DF; }
<p style="color:#EDC5DF">This sample text font color is #EDC5DF.</p>
This text font color is #EDC5DF.
.myBgColor { background-color: #EDC5DF; }
<div style="background-color:#EDC5DF">Inner text</div>
This div background color is #EDC5DF.
.myBorderColor { border: 1px solid #EDC5DF; }
<div style="border:3px solid #EDC5DF">Div</div>
This div border color is #EDC5DF.
.myOpacity80 { color: #EDC5DF; opacity: 0.8; }
<p style="color:#EDC5DF;opacity:0.8;">80%</p>
Text with #EDC5DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC5DF;}
<p style="text-shadow: 3px 3px 1px #EDC5DF">Text here.</p>
This text has shadow with #EDC5DF color.
.textShadow {text-shadow: 3px 3px 1px #EDC5DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC5DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC5DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC5DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC5DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC5DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC5DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDC5DF;
box-shadow: 1px 1px 3px 2px #EDC5DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC5DF; -webkit-box-shadow: 1px 1px 3px 2px #EDC5DF; box-shadow:1px 1px 3px 2px #EDC5DF;">
Div content here
</div>
This text has color #EDC5DF on black background.
This text has color #EDC5DF on white background.
This text has black color on #EDC5DF background.
This text has white color on #EDC5DF background.
Complementary color for #hex is #123A20.