HEX: #E1D3FE
RGB: (225,211,254)
#E1D3FE contains red, green and blue colors in about the same proportion. Web safe color of #E1D3FE is #CCCCFF (or #CCF).
#E1D3FE color RGB value is (225,211,254).
RGB: (225,211,254)
(88%, 83%, 100%)
R 225 of 255 = 88%
G 211 of 255 = 83%
B 254 of 255 = 100%
R + G + B ~ 90%. #E1D3FE is light color.
R + G + B = 225 + 211 + 254 = 690 (100%)
R 225 of 690 ~ 32.61%
G 211 of 690 ~ 30.58%
B 254 of 690 ~ 36.81'%
#E1D3FE color CMYK value is (11,17,0,0).
CMYK: (11,17,0,0) C11M17Y0K0 (11%,17%,0%,0%) (0.11/0.17/0.00/0.00)
Color #E1D3FE in popluar color models
E1 | D3 | FE | |
---|---|---|---|
RGB | 225 | 211 | 254 |
HSL | 260° | 95.56% | 91.18% |
HSB/HSV | 260° | 16.93% | 99.61% |
CMYK | 11.42% | 16.93% | 0.00% |
0.39% |
Color #E1D3FE in popluar number systems.
HEX | E1 | D3 | FE |
Decimal | 225 | 211 | 254 |
Binary | 11100001 | 11010011 | 11111110 |
Octal | 341 | 323 | 376 |
Shades of #E1D3FE
Tints of #E1D3FE
Examples of css and html codes for elements with #E1D3FE color. Also use rgb(225,211,254) instead hex code.
.myTextColor { color: #E1D3FE; }
<p style="color:#E1D3FE">This sample text font color is #E1D3FE.</p>
This text font color is #E1D3FE.
.myBgColor { background-color: #E1D3FE; }
<div style="background-color:#E1D3FE">Inner text</div>
This div background color is #E1D3FE.
.myBorderColor { border: 1px solid #E1D3FE; }
<div style="border:3px solid #E1D3FE">Div</div>
This div border color is #E1D3FE.
.myOpacity80 { color: #E1D3FE; opacity: 0.8; }
<p style="color:#E1D3FE;opacity:0.8;">80%</p>
Text with #E1D3FE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1D3FE;}
<p style="text-shadow: 3px 3px 1px #E1D3FE">Text here.</p>
This text has shadow with #E1D3FE color.
.textShadow {text-shadow: 3px 3px 1px #E1D3FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1D3FE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1D3FE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1D3FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1D3FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1D3FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1D3FE;
-webkit-box-shadow: 1px 1px 3px 2px #E1D3FE;
box-shadow: 1px 1px 3px 2px #E1D3FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1D3FE; -webkit-box-shadow: 1px 1px 3px 2px #E1D3FE; box-shadow:1px 1px 3px 2px #E1D3FE;">
Div content here
</div>
This text has color #E1D3FE on black background.
This text has color #E1D3FE on white background.
This text has black color on #E1D3FE background.
This text has white color on #E1D3FE background.
Complementary color for #hex is #1E2C01.