HEX: #E1DBEA
RGB: (225,219,234)
#E1DBEA contains red, green and blue colors in about the same proportion. Web safe color of #E1DBEA is #CCCCFF (or #CCF).
#E1DBEA color RGB value is (225,219,234).
RGB: (225,219,234)
(88%, 86%, 92%)
R 225 of 255 = 88%
G 219 of 255 = 86%
B 234 of 255 = 92%
R + G + B ~ 89%. #E1DBEA is light color.
R + G + B = 225 + 219 + 234 = 678 (100%)
R 225 of 678 ~ 33.19%
G 219 of 678 ~ 32.3%
B 234 of 678 ~ 34.51'%
#E1DBEA 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 #E1DBEA in popluar color models
E1 | DB | EA | |
---|---|---|---|
RGB | 225 | 219 | 234 |
HSL | 264° | 26.32% | 88.82% |
HSB/HSV | 264° | 6.41% | 91.76% |
CMYK | 3.85% | 6.41% | 0.00% |
8.24% |
Color #E1DBEA in popluar number systems.
HEX | E1 | DB | EA |
Decimal | 225 | 219 | 234 |
Binary | 11100001 | 11011011 | 11101010 |
Octal | 341 | 333 | 352 |
Shades of #E1DBEA
Tints of #E1DBEA
Examples of css and html codes for elements with #E1DBEA color. Also use rgb(225,219,234) instead hex code.
.myTextColor { color: #E1DBEA; }
<p style="color:#E1DBEA">This sample text font color is #E1DBEA.</p>
This text font color is #E1DBEA.
.myBgColor { background-color: #E1DBEA; }
<div style="background-color:#E1DBEA">Inner text</div>
This div background color is #E1DBEA.
.myBorderColor { border: 1px solid #E1DBEA; }
<div style="border:3px solid #E1DBEA">Div</div>
This div border color is #E1DBEA.
.myOpacity80 { color: #E1DBEA; opacity: 0.8; }
<p style="color:#E1DBEA;opacity:0.8;">80%</p>
Text with #E1DBEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DBEA;}
<p style="text-shadow: 3px 3px 1px #E1DBEA">Text here.</p>
This text has shadow with #E1DBEA color.
.textShadow {text-shadow: 3px 3px 1px #E1DBEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DBEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DBEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DBEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DBEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DBEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DBEA;
-webkit-box-shadow: 1px 1px 3px 2px #E1DBEA;
box-shadow: 1px 1px 3px 2px #E1DBEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DBEA; -webkit-box-shadow: 1px 1px 3px 2px #E1DBEA; box-shadow:1px 1px 3px 2px #E1DBEA;">
Div content here
</div>
This text has color #E1DBEA on black background.
This text has color #E1DBEA on white background.
This text has black color on #E1DBEA background.
This text has white color on #E1DBEA background.
Complementary color for #hex is #1E2415.