HEX: #E1D8FF
RGB: (225,216,255)
#E1D8FF contains red, green and blue colors in about the same proportion. Web safe color of #E1D8FF is #CCCCFF (or #CCF).
#E1D8FF color RGB value is (225,216,255).
RGB: (225,216,255)
(88%, 85%, 100%)
R 225 of 255 = 88%
G 216 of 255 = 85%
B 255 of 255 = 100%
R + G + B ~ 91%. #E1D8FF is light color.
R + G + B = 225 + 216 + 255 = 696 (100%)
R 225 of 696 ~ 32.33%
G 216 of 696 ~ 31.03%
B 255 of 696 ~ 36.64'%
#E1D8FF color CMYK value is (12,15,0,0).
CMYK: (12,15,0,0)
C12M15Y0K0 (12%, 15%, 0%, 0%)
(0.12 / 0.15 / 0.00 / 0.00)
Color #E1D8FF in popluar color models
E1 | D8 | FF | |
---|---|---|---|
RGB | 225 | 216 | 255 |
HSL | 254° | 100.00% | 92.35% |
HSB/HSV | 254° | 15.29% | 100.00% |
CMYK | 11.76% | 15.29% | 0.00% |
0.00% |
Color #E1D8FF in popluar number systems.
HEX | E1 | D8 | FF |
Decimal | 225 | 216 | 255 |
Binary | 11100001 | 11011000 | 11111111 |
Octal | 341 | 330 | 377 |
Shades of #E1D8FF
Tints of #E1D8FF
Examples of css and html codes for elements with #E1D8FF color. Also use rgb(225,216,255) instead hex code.
.myTextColor { color: #E1D8FF; }
<p style="color:#E1D8FF">This sample text font color is #E1D8FF.</p>
This text font color is #E1D8FF.
.myBgColor { background-color: #E1D8FF; }
<div style="background-color:#E1D8FF">Inner text</div>
This div background color is #E1D8FF.
.myBorderColor { border: 1px solid #E1D8FF; }
<div style="border:3px solid #E1D8FF">Div</div>
This div border color is #E1D8FF.
.myOpacity80 { color: #E1D8FF; opacity: 0.8; }
<p style="color:#E1D8FF;opacity:0.8;">80%</p>
Text with #E1D8FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D8FF;}
<p style="text-shadow: 3px 3px 1px #E1D8FF">Text here.</p>
This text has shadow with #E1D8FF color.
.textShadow {text-shadow: 3px 3px 1px #E1D8FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D8FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1D8FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D8FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D8FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D8FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1D8FF;
-webkit-box-shadow: 1px 1px 3px 2px #E1D8FF;
box-shadow: 1px 1px 3px 2px #E1D8FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1D8FF; -webkit-box-shadow: 1px 1px 3px 2px #E1D8FF; box-shadow:1px 1px 3px 2px #E1D8FF;">
Div content here
</div>
This text has color #E1D8FF on black background.
This text has color #E1D8FF on white background.
This text has black color on #E1D8FF background.
This text has white color on #E1D8FF background.
Complementary color for #hex is #1E2700.