HEX: #E9DCFA
RGB: (233,220,250)
#E9DCFA contains red, green and blue colors in about the same proportion. Web safe color of #E9DCFA is #FFCCFF (or #FCF).
#E9DCFA color RGB value is (233,220,250).
RGB: (233,220,250)
(91%, 86%, 98%)
R 233 of 255 = 91%
G 220 of 255 = 86%
B 250 of 255 = 98%
R + G + B ~ 92%. #E9DCFA is light color.
R + G + B = 233 + 220 + 250 = 703 (100%)
R 233 of 703 ~ 33.14%
G 220 of 703 ~ 31.29%
B 250 of 703 ~ 35.56'%
#E9DCFA color CMYK value is (7,12,0,2).
CMYK: (7,12,0,2)
C7M12Y0K2 (7%, 12%, 0%, 2%)
(0.07 / 0.12 / 0.00 / 0.02)
Color #E9DCFA in popluar color models
E9 | DC | FA | |
---|---|---|---|
RGB | 233 | 220 | 250 |
HSL | 266° | 75.00% | 92.16% |
HSB/HSV | 266° | 12.00% | 98.04% |
CMYK | 6.80% | 12.00% | 0.00% |
1.96% |
Color #E9DCFA in popluar number systems.
HEX | E9 | DC | FA |
Decimal | 233 | 220 | 250 |
Binary | 11101001 | 11011100 | 11111010 |
Octal | 351 | 334 | 372 |
Shades of #E9DCFA
Tints of #E9DCFA
Examples of css and html codes for elements with #E9DCFA color. Also use rgb(233,220,250) instead hex code.
.myTextColor { color: #E9DCFA; }
<p style="color:#E9DCFA">This sample text font color is #E9DCFA.</p>
This text font color is #E9DCFA.
.myBgColor { background-color: #E9DCFA; }
<div style="background-color:#E9DCFA">Inner text</div>
This div background color is #E9DCFA.
.myBorderColor { border: 1px solid #E9DCFA; }
<div style="border:3px solid #E9DCFA">Div</div>
This div border color is #E9DCFA.
.myOpacity80 { color: #E9DCFA; opacity: 0.8; }
<p style="color:#E9DCFA;opacity:0.8;">80%</p>
Text with #E9DCFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9DCFA;}
<p style="text-shadow: 3px 3px 1px #E9DCFA">Text here.</p>
This text has shadow with #E9DCFA color.
.textShadow {text-shadow: 3px 3px 1px #E9DCFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9DCFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9DCFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DCFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9DCFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9DCFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9DCFA;
-webkit-box-shadow: 1px 1px 3px 2px #E9DCFA;
box-shadow: 1px 1px 3px 2px #E9DCFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9DCFA; -webkit-box-shadow: 1px 1px 3px 2px #E9DCFA; box-shadow:1px 1px 3px 2px #E9DCFA;">
Div content here
</div>
This text has color #E9DCFA on black background.
This text has color #E9DCFA on white background.
This text has black color on #E9DCFA background.
This text has white color on #E9DCFA background.
Complementary color for #hex is #162305.