HEX: #E9DCEB
RGB: (233,220,235)
#E9DCEB contains red, green and blue colors in about the same proportion. Web safe color of #E9DCEB is #FFCCFF (or #FCF).
#E9DCEB color RGB value is (233,220,235).
RGB: (233,220,235)
(91%, 86%, 92%)
R 233 of 255 = 91%
G 220 of 255 = 86%
B 235 of 255 = 92%
R + G + B ~ 90%. #E9DCEB is light color.
R + G + B = 233 + 220 + 235 = 688 (100%)
R 233 of 688 ~ 33.87%
G 220 of 688 ~ 31.98%
B 235 of 688 ~ 34.16'%
#E9DCEB color CMYK value is (1,6,0,8).
CMYK: (1,6,0,8)
C1M6Y0K8 (1%, 6%, 0%, 8%)
(0.01 / 0.06 / 0.00 / 0.08)
Color #E9DCEB in popluar color models
E9 | DC | EB | |
---|---|---|---|
RGB | 233 | 220 | 235 |
HSL | 292° | 27.27% | 89.22% |
HSB/HSV | 292° | 6.38% | 92.16% |
CMYK | 0.85% | 6.38% | 0.00% |
7.84% |
Color #E9DCEB in popluar number systems.
HEX | E9 | DC | EB |
Decimal | 233 | 220 | 235 |
Binary | 11101001 | 11011100 | 11101011 |
Octal | 351 | 334 | 353 |
Shades of #E9DCEB
Tints of #E9DCEB
Examples of css and html codes for elements with #E9DCEB color. Also use rgb(233,220,235) instead hex code.
.myTextColor { color: #E9DCEB; }
<p style="color:#E9DCEB">This sample text font color is #E9DCEB.</p>
This text font color is #E9DCEB.
.myBgColor { background-color: #E9DCEB; }
<div style="background-color:#E9DCEB">Inner text</div>
This div background color is #E9DCEB.
.myBorderColor { border: 1px solid #E9DCEB; }
<div style="border:3px solid #E9DCEB">Div</div>
This div border color is #E9DCEB.
.myOpacity80 { color: #E9DCEB; opacity: 0.8; }
<p style="color:#E9DCEB;opacity:0.8;">80%</p>
Text with #E9DCEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9DCEB;}
<p style="text-shadow: 3px 3px 1px #E9DCEB">Text here.</p>
This text has shadow with #E9DCEB color.
.textShadow {text-shadow: 3px 3px 1px #E9DCEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9DCEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9DCEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9DCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9DCEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9DCEB;
-webkit-box-shadow: 1px 1px 3px 2px #E9DCEB;
box-shadow: 1px 1px 3px 2px #E9DCEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9DCEB; -webkit-box-shadow: 1px 1px 3px 2px #E9DCEB; box-shadow:1px 1px 3px 2px #E9DCEB;">
Div content here
</div>
This text has color #E9DCEB on black background.
This text has color #E9DCEB on white background.
This text has black color on #E9DCEB background.
This text has white color on #E9DCEB background.
Complementary color for #hex is #162314.