HEX: #E3CCDD
RGB: (227,204,221)
#E3CCDD contains red, green and blue colors in about the same proportion. Web safe color of #E3CCDD is #CCCCCC (or #CCC).
#E3CCDD color RGB value is (227,204,221).
RGB: (227,204,221)
(89%, 80%, 87%)
R 227 of 255 = 89%
G 204 of 255 = 80%
B 221 of 255 = 87%
R + G + B ~ 85%. #E3CCDD is quite light color.
R + G + B = 227 + 204 + 221 = 652 (100%)
R 227 of 652 ~ 34.82%
G 204 of 652 ~ 31.29%
B 221 of 652 ~ 33.9'%
#E3CCDD color CMYK value is (0,10,3,11).
CMYK: (0,10,3,11)
C0M10Y3K11 (0%, 10%, 3%, 11%)
(0.00 / 0.10 / 0.03 / 0.11)
Color #E3CCDD in popluar color models
E3 | CC | DD | |
---|---|---|---|
RGB | 227 | 204 | 221 |
HSL | 316° | 29.11% | 84.51% |
HSB/HSV | 316° | 10.13% | 89.02% |
CMYK | 0.00% | 10.13% | 2.64% |
10.98% |
Color #E3CCDD in popluar number systems.
HEX | E3 | CC | DD |
Decimal | 227 | 204 | 221 |
Binary | 11100011 | 11001100 | 11011101 |
Octal | 343 | 314 | 335 |
Shades of #E3CCDD
Tints of #E3CCDD
Examples of css and html codes for elements with #E3CCDD color. Also use rgb(227,204,221) instead hex code.
.myTextColor { color: #E3CCDD; }
<p style="color:#E3CCDD">This sample text font color is #E3CCDD.</p>
This text font color is #E3CCDD.
.myBgColor { background-color: #E3CCDD; }
<div style="background-color:#E3CCDD">Inner text</div>
This div background color is #E3CCDD.
.myBorderColor { border: 1px solid #E3CCDD; }
<div style="border:3px solid #E3CCDD">Div</div>
This div border color is #E3CCDD.
.myOpacity80 { color: #E3CCDD; opacity: 0.8; }
<p style="color:#E3CCDD;opacity:0.8;">80%</p>
Text with #E3CCDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E3CCDD;}
<p style="text-shadow: 3px 3px 1px #E3CCDD">Text here.</p>
This text has shadow with #E3CCDD color.
.textShadow {text-shadow: 3px 3px 1px #E3CCDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E3CCDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E3CCDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3CCDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E3CCDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E3CCDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E3CCDD;
-webkit-box-shadow: 1px 1px 3px 2px #E3CCDD;
box-shadow: 1px 1px 3px 2px #E3CCDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3CCDD; -webkit-box-shadow: 1px 1px 3px 2px #E3CCDD; box-shadow:1px 1px 3px 2px #E3CCDD;">
Div content here
</div>
This text has color #E3CCDD on black background.
This text has color #E3CCDD on white background.
This text has black color on #E3CCDD background.
This text has white color on #E3CCDD background.
Complementary color for #hex is #1C3322.