HEX: #E9DAEA
RGB: (233,218,234)
#E9DAEA contains red, green and blue colors in about the same proportion. Web safe color of #E9DAEA is #FFCCFF (or #FCF).
#E9DAEA color RGB value is (233,218,234).
RGB: (233,218,234)
(91%, 85%, 92%)
R 233 of 255 = 91%
G 218 of 255 = 85%
B 234 of 255 = 92%
R + G + B ~ 89%. #E9DAEA is light color.
R + G + B = 233 + 218 + 234 = 685 (100%)
R 233 of 685 ~ 34.01%
G 218 of 685 ~ 31.82%
B 234 of 685 ~ 34.16'%
#E9DAEA color CMYK value is (0,7,0,8).
CMYK: (0,7,0,8) C0M7Y0K8 (0%,7%,0%,8%) (0.00/0.07/0.00/0.08)
Color #E9DAEA in popluar color models
E9 | DA | EA | |
---|---|---|---|
RGB | 233 | 218 | 234 |
HSL | 296° | 27.59% | 88.63% |
HSB/HSV | 296° | 6.84% | 91.76% |
CMYK | 0.43% | 6.84% | 0.00% |
8.24% |
Color #E9DAEA in popluar number systems.
HEX | E9 | DA | EA |
Decimal | 233 | 218 | 234 |
Binary | 11101001 | 11011010 | 11101010 |
Octal | 351 | 332 | 352 |
Shades of #E9DAEA
Tints of #E9DAEA
Examples of css and html codes for elements with #E9DAEA color. Also use rgb(233,218,234) instead hex code.
.myTextColor { color: #E9DAEA; }
<p style="color:#E9DAEA">This sample text font color is #E9DAEA.</p>
This text font color is #E9DAEA.
.myBgColor { background-color: #E9DAEA; }
<div style="background-color:#E9DAEA">Inner text</div>
This div background color is #E9DAEA.
.myBorderColor { border: 1px solid #E9DAEA; }
<div style="border:3px solid #E9DAEA">Div</div>
This div border color is #E9DAEA.
.myOpacity80 { color: #E9DAEA; opacity: 0.8; }
<p style="color:#E9DAEA;opacity:0.8;">80%</p>
Text with #E9DAEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9DAEA;}
<p style="text-shadow: 3px 3px 1px #E9DAEA">Text here.</p>
This text has shadow with #E9DAEA color.
.textShadow {text-shadow: 3px 3px 1px #E9DAEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9DAEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9DAEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DAEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9DAEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9DAEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9DAEA;
-webkit-box-shadow: 1px 1px 3px 2px #E9DAEA;
box-shadow: 1px 1px 3px 2px #E9DAEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9DAEA; -webkit-box-shadow: 1px 1px 3px 2px #E9DAEA; box-shadow:1px 1px 3px 2px #E9DAEA;">
Div content here
</div>
This text has color #E9DAEA on black background.
This text has color #E9DAEA on white background.
This text has black color on #E9DAEA background.
This text has white color on #E9DAEA background.
Complementary color for #hex is #162515.