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