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