HEX: #E1DAED
RGB: (225,218,237)
#E1DAED contains red, green and blue colors in about the same proportion. Web safe color of #E1DAED is #CCCCFF (or #CCF).
#E1DAED color RGB value is (225,218,237).
RGB: (225,218,237)
(88%, 85%, 93%)
R 225 of 255 = 88%
G 218 of 255 = 85%
B 237 of 255 = 93%
R + G + B ~ 89%. #E1DAED is light color.
R + G + B = 225 + 218 + 237 = 680 (100%)
R 225 of 680 ~ 33.09%
G 218 of 680 ~ 32.06%
B 237 of 680 ~ 34.85'%
#E1DAED color CMYK value is (5,8,0,7).
CMYK: (5,8,0,7)
C5M8Y0K7 (5%, 8%, 0%, 7%)
(0.05 / 0.08 / 0.00 / 0.07)
Color #E1DAED in popluar color models
E1 | DA | ED | |
---|---|---|---|
RGB | 225 | 218 | 237 |
HSL | 262° | 34.55% | 89.22% |
HSB/HSV | 262° | 8.02% | 92.94% |
CMYK | 5.06% | 8.02% | 0.00% |
7.06% |
Color #E1DAED in popluar number systems.
HEX | E1 | DA | ED |
Decimal | 225 | 218 | 237 |
Binary | 11100001 | 11011010 | 11101101 |
Octal | 341 | 332 | 355 |
Shades of #E1DAED
Tints of #E1DAED
Examples of css and html codes for elements with #E1DAED color. Also use rgb(225,218,237) instead hex code.
.myTextColor { color: #E1DAED; }
<p style="color:#E1DAED">This sample text font color is #E1DAED.</p>
This text font color is #E1DAED.
.myBgColor { background-color: #E1DAED; }
<div style="background-color:#E1DAED">Inner text</div>
This div background color is #E1DAED.
.myBorderColor { border: 1px solid #E1DAED; }
<div style="border:3px solid #E1DAED">Div</div>
This div border color is #E1DAED.
.myOpacity80 { color: #E1DAED; opacity: 0.8; }
<p style="color:#E1DAED;opacity:0.8;">80%</p>
Text with #E1DAED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DAED;}
<p style="text-shadow: 3px 3px 1px #E1DAED">Text here.</p>
This text has shadow with #E1DAED color.
.textShadow {text-shadow: 3px 3px 1px #E1DAED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DAED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DAED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DAED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DAED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DAED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DAED;
-webkit-box-shadow: 1px 1px 3px 2px #E1DAED;
box-shadow: 1px 1px 3px 2px #E1DAED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DAED; -webkit-box-shadow: 1px 1px 3px 2px #E1DAED; box-shadow:1px 1px 3px 2px #E1DAED;">
Div content here
</div>
This text has color #E1DAED on black background.
This text has color #E1DAED on white background.
This text has black color on #E1DAED background.
This text has white color on #E1DAED background.
Complementary color for #hex is #1E2512.