HEX: #E5DEEF
RGB: (229,222,239)
#E5DEEF contains red, green and blue colors in about the same proportion. Web safe color of #E5DEEF is #CCCCFF (or #CCF).
#E5DEEF color RGB value is (229,222,239).
RGB: (229,222,239)
(90%, 87%, 94%)
R 229 of 255 = 90%
G 222 of 255 = 87%
B 239 of 255 = 94%
R + G + B ~ 90%. #E5DEEF is light color.
R + G + B = 229 + 222 + 239 = 690 (100%)
R 229 of 690 ~ 33.19%
G 222 of 690 ~ 32.17%
B 239 of 690 ~ 34.64'%
#E5DEEF color CMYK value is (4,7,0,6).
CMYK: (4,7,0,6)
C4M7Y0K6 (4%, 7%, 0%, 6%)
(0.04 / 0.07 / 0.00 / 0.06)
Color #E5DEEF in popluar color models
E5 | DE | EF | |
---|---|---|---|
RGB | 229 | 222 | 239 |
HSL | 265° | 34.69% | 90.39% |
HSB/HSV | 265° | 7.11% | 93.73% |
CMYK | 4.18% | 7.11% | 0.00% |
6.27% |
Color #E5DEEF in popluar number systems.
HEX | E5 | DE | EF |
Decimal | 229 | 222 | 239 |
Binary | 11100101 | 11011110 | 11101111 |
Octal | 345 | 336 | 357 |
Shades of #E5DEEF
Tints of #E5DEEF
Examples of css and html codes for elements with #E5DEEF color. Also use rgb(229,222,239) instead hex code.
.myTextColor { color: #E5DEEF; }
<p style="color:#E5DEEF">This sample text font color is #E5DEEF.</p>
This text font color is #E5DEEF.
.myBgColor { background-color: #E5DEEF; }
<div style="background-color:#E5DEEF">Inner text</div>
This div background color is #E5DEEF.
.myBorderColor { border: 1px solid #E5DEEF; }
<div style="border:3px solid #E5DEEF">Div</div>
This div border color is #E5DEEF.
.myOpacity80 { color: #E5DEEF; opacity: 0.8; }
<p style="color:#E5DEEF;opacity:0.8;">80%</p>
Text with #E5DEEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5DEEF;}
<p style="text-shadow: 3px 3px 1px #E5DEEF">Text here.</p>
This text has shadow with #E5DEEF color.
.textShadow {text-shadow: 3px 3px 1px #E5DEEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5DEEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5DEEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5DEEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5DEEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5DEEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5DEEF;
-webkit-box-shadow: 1px 1px 3px 2px #E5DEEF;
box-shadow: 1px 1px 3px 2px #E5DEEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5DEEF; -webkit-box-shadow: 1px 1px 3px 2px #E5DEEF; box-shadow:1px 1px 3px 2px #E5DEEF;">
Div content here
</div>
This text has color #E5DEEF on black background.
This text has color #E5DEEF on white background.
This text has black color on #E5DEEF background.
This text has white color on #E5DEEF background.
Complementary color for #hex is #1A2110.