HEX: #E1DCDB
RGB: (225,220,219)
#E1DCDB contains red, green and blue colors in about the same proportion. Web safe color of #E1DCDB is #CCCCCC (or #CCC).
#E1DCDB color RGB value is (225,220,219).
RGB: (225,220,219)
(88%, 86%, 86%)
R 225 of 255 = 88%
G 220 of 255 = 86%
B 219 of 255 = 86%
R + G + B ~ 87%. #E1DCDB is light color.
R + G + B = 225 + 220 + 219 = 664 (100%)
R 225 of 664 ~ 33.89%
G 220 of 664 ~ 33.13%
B 219 of 664 ~ 32.98'%
#E1DCDB color CMYK value is (0,2,3,12).
CMYK: (0,2,3,12)
C0M2Y3K12 (0%, 2%, 3%, 12%)
(0.00 / 0.02 / 0.03 / 0.12)
Color #E1DCDB in popluar color models
E1 | DC | DB | |
---|---|---|---|
RGB | 225 | 220 | 219 |
HSL | 10° | 9.09% | 87.06% |
HSB/HSV | 10° | 2.67% | 88.24% |
CMYK | 0.00% | 2.22% | 2.67% |
11.76% |
Color #E1DCDB in popluar number systems.
HEX | E1 | DC | DB |
Decimal | 225 | 220 | 219 |
Binary | 11100001 | 11011100 | 11011011 |
Octal | 341 | 334 | 333 |
Shades of #E1DCDB
Tints of #E1DCDB
Examples of css and html codes for elements with #E1DCDB color. Also use rgb(225,220,219) instead hex code.
.myTextColor { color: #E1DCDB; }
<p style="color:#E1DCDB">This sample text font color is #E1DCDB.</p>
This text font color is #E1DCDB.
.myBgColor { background-color: #E1DCDB; }
<div style="background-color:#E1DCDB">Inner text</div>
This div background color is #E1DCDB.
.myBorderColor { border: 1px solid #E1DCDB; }
<div style="border:3px solid #E1DCDB">Div</div>
This div border color is #E1DCDB.
.myOpacity80 { color: #E1DCDB; opacity: 0.8; }
<p style="color:#E1DCDB;opacity:0.8;">80%</p>
Text with #E1DCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DCDB;}
<p style="text-shadow: 3px 3px 1px #E1DCDB">Text here.</p>
This text has shadow with #E1DCDB color.
.textShadow {text-shadow: 3px 3px 1px #E1DCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DCDB;
-webkit-box-shadow: 1px 1px 3px 2px #E1DCDB;
box-shadow: 1px 1px 3px 2px #E1DCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DCDB; -webkit-box-shadow: 1px 1px 3px 2px #E1DCDB; box-shadow:1px 1px 3px 2px #E1DCDB;">
Div content here
</div>
This text has color #E1DCDB on black background.
This text has color #E1DCDB on white background.
This text has black color on #E1DCDB background.
This text has white color on #E1DCDB background.
Complementary color for #hex is #1E2324.