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