HEX: #E4DAFE
RGB: (228,218,254)
#E4DAFE contains red, green and blue colors in about the same proportion. Web safe color of #E4DAFE is #CCCCFF (or #CCF).
#E4DAFE color RGB value is (228,218,254).
RGB: (228,218,254)
(89%, 85%, 100%)
R 228 of 255 = 89%
G 218 of 255 = 85%
B 254 of 255 = 100%
R + G + B ~ 91%. #E4DAFE is light color.
R + G + B = 228 + 218 + 254 = 700 (100%)
R 228 of 700 ~ 32.57%
G 218 of 700 ~ 31.14%
B 254 of 700 ~ 36.29'%
#E4DAFE color CMYK value is (10,14,0,0).
CMYK: (10,14,0,0) C10M14Y0K0 (10%,14%,0%,0%) (0.10/0.14/0.00/0.00)
Color #E4DAFE in popluar color models
E4 | DA | FE | |
---|---|---|---|
RGB | 228 | 218 | 254 |
HSL | 257° | 94.74% | 92.55% |
HSB/HSV | 257° | 14.17% | 99.61% |
CMYK | 10.24% | 14.17% | 0.00% |
0.39% |
Color #E4DAFE in popluar number systems.
HEX | E4 | DA | FE |
Decimal | 228 | 218 | 254 |
Binary | 11100100 | 11011010 | 11111110 |
Octal | 344 | 332 | 376 |
Shades of #E4DAFE
Tints of #E4DAFE
Examples of css and html codes for elements with #E4DAFE color. Also use rgb(228,218,254) instead hex code.
.myTextColor { color: #E4DAFE; }
<p style="color:#E4DAFE">This sample text font color is #E4DAFE.</p>
This text font color is #E4DAFE.
.myBgColor { background-color: #E4DAFE; }
<div style="background-color:#E4DAFE">Inner text</div>
This div background color is #E4DAFE.
.myBorderColor { border: 1px solid #E4DAFE; }
<div style="border:3px solid #E4DAFE">Div</div>
This div border color is #E4DAFE.
.myOpacity80 { color: #E4DAFE; opacity: 0.8; }
<p style="color:#E4DAFE;opacity:0.8;">80%</p>
Text with #E4DAFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4DAFE;}
<p style="text-shadow: 3px 3px 1px #E4DAFE">Text here.</p>
This text has shadow with #E4DAFE color.
.textShadow {text-shadow: 3px 3px 1px #E4DAFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4DAFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4DAFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4DAFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4DAFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4DAFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4DAFE;
-webkit-box-shadow: 1px 1px 3px 2px #E4DAFE;
box-shadow: 1px 1px 3px 2px #E4DAFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4DAFE; -webkit-box-shadow: 1px 1px 3px 2px #E4DAFE; box-shadow:1px 1px 3px 2px #E4DAFE;">
Div content here
</div>
This text has color #E4DAFE on black background.
This text has color #E4DAFE on white background.
This text has black color on #E4DAFE background.
This text has white color on #E4DAFE background.
Complementary color for #hex is #1B2501.