HEX: #EDE0ED
RGB: (237,224,237)
#EDE0ED contains red, green and blue colors in about the same proportion. Web safe color of #EDE0ED is #FFCCFF (or #FCF).
#EDE0ED color RGB value is (237,224,237).
RGB: (237,224,237)
(93%, 88%, 93%)
R 237 of 255 = 93%
G 224 of 255 = 88%
B 237 of 255 = 93%
R + G + B ~ 91%. #EDE0ED is light color.
R + G + B = 237 + 224 + 237 = 698 (100%)
R 237 of 698 ~ 33.95%
G 224 of 698 ~ 32.09%
B 237 of 698 ~ 33.95'%
#EDE0ED color CMYK value is (0,5,0,7).
CMYK: (0,5,0,7) C0M5Y0K7 (0%,5%,0%,7%) (0.00/0.05/0.00/0.07)
Color #EDE0ED in popluar color models
ED | E0 | ED | |
---|---|---|---|
RGB | 237 | 224 | 237 |
HSL | 300° | 26.53% | 90.39% |
HSB/HSV | 300° | 5.49% | 92.94% |
CMYK | 0.00% | 5.49% | 0.00% |
7.06% |
Color #EDE0ED in popluar number systems.
HEX | ED | E0 | ED |
Decimal | 237 | 224 | 237 |
Binary | 11101101 | 11100000 | 11101101 |
Octal | 355 | 340 | 355 |
Shades of #EDE0ED
Tints of #EDE0ED
Examples of css and html codes for elements with #EDE0ED color. Also use rgb(237,224,237) instead hex code.
.myTextColor { color: #EDE0ED; }
<p style="color:#EDE0ED">This sample text font color is #EDE0ED.</p>
This text font color is #EDE0ED.
.myBgColor { background-color: #EDE0ED; }
<div style="background-color:#EDE0ED">Inner text</div>
This div background color is #EDE0ED.
.myBorderColor { border: 1px solid #EDE0ED; }
<div style="border:3px solid #EDE0ED">Div</div>
This div border color is #EDE0ED.
.myOpacity80 { color: #EDE0ED; opacity: 0.8; }
<p style="color:#EDE0ED;opacity:0.8;">80%</p>
Text with #EDE0ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE0ED;}
<p style="text-shadow: 3px 3px 1px #EDE0ED">Text here.</p>
This text has shadow with #EDE0ED color.
.textShadow {text-shadow: 3px 3px 1px #EDE0ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE0ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE0ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE0ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE0ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE0ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE0ED;
-webkit-box-shadow: 1px 1px 3px 2px #EDE0ED;
box-shadow: 1px 1px 3px 2px #EDE0ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE0ED; -webkit-box-shadow: 1px 1px 3px 2px #EDE0ED; box-shadow:1px 1px 3px 2px #EDE0ED;">
Div content here
</div>
This text has color #EDE0ED on black background.
This text has color #EDE0ED on white background.
This text has black color on #EDE0ED background.
This text has white color on #EDE0ED background.
Complementary color for #hex is #121F12.