HEX: #E9CCDD
RGB: (233,204,221)
#E9CCDD contains red, green and blue colors in about the same proportion. Web safe color of #E9CCDD is #FFCCCC (or #FCC).
#E9CCDD color RGB value is (233,204,221).
RGB: (233,204,221)
(91%, 80%, 87%)
R 233 of 255 = 91%
G 204 of 255 = 80%
B 221 of 255 = 87%
R + G + B ~ 86%. #E9CCDD is light color.
R + G + B = 233 + 204 + 221 = 658 (100%)
R 233 of 658 ~ 35.41%
G 204 of 658 ~ 31%
B 221 of 658 ~ 33.59'%
#E9CCDD color CMYK value is (0,12,5,9).
CMYK: (0,12,5,9) C0M12Y5K9 (0%,12%,5%,9%) (0.00/0.12/0.05/0.09)
Color #E9CCDD in popluar color models
E9 | CC | DD | |
---|---|---|---|
RGB | 233 | 204 | 221 |
HSL | 325° | 39.73% | 85.69% |
HSB/HSV | 325° | 12.45% | 91.37% |
CMYK | 0.00% | 12.45% | 5.15% |
8.63% |
Color #E9CCDD in popluar number systems.
HEX | E9 | CC | DD |
Decimal | 233 | 204 | 221 |
Binary | 11101001 | 11001100 | 11011101 |
Octal | 351 | 314 | 335 |
Shades of #E9CCDD
Tints of #E9CCDD
Examples of css and html codes for elements with #E9CCDD color. Also use rgb(233,204,221) instead hex code.
.myTextColor { color: #E9CCDD; }
<p style="color:#E9CCDD">This sample text font color is #E9CCDD.</p>
This text font color is #E9CCDD.
.myBgColor { background-color: #E9CCDD; }
<div style="background-color:#E9CCDD">Inner text</div>
This div background color is #E9CCDD.
.myBorderColor { border: 1px solid #E9CCDD; }
<div style="border:3px solid #E9CCDD">Div</div>
This div border color is #E9CCDD.
.myOpacity80 { color: #E9CCDD; opacity: 0.8; }
<p style="color:#E9CCDD;opacity:0.8;">80%</p>
Text with #E9CCDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9CCDD;}
<p style="text-shadow: 3px 3px 1px #E9CCDD">Text here.</p>
This text has shadow with #E9CCDD color.
.textShadow {text-shadow: 3px 3px 1px #E9CCDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9CCDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E9CCDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9CCDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9CCDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9CCDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E9CCDD;
-webkit-box-shadow: 1px 1px 3px 2px #E9CCDD;
box-shadow: 1px 1px 3px 2px #E9CCDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E9CCDD; -webkit-box-shadow: 1px 1px 3px 2px #E9CCDD; box-shadow:1px 1px 3px 2px #E9CCDD;">
Div content here
</div>
This text has color #E9CCDD on black background.
This text has color #E9CCDD on white background.
This text has black color on #E9CCDD background.
This text has white color on #E9CCDD background.
Complementary color for #hex is #163322.