HEX: #E5DBED
RGB: (229,219,237)
#E5DBED contains red, green and blue colors in about the same proportion. Web safe color of #E5DBED is #CCCCFF (or #CCF).
#E5DBED color RGB value is (229,219,237).
RGB: (229,219,237)
(90%, 86%, 93%)
R 229 of 255 = 90%
G 219 of 255 = 86%
B 237 of 255 = 93%
R + G + B ~ 90%. #E5DBED is light color.
R + G + B = 229 + 219 + 237 = 685 (100%)
R 229 of 685 ~ 33.43%
G 219 of 685 ~ 31.97%
B 237 of 685 ~ 34.6'%
#E5DBED color CMYK value is (3,8,0,7).
CMYK: (3,8,0,7) C3M8Y0K7 (3%,8%,0%,7%) (0.03/0.08/0.00/0.07)
Color #E5DBED in popluar color models
E5 | DB | ED | |
---|---|---|---|
RGB | 229 | 219 | 237 |
HSL | 273° | 33.33% | 89.41% |
HSB/HSV | 273° | 7.59% | 92.94% |
CMYK | 3.38% | 7.59% | 0.00% |
7.06% |
Color #E5DBED in popluar number systems.
HEX | E5 | DB | ED |
Decimal | 229 | 219 | 237 |
Binary | 11100101 | 11011011 | 11101101 |
Octal | 345 | 333 | 355 |
Shades of #E5DBED
Tints of #E5DBED
Examples of css and html codes for elements with #E5DBED color. Also use rgb(229,219,237) instead hex code.
.myTextColor { color: #E5DBED; }
<p style="color:#E5DBED">This sample text font color is #E5DBED.</p>
This text font color is #E5DBED.
.myBgColor { background-color: #E5DBED; }
<div style="background-color:#E5DBED">Inner text</div>
This div background color is #E5DBED.
.myBorderColor { border: 1px solid #E5DBED; }
<div style="border:3px solid #E5DBED">Div</div>
This div border color is #E5DBED.
.myOpacity80 { color: #E5DBED; opacity: 0.8; }
<p style="color:#E5DBED;opacity:0.8;">80%</p>
Text with #E5DBED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5DBED;}
<p style="text-shadow: 3px 3px 1px #E5DBED">Text here.</p>
This text has shadow with #E5DBED color.
.textShadow {text-shadow: 3px 3px 1px #E5DBED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5DBED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5DBED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5DBED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5DBED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5DBED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5DBED;
-webkit-box-shadow: 1px 1px 3px 2px #E5DBED;
box-shadow: 1px 1px 3px 2px #E5DBED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5DBED; -webkit-box-shadow: 1px 1px 3px 2px #E5DBED; box-shadow:1px 1px 3px 2px #E5DBED;">
Div content here
</div>
This text has color #E5DBED on black background.
This text has color #E5DBED on white background.
This text has black color on #E5DBED background.
This text has white color on #E5DBED background.
Complementary color for #hex is #1A2412.