HEX: #E5DAFD
RGB: (229,218,253)
#E5DAFD contains red, green and blue colors in about the same proportion. Web safe color of #E5DAFD is #CCCCFF (or #CCF).
#E5DAFD color RGB value is (229,218,253).
RGB: (229,218,253)
(90%, 85%, 99%)
R 229 of 255 = 90%
G 218 of 255 = 85%
B 253 of 255 = 99%
R + G + B ~ 91%. #E5DAFD is light color.
R + G + B = 229 + 218 + 253 = 700 (100%)
R 229 of 700 ~ 32.71%
G 218 of 700 ~ 31.14%
B 253 of 700 ~ 36.14'%
#E5DAFD color CMYK value is (9,14,0,1).
CMYK: (9,14,0,1)
C9M14Y0K1 (9%, 14%, 0%, 1%)
(0.09 / 0.14 / 0.00 / 0.01)
Color #E5DAFD in popluar color models
E5 | DA | FD | |
---|---|---|---|
RGB | 229 | 218 | 253 |
HSL | 259° | 89.74% | 92.35% |
HSB/HSV | 259° | 13.83% | 99.22% |
CMYK | 9.49% | 13.83% | 0.00% |
0.78% |
Color #E5DAFD in popluar number systems.
HEX | E5 | DA | FD |
Decimal | 229 | 218 | 253 |
Binary | 11100101 | 11011010 | 11111101 |
Octal | 345 | 332 | 375 |
Shades of #E5DAFD
Tints of #E5DAFD
Examples of css and html codes for elements with #E5DAFD color. Also use rgb(229,218,253) instead hex code.
.myTextColor { color: #E5DAFD; }
<p style="color:#E5DAFD">This sample text font color is #E5DAFD.</p>
This text font color is #E5DAFD.
.myBgColor { background-color: #E5DAFD; }
<div style="background-color:#E5DAFD">Inner text</div>
This div background color is #E5DAFD.
.myBorderColor { border: 1px solid #E5DAFD; }
<div style="border:3px solid #E5DAFD">Div</div>
This div border color is #E5DAFD.
.myOpacity80 { color: #E5DAFD; opacity: 0.8; }
<p style="color:#E5DAFD;opacity:0.8;">80%</p>
Text with #E5DAFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5DAFD;}
<p style="text-shadow: 3px 3px 1px #E5DAFD">Text here.</p>
This text has shadow with #E5DAFD color.
.textShadow {text-shadow: 3px 3px 1px #E5DAFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5DAFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5DAFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5DAFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5DAFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5DAFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5DAFD;
-webkit-box-shadow: 1px 1px 3px 2px #E5DAFD;
box-shadow: 1px 1px 3px 2px #E5DAFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5DAFD; -webkit-box-shadow: 1px 1px 3px 2px #E5DAFD; box-shadow:1px 1px 3px 2px #E5DAFD;">
Div content here
</div>
This text has color #E5DAFD on black background.
This text has color #E5DAFD on white background.
This text has black color on #E5DAFD background.
This text has white color on #E5DAFD background.
Complementary color for #hex is #1A2502.