HEX: #E9DEDB
RGB: (233,222,219)
#E9DEDB contains red, green and blue colors in about the same proportion. Web safe color of #E9DEDB is #FFCCCC (or #FCC).
#E9DEDB color RGB value is (233,222,219).
RGB: (233,222,219)
(91%, 87%, 86%)
R 233 of 255 = 91%
G 222 of 255 = 87%
B 219 of 255 = 86%
R + G + B ~ 88%. #E9DEDB is light color.
R + G + B = 233 + 222 + 219 = 674 (100%)
R 233 of 674 ~ 34.57%
G 222 of 674 ~ 32.94%
B 219 of 674 ~ 32.49'%
#E9DEDB color CMYK value is (0,5,6,9).
CMYK: (0,5,6,9)
C0M5Y6K9 (0%, 5%, 6%, 9%)
(0.00 / 0.05 / 0.06 / 0.09)
Color #E9DEDB in popluar color models
E9 | DE | DB | |
---|---|---|---|
RGB | 233 | 222 | 219 |
HSL | 13° | 24.14% | 88.63% |
HSB/HSV | 13° | 6.01% | 91.37% |
CMYK | 0.00% | 4.72% | 6.01% |
8.63% |
Color #E9DEDB in popluar number systems.
HEX | E9 | DE | DB |
Decimal | 233 | 222 | 219 |
Binary | 11101001 | 11011110 | 11011011 |
Octal | 351 | 336 | 333 |
Shades of #E9DEDB
Tints of #E9DEDB
Examples of css and html codes for elements with #E9DEDB color. Also use rgb(233,222,219) instead hex code.
.myTextColor { color: #E9DEDB; }
<p style="color:#E9DEDB">This sample text font color is #E9DEDB.</p>
This text font color is #E9DEDB.
.myBgColor { background-color: #E9DEDB; }
<div style="background-color:#E9DEDB">Inner text</div>
This div background color is #E9DEDB.
.myBorderColor { border: 1px solid #E9DEDB; }
<div style="border:3px solid #E9DEDB">Div</div>
This div border color is #E9DEDB.
.myOpacity80 { color: #E9DEDB; opacity: 0.8; }
<p style="color:#E9DEDB;opacity:0.8;">80%</p>
Text with #E9DEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9DEDB;}
<p style="text-shadow: 3px 3px 1px #E9DEDB">Text here.</p>
This text has shadow with #E9DEDB color.
.textShadow {text-shadow: 3px 3px 1px #E9DEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9DEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9DEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9DEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9DEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9DEDB;
-webkit-box-shadow: 1px 1px 3px 2px #E9DEDB;
box-shadow: 1px 1px 3px 2px #E9DEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9DEDB; -webkit-box-shadow: 1px 1px 3px 2px #E9DEDB; box-shadow:1px 1px 3px 2px #E9DEDB;">
Div content here
</div>
This text has color #E9DEDB on black background.
This text has color #E9DEDB on white background.
This text has black color on #E9DEDB background.
This text has white color on #E9DEDB background.
Complementary color for #hex is #162124.