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