HEX: #E4D9FF
RGB: (228,217,255)
#E4D9FF contains red, green and blue colors in about the same proportion. Web safe color of #E4D9FF is #CCCCFF (or #CCF).
#E4D9FF color RGB value is (228,217,255).
RGB: (228,217,255)
(89%, 85%, 100%)
R 228 of 255 = 89%
G 217 of 255 = 85%
B 255 of 255 = 100%
R + G + B ~ 91%. #E4D9FF is light color.
R + G + B = 228 + 217 + 255 = 700 (100%)
R 228 of 700 ~ 32.57%
G 217 of 700 ~ 31%
B 255 of 700 ~ 36.43'%
#E4D9FF color CMYK value is (11,15,0,0).
CMYK: (11,15,0,0)
C11M15Y0K0 (11%, 15%, 0%, 0%)
(0.11 / 0.15 / 0.00 / 0.00)
Color #E4D9FF in popluar color models
E4 | D9 | FF | |
---|---|---|---|
RGB | 228 | 217 | 255 |
HSL | 257° | 100.00% | 92.55% |
HSB/HSV | 257° | 14.90% | 100.00% |
CMYK | 10.59% | 14.90% | 0.00% |
0.00% |
Color #E4D9FF in popluar number systems.
HEX | E4 | D9 | FF |
Decimal | 228 | 217 | 255 |
Binary | 11100100 | 11011001 | 11111111 |
Octal | 344 | 331 | 377 |
Shades of #E4D9FF
Tints of #E4D9FF
Examples of css and html codes for elements with #E4D9FF color. Also use rgb(228,217,255) instead hex code.
.myTextColor { color: #E4D9FF; }
<p style="color:#E4D9FF">This sample text font color is #E4D9FF.</p>
This text font color is #E4D9FF.
.myBgColor { background-color: #E4D9FF; }
<div style="background-color:#E4D9FF">Inner text</div>
This div background color is #E4D9FF.
.myBorderColor { border: 1px solid #E4D9FF; }
<div style="border:3px solid #E4D9FF">Div</div>
This div border color is #E4D9FF.
.myOpacity80 { color: #E4D9FF; opacity: 0.8; }
<p style="color:#E4D9FF;opacity:0.8;">80%</p>
Text with #E4D9FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D9FF;}
<p style="text-shadow: 3px 3px 1px #E4D9FF">Text here.</p>
This text has shadow with #E4D9FF color.
.textShadow {text-shadow: 3px 3px 1px #E4D9FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D9FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4D9FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D9FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D9FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D9FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4D9FF;
-webkit-box-shadow: 1px 1px 3px 2px #E4D9FF;
box-shadow: 1px 1px 3px 2px #E4D9FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4D9FF; -webkit-box-shadow: 1px 1px 3px 2px #E4D9FF; box-shadow:1px 1px 3px 2px #E4D9FF;">
Div content here
</div>
This text has color #E4D9FF on black background.
This text has color #E4D9FF on white background.
This text has black color on #E4D9FF background.
This text has white color on #E4D9FF background.
Complementary color for #hex is #1B2600.