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