HEX: #E4CCEC
RGB: (228,204,236)
#E4CCEC contains red, green and blue colors in about the same proportion. Web safe color of #E4CCEC is #CCCCFF (or #CCF).
#E4CCEC color RGB value is (228,204,236).
RGB: (228,204,236)
(89%, 80%, 93%)
R 228 of 255 = 89%
G 204 of 255 = 80%
B 236 of 255 = 93%
R + G + B ~ 87%. #E4CCEC is light color.
R + G + B = 228 + 204 + 236 = 668 (100%)
R 228 of 668 ~ 34.13%
G 204 of 668 ~ 30.54%
B 236 of 668 ~ 35.33'%
#E4CCEC color CMYK value is (3,14,0,7).
CMYK: (3,14,0,7)
C3M14Y0K7 (3%, 14%, 0%, 7%)
(0.03 / 0.14 / 0.00 / 0.07)
Color #E4CCEC in popluar color models
E4 | CC | EC | |
---|---|---|---|
RGB | 228 | 204 | 236 |
HSL | 285° | 45.71% | 86.27% |
HSB/HSV | 285° | 13.56% | 92.55% |
CMYK | 3.39% | 13.56% | 0.00% |
7.45% |
Color #E4CCEC in popluar number systems.
HEX | E4 | CC | EC |
Decimal | 228 | 204 | 236 |
Binary | 11100100 | 11001100 | 11101100 |
Octal | 344 | 314 | 354 |
Shades of #E4CCEC
Tints of #E4CCEC
Examples of css and html codes for elements with #E4CCEC color. Also use rgb(228,204,236) instead hex code.
.myTextColor { color: #E4CCEC; }
<p style="color:#E4CCEC">This sample text font color is #E4CCEC.</p>
This text font color is #E4CCEC.
.myBgColor { background-color: #E4CCEC; }
<div style="background-color:#E4CCEC">Inner text</div>
This div background color is #E4CCEC.
.myBorderColor { border: 1px solid #E4CCEC; }
<div style="border:3px solid #E4CCEC">Div</div>
This div border color is #E4CCEC.
.myOpacity80 { color: #E4CCEC; opacity: 0.8; }
<p style="color:#E4CCEC;opacity:0.8;">80%</p>
Text with #E4CCEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4CCEC;}
<p style="text-shadow: 3px 3px 1px #E4CCEC">Text here.</p>
This text has shadow with #E4CCEC color.
.textShadow {text-shadow: 3px 3px 1px #E4CCEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4CCEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4CCEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4CCEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4CCEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4CCEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4CCEC;
-webkit-box-shadow: 1px 1px 3px 2px #E4CCEC;
box-shadow: 1px 1px 3px 2px #E4CCEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4CCEC; -webkit-box-shadow: 1px 1px 3px 2px #E4CCEC; box-shadow:1px 1px 3px 2px #E4CCEC;">
Div content here
</div>
This text has color #E4CCEC on black background.
This text has color #E4CCEC on white background.
This text has black color on #E4CCEC background.
This text has white color on #E4CCEC background.
Complementary color for #hex is #1B3313.