HEX: #E5EDDF
RGB: (229,237,223)
#E5EDDF contains red, green and blue colors in about the same proportion. Web safe color of #E5EDDF is #CCFFCC (or #CFC).
#E5EDDF color RGB value is (229,237,223).
RGB: (229,237,223)
(90%, 93%, 87%)
R 229 of 255 = 90%
G 237 of 255 = 93%
B 223 of 255 = 87%
R + G + B ~ 90%. #E5EDDF is light color.
R + G + B = 229 + 237 + 223 = 689 (100%)
R 229 of 689 ~ 33.24%
G 237 of 689 ~ 34.4%
B 223 of 689 ~ 32.37'%
#E5EDDF color CMYK value is (3,0,6,7).
CMYK: (3,0,6,7)
C3M0Y6K7 (3%, 0%, 6%, 7%)
(0.03 / 0.00 / 0.06 / 0.07)
Color #E5EDDF in popluar color models
E5 | ED | DF | |
---|---|---|---|
RGB | 229 | 237 | 223 |
HSL | 94° | 28.00% | 90.20% |
HSB/HSV | 94° | 5.91% | 92.94% |
CMYK | 3.38% | 0.00% | 5.91% |
7.06% |
Color #E5EDDF in popluar number systems.
HEX | E5 | ED | DF |
Decimal | 229 | 237 | 223 |
Binary | 11100101 | 11101101 | 11011111 |
Octal | 345 | 355 | 337 |
Shades of #E5EDDF
Tints of #E5EDDF
Examples of css and html codes for elements with #E5EDDF color. Also use rgb(229,237,223) instead hex code.
.myTextColor { color: #E5EDDF; }
<p style="color:#E5EDDF">This sample text font color is #E5EDDF.</p>
This text font color is #E5EDDF.
.myBgColor { background-color: #E5EDDF; }
<div style="background-color:#E5EDDF">Inner text</div>
This div background color is #E5EDDF.
.myBorderColor { border: 1px solid #E5EDDF; }
<div style="border:3px solid #E5EDDF">Div</div>
This div border color is #E5EDDF.
.myOpacity80 { color: #E5EDDF; opacity: 0.8; }
<p style="color:#E5EDDF;opacity:0.8;">80%</p>
Text with #E5EDDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EDDF;}
<p style="text-shadow: 3px 3px 1px #E5EDDF">Text here.</p>
This text has shadow with #E5EDDF color.
.textShadow {text-shadow: 3px 3px 1px #E5EDDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EDDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5EDDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EDDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EDDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EDDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5EDDF;
-webkit-box-shadow: 1px 1px 3px 2px #E5EDDF;
box-shadow: 1px 1px 3px 2px #E5EDDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5EDDF; -webkit-box-shadow: 1px 1px 3px 2px #E5EDDF; box-shadow:1px 1px 3px 2px #E5EDDF;">
Div content here
</div>
This text has color #E5EDDF on black background.
This text has color #E5EDDF on white background.
This text has black color on #E5EDDF background.
This text has white color on #E5EDDF background.
Complementary color for #hex is #1A1220.