HEX: #E6DAEE
RGB: (230,218,238)
#E6DAEE contains red, green and blue colors in about the same proportion. Web safe color of #E6DAEE is #CCCCFF (or #CCF).
#E6DAEE color RGB value is (230,218,238).
RGB: (230,218,238)
(90%, 85%, 93%)
R 230 of 255 = 90%
G 218 of 255 = 85%
B 238 of 255 = 93%
R + G + B ~ 89%. #E6DAEE is light color.
R + G + B = 230 + 218 + 238 = 686 (100%)
R 230 of 686 ~ 33.53%
G 218 of 686 ~ 31.78%
B 238 of 686 ~ 34.69'%
#E6DAEE color CMYK value is (3,8,0,7).
CMYK: (3,8,0,7) C3M8Y0K7 (3%,8%,0%,7%) (0.03/0.08/0.00/0.07)
Color #E6DAEE in popluar color models
E6 | DA | EE | |
---|---|---|---|
RGB | 230 | 218 | 238 |
HSL | 276° | 37.04% | 89.41% |
HSB/HSV | 276° | 8.40% | 93.33% |
CMYK | 3.36% | 8.40% | 0.00% |
6.67% |
Color #E6DAEE in popluar number systems.
HEX | E6 | DA | EE |
Decimal | 230 | 218 | 238 |
Binary | 11100110 | 11011010 | 11101110 |
Octal | 346 | 332 | 356 |
Shades of #E6DAEE
Tints of #E6DAEE
Examples of css and html codes for elements with #E6DAEE color. Also use rgb(230,218,238) instead hex code.
.myTextColor { color: #E6DAEE; }
<p style="color:#E6DAEE">This sample text font color is #E6DAEE.</p>
This text font color is #E6DAEE.
.myBgColor { background-color: #E6DAEE; }
<div style="background-color:#E6DAEE">Inner text</div>
This div background color is #E6DAEE.
.myBorderColor { border: 1px solid #E6DAEE; }
<div style="border:3px solid #E6DAEE">Div</div>
This div border color is #E6DAEE.
.myOpacity80 { color: #E6DAEE; opacity: 0.8; }
<p style="color:#E6DAEE;opacity:0.8;">80%</p>
Text with #E6DAEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DAEE;}
<p style="text-shadow: 3px 3px 1px #E6DAEE">Text here.</p>
This text has shadow with #E6DAEE color.
.textShadow {text-shadow: 3px 3px 1px #E6DAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DAEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DAEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DAEE;
-webkit-box-shadow: 1px 1px 3px 2px #E6DAEE;
box-shadow: 1px 1px 3px 2px #E6DAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DAEE; -webkit-box-shadow: 1px 1px 3px 2px #E6DAEE; box-shadow:1px 1px 3px 2px #E6DAEE;">
Div content here
</div>
This text has color #E6DAEE on black background.
This text has color #E6DAEE on white background.
This text has black color on #E6DAEE background.
This text has white color on #E6DAEE background.
Complementary color for #hex is #192511.