HEX: #E1DAEC
RGB: (225,218,236)
#E1DAEC contains red, green and blue colors in about the same proportion. Web safe color of #E1DAEC is #CCCCFF (or #CCF).
#E1DAEC color RGB value is (225,218,236).
RGB: (225,218,236)
(88%, 85%, 93%)
R 225 of 255 = 88%
G 218 of 255 = 85%
B 236 of 255 = 93%
R + G + B ~ 89%. #E1DAEC is light color.
R + G + B = 225 + 218 + 236 = 679 (100%)
R 225 of 679 ~ 33.14%
G 218 of 679 ~ 32.11%
B 236 of 679 ~ 34.76'%
#E1DAEC 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 #E1DAEC in popluar color models
E1 | DA | EC | |
---|---|---|---|
RGB | 225 | 218 | 236 |
HSL | 263° | 32.14% | 89.02% |
HSB/HSV | 263° | 7.63% | 92.55% |
CMYK | 4.66% | 7.63% | 0.00% |
7.45% |
Color #E1DAEC in popluar number systems.
HEX | E1 | DA | EC |
Decimal | 225 | 218 | 236 |
Binary | 11100001 | 11011010 | 11101100 |
Octal | 341 | 332 | 354 |
Shades of #E1DAEC
Tints of #E1DAEC
Examples of css and html codes for elements with #E1DAEC color. Also use rgb(225,218,236) instead hex code.
.myTextColor { color: #E1DAEC; }
<p style="color:#E1DAEC">This sample text font color is #E1DAEC.</p>
This text font color is #E1DAEC.
.myBgColor { background-color: #E1DAEC; }
<div style="background-color:#E1DAEC">Inner text</div>
This div background color is #E1DAEC.
.myBorderColor { border: 1px solid #E1DAEC; }
<div style="border:3px solid #E1DAEC">Div</div>
This div border color is #E1DAEC.
.myOpacity80 { color: #E1DAEC; opacity: 0.8; }
<p style="color:#E1DAEC;opacity:0.8;">80%</p>
Text with #E1DAEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DAEC;}
<p style="text-shadow: 3px 3px 1px #E1DAEC">Text here.</p>
This text has shadow with #E1DAEC color.
.textShadow {text-shadow: 3px 3px 1px #E1DAEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DAEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DAEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DAEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DAEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DAEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DAEC;
-webkit-box-shadow: 1px 1px 3px 2px #E1DAEC;
box-shadow: 1px 1px 3px 2px #E1DAEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DAEC; -webkit-box-shadow: 1px 1px 3px 2px #E1DAEC; box-shadow:1px 1px 3px 2px #E1DAEC;">
Div content here
</div>
This text has color #E1DAEC on black background.
This text has color #E1DAEC on white background.
This text has black color on #E1DAEC background.
This text has white color on #E1DAEC background.
Complementary color for #hex is #1E2513.