HEX: #EDE5EC
RGB: (237,229,236)
#EDE5EC contains red, green and blue colors in about the same proportion. Web safe color of #EDE5EC is #FFCCFF (or #FCF).
#EDE5EC color RGB value is (237,229,236).
RGB: (237,229,236)
(93%, 90%, 93%)
R 237 of 255 = 93%
G 229 of 255 = 90%
B 236 of 255 = 93%
R + G + B ~ 92%. #EDE5EC is light color.
R + G + B = 237 + 229 + 236 = 702 (100%)
R 237 of 702 ~ 33.76%
G 229 of 702 ~ 32.62%
B 236 of 702 ~ 33.62'%
#EDE5EC color CMYK value is (0,3,0,7).
CMYK: (0,3,0,7)
C0M3Y0K7 (0%, 3%, 0%, 7%)
(0.00 / 0.03 / 0.00 / 0.07)
Color #EDE5EC in popluar color models
ED | E5 | EC | |
---|---|---|---|
RGB | 237 | 229 | 236 |
HSL | 308° | 18.18% | 91.37% |
HSB/HSV | 308° | 3.38% | 92.94% |
CMYK | 0.00% | 3.38% | 0.42% |
7.06% |
Color #EDE5EC in popluar number systems.
HEX | ED | E5 | EC |
Decimal | 237 | 229 | 236 |
Binary | 11101101 | 11100101 | 11101100 |
Octal | 355 | 345 | 354 |
Shades of #EDE5EC
Tints of #EDE5EC
Examples of css and html codes for elements with #EDE5EC color. Also use rgb(237,229,236) instead hex code.
.myTextColor { color: #EDE5EC; }
<p style="color:#EDE5EC">This sample text font color is #EDE5EC.</p>
This text font color is #EDE5EC.
.myBgColor { background-color: #EDE5EC; }
<div style="background-color:#EDE5EC">Inner text</div>
This div background color is #EDE5EC.
.myBorderColor { border: 1px solid #EDE5EC; }
<div style="border:3px solid #EDE5EC">Div</div>
This div border color is #EDE5EC.
.myOpacity80 { color: #EDE5EC; opacity: 0.8; }
<p style="color:#EDE5EC;opacity:0.8;">80%</p>
Text with #EDE5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE5EC;}
<p style="text-shadow: 3px 3px 1px #EDE5EC">Text here.</p>
This text has shadow with #EDE5EC color.
.textShadow {text-shadow: 3px 3px 1px #EDE5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE5EC;
-webkit-box-shadow: 1px 1px 3px 2px #EDE5EC;
box-shadow: 1px 1px 3px 2px #EDE5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE5EC; -webkit-box-shadow: 1px 1px 3px 2px #EDE5EC; box-shadow:1px 1px 3px 2px #EDE5EC;">
Div content here
</div>
This text has color #EDE5EC on black background.
This text has color #EDE5EC on white background.
This text has black color on #EDE5EC background.
This text has white color on #EDE5EC background.
Complementary color for #hex is #121A13.