HEX: #EDC8EC
RGB: (237,200,236)
#EDC8EC contains red, green and blue colors in about the same proportion. Web safe color of #EDC8EC is #FFCCFF (or #FCF).
#EDC8EC color RGB value is (237,200,236).
RGB: (237,200,236)
(93%, 78%, 93%)
R 237 of 255 = 93%
G 200 of 255 = 78%
B 236 of 255 = 93%
R + G + B ~ 88%. #EDC8EC is light color.
R + G + B = 237 + 200 + 236 = 673 (100%)
R 237 of 673 ~ 35.22%
G 200 of 673 ~ 29.72%
B 236 of 673 ~ 35.07'%
#EDC8EC color CMYK value is (0,16,0,7).
CMYK: (0,16,0,7)
C0M16Y0K7 (0%, 16%, 0%, 7%)
(0.00 / 0.16 / 0.00 / 0.07)
Color #EDC8EC in popluar color models
ED | C8 | EC | |
---|---|---|---|
RGB | 237 | 200 | 236 |
HSL | 302° | 50.68% | 85.69% |
HSB/HSV | 302° | 15.61% | 92.94% |
CMYK | 0.00% | 15.61% | 0.42% |
7.06% |
Color #EDC8EC in popluar number systems.
HEX | ED | C8 | EC |
Decimal | 237 | 200 | 236 |
Binary | 11101101 | 11001000 | 11101100 |
Octal | 355 | 310 | 354 |
Shades of #EDC8EC
Tints of #EDC8EC
Examples of css and html codes for elements with #EDC8EC color. Also use rgb(237,200,236) instead hex code.
.myTextColor { color: #EDC8EC; }
<p style="color:#EDC8EC">This sample text font color is #EDC8EC.</p>
This text font color is #EDC8EC.
.myBgColor { background-color: #EDC8EC; }
<div style="background-color:#EDC8EC">Inner text</div>
This div background color is #EDC8EC.
.myBorderColor { border: 1px solid #EDC8EC; }
<div style="border:3px solid #EDC8EC">Div</div>
This div border color is #EDC8EC.
.myOpacity80 { color: #EDC8EC; opacity: 0.8; }
<p style="color:#EDC8EC;opacity:0.8;">80%</p>
Text with #EDC8EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC8EC;}
<p style="text-shadow: 3px 3px 1px #EDC8EC">Text here.</p>
This text has shadow with #EDC8EC color.
.textShadow {text-shadow: 3px 3px 1px #EDC8EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC8EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC8EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC8EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC8EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC8EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC8EC;
-webkit-box-shadow: 1px 1px 3px 2px #EDC8EC;
box-shadow: 1px 1px 3px 2px #EDC8EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC8EC; -webkit-box-shadow: 1px 1px 3px 2px #EDC8EC; box-shadow:1px 1px 3px 2px #EDC8EC;">
Div content here
</div>
This text has color #EDC8EC on black background.
This text has color #EDC8EC on white background.
This text has black color on #EDC8EC background.
This text has white color on #EDC8EC background.
Complementary color for #hex is #123713.