HEX: #E6DDDB
RGB: (230,221,219)
#E6DDDB contains red, green and blue colors in about the same proportion. Web safe color of #E6DDDB is #CCCCCC (or #CCC).
#E6DDDB color RGB value is (230,221,219).
RGB: (230,221,219)
(90%, 87%, 86%)
R 230 of 255 = 90%
G 221 of 255 = 87%
B 219 of 255 = 86%
R + G + B ~ 88%. #E6DDDB is light color.
R + G + B = 230 + 221 + 219 = 670 (100%)
R 230 of 670 ~ 34.33%
G 221 of 670 ~ 32.99%
B 219 of 670 ~ 32.69'%
#E6DDDB color CMYK value is (0,4,5,10).
CMYK: (0,4,5,10)
C0M4Y5K10 (0%, 4%, 5%, 10%)
(0.00 / 0.04 / 0.05 / 0.10)
Color #E6DDDB in popluar color models
E6 | DD | DB | |
---|---|---|---|
RGB | 230 | 221 | 219 |
HSL | 11° | 18.03% | 88.04% |
HSB/HSV | 11° | 4.78% | 90.20% |
CMYK | 0.00% | 3.91% | 4.78% |
9.80% |
Color #E6DDDB in popluar number systems.
HEX | E6 | DD | DB |
Decimal | 230 | 221 | 219 |
Binary | 11100110 | 11011101 | 11011011 |
Octal | 346 | 335 | 333 |
Shades of #E6DDDB
Tints of #E6DDDB
Examples of css and html codes for elements with #E6DDDB color. Also use rgb(230,221,219) instead hex code.
.myTextColor { color: #E6DDDB; }
<p style="color:#E6DDDB">This sample text font color is #E6DDDB.</p>
This text font color is #E6DDDB.
.myBgColor { background-color: #E6DDDB; }
<div style="background-color:#E6DDDB">Inner text</div>
This div background color is #E6DDDB.
.myBorderColor { border: 1px solid #E6DDDB; }
<div style="border:3px solid #E6DDDB">Div</div>
This div border color is #E6DDDB.
.myOpacity80 { color: #E6DDDB; opacity: 0.8; }
<p style="color:#E6DDDB;opacity:0.8;">80%</p>
Text with #E6DDDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DDDB;}
<p style="text-shadow: 3px 3px 1px #E6DDDB">Text here.</p>
This text has shadow with #E6DDDB color.
.textShadow {text-shadow: 3px 3px 1px #E6DDDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DDDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DDDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DDDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DDDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DDDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DDDB;
-webkit-box-shadow: 1px 1px 3px 2px #E6DDDB;
box-shadow: 1px 1px 3px 2px #E6DDDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DDDB; -webkit-box-shadow: 1px 1px 3px 2px #E6DDDB; box-shadow:1px 1px 3px 2px #E6DDDB;">
Div content here
</div>
This text has color #E6DDDB on black background.
This text has color #E6DDDB on white background.
This text has black color on #E6DDDB background.
This text has white color on #E6DDDB background.
Complementary color for #hex is #192224.