HEX: #EDC4DF
RGB: (237,196,223)
#EDC4DF contains red, green and blue colors in about the same proportion. Web safe color of #EDC4DF is #FFCCCC (or #FCC).
#EDC4DF color RGB value is (237,196,223).
RGB: (237,196,223)
(93%, 77%, 87%)
R 237 of 255 = 93%
G 196 of 255 = 77%
B 223 of 255 = 87%
R + G + B ~ 86%. #EDC4DF is light color.
R + G + B = 237 + 196 + 223 = 656 (100%)
R 237 of 656 ~ 36.13%
G 196 of 656 ~ 29.88%
B 223 of 656 ~ 33.99'%
#EDC4DF 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 #EDC4DF in popluar color models
ED | C4 | DF | |
---|---|---|---|
RGB | 237 | 196 | 223 |
HSL | 320° | 53.25% | 84.90% |
HSB/HSV | 320° | 17.30% | 92.94% |
CMYK | 0.00% | 17.30% | 5.91% |
7.06% |
Color #EDC4DF in popluar number systems.
HEX | ED | C4 | DF |
Decimal | 237 | 196 | 223 |
Binary | 11101101 | 11000100 | 11011111 |
Octal | 355 | 304 | 337 |
Shades of #EDC4DF
Tints of #EDC4DF
Examples of css and html codes for elements with #EDC4DF color. Also use rgb(237,196,223) instead hex code.
.myTextColor { color: #EDC4DF; }
<p style="color:#EDC4DF">This sample text font color is #EDC4DF.</p>
This text font color is #EDC4DF.
.myBgColor { background-color: #EDC4DF; }
<div style="background-color:#EDC4DF">Inner text</div>
This div background color is #EDC4DF.
.myBorderColor { border: 1px solid #EDC4DF; }
<div style="border:3px solid #EDC4DF">Div</div>
This div border color is #EDC4DF.
.myOpacity80 { color: #EDC4DF; opacity: 0.8; }
<p style="color:#EDC4DF;opacity:0.8;">80%</p>
Text with #EDC4DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC4DF;}
<p style="text-shadow: 3px 3px 1px #EDC4DF">Text here.</p>
This text has shadow with #EDC4DF color.
.textShadow {text-shadow: 3px 3px 1px #EDC4DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC4DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC4DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC4DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC4DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC4DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC4DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDC4DF;
box-shadow: 1px 1px 3px 2px #EDC4DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC4DF; -webkit-box-shadow: 1px 1px 3px 2px #EDC4DF; box-shadow:1px 1px 3px 2px #EDC4DF;">
Div content here
</div>
This text has color #EDC4DF on black background.
This text has color #EDC4DF on white background.
This text has black color on #EDC4DF background.
This text has white color on #EDC4DF background.
Complementary color for #hex is #123B20.