HEX: #E2DAEF
RGB: (226,218,239)
#E2DAEF contains red, green and blue colors in about the same proportion. Web safe color of #E2DAEF is #CCCCFF (or #CCF).
#E2DAEF color RGB value is (226,218,239).
RGB: (226,218,239)
(89%, 85%, 94%)
R 226 of 255 = 89%
G 218 of 255 = 85%
B 239 of 255 = 94%
R + G + B ~ 89%. #E2DAEF is light color.
R + G + B = 226 + 218 + 239 = 683 (100%)
R 226 of 683 ~ 33.09%
G 218 of 683 ~ 31.92%
B 239 of 683 ~ 34.99'%
#E2DAEF color CMYK value is (5,9,0,6).
CMYK: (5,9,0,6)
C5M9Y0K6 (5%, 9%, 0%, 6%)
(0.05 / 0.09 / 0.00 / 0.06)
Color #E2DAEF in popluar color models
E2 | DA | EF | |
---|---|---|---|
RGB | 226 | 218 | 239 |
HSL | 263° | 39.62% | 89.61% |
HSB/HSV | 263° | 8.79% | 93.73% |
CMYK | 5.44% | 8.79% | 0.00% |
6.27% |
Color #E2DAEF in popluar number systems.
HEX | E2 | DA | EF |
Decimal | 226 | 218 | 239 |
Binary | 11100010 | 11011010 | 11101111 |
Octal | 342 | 332 | 357 |
Shades of #E2DAEF
Tints of #E2DAEF
Examples of css and html codes for elements with #E2DAEF color. Also use rgb(226,218,239) instead hex code.
.myTextColor { color: #E2DAEF; }
<p style="color:#E2DAEF">This sample text font color is #E2DAEF.</p>
This text font color is #E2DAEF.
.myBgColor { background-color: #E2DAEF; }
<div style="background-color:#E2DAEF">Inner text</div>
This div background color is #E2DAEF.
.myBorderColor { border: 1px solid #E2DAEF; }
<div style="border:3px solid #E2DAEF">Div</div>
This div border color is #E2DAEF.
.myOpacity80 { color: #E2DAEF; opacity: 0.8; }
<p style="color:#E2DAEF;opacity:0.8;">80%</p>
Text with #E2DAEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2DAEF;}
<p style="text-shadow: 3px 3px 1px #E2DAEF">Text here.</p>
This text has shadow with #E2DAEF color.
.textShadow {text-shadow: 3px 3px 1px #E2DAEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2DAEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2DAEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2DAEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2DAEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2DAEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2DAEF;
-webkit-box-shadow: 1px 1px 3px 2px #E2DAEF;
box-shadow: 1px 1px 3px 2px #E2DAEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2DAEF; -webkit-box-shadow: 1px 1px 3px 2px #E2DAEF; box-shadow:1px 1px 3px 2px #E2DAEF;">
Div content here
</div>
This text has color #E2DAEF on black background.
This text has color #E2DAEF on white background.
This text has black color on #E2DAEF background.
This text has white color on #E2DAEF background.
Complementary color for #hex is #1D2510.