HEX: #E5CCFE
RGB: (229,204,254)
#E5CCFE contains red, green and blue colors in about the same proportion. Web safe color of #E5CCFE is #CCCCFF (or #CCF).
#E5CCFE color RGB value is (229,204,254).
RGB: (229,204,254)
(90%, 80%, 100%)
R 229 of 255 = 90%
G 204 of 255 = 80%
B 254 of 255 = 100%
R + G + B ~ 90%. #E5CCFE is light color.
R + G + B = 229 + 204 + 254 = 687 (100%)
R 229 of 687 ~ 33.33%
G 204 of 687 ~ 29.69%
B 254 of 687 ~ 36.97'%
#E5CCFE color CMYK value is (10,20,0,0).
CMYK: (10,20,0,0) C10M20Y0K0 (10%,20%,0%,0%) (0.10/0.20/0.00/0.00)
Color #E5CCFE in popluar color models
E5 | CC | FE | |
---|---|---|---|
RGB | 229 | 204 | 254 |
HSL | 270° | 96.15% | 89.80% |
HSB/HSV | 270° | 19.69% | 99.61% |
CMYK | 9.84% | 19.69% | 0.00% |
0.39% |
Color #E5CCFE in popluar number systems.
HEX | E5 | CC | FE |
Decimal | 229 | 204 | 254 |
Binary | 11100101 | 11001100 | 11111110 |
Octal | 345 | 314 | 376 |
Shades of #E5CCFE
Tints of #E5CCFE
Examples of css and html codes for elements with #E5CCFE color. Also use rgb(229,204,254) instead hex code.
.myTextColor { color: #E5CCFE; }
<p style="color:#E5CCFE">This sample text font color is #E5CCFE.</p>
This text font color is #E5CCFE.
.myBgColor { background-color: #E5CCFE; }
<div style="background-color:#E5CCFE">Inner text</div>
This div background color is #E5CCFE.
.myBorderColor { border: 1px solid #E5CCFE; }
<div style="border:3px solid #E5CCFE">Div</div>
This div border color is #E5CCFE.
.myOpacity80 { color: #E5CCFE; opacity: 0.8; }
<p style="color:#E5CCFE;opacity:0.8;">80%</p>
Text with #E5CCFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5CCFE;}
<p style="text-shadow: 3px 3px 1px #E5CCFE">Text here.</p>
This text has shadow with #E5CCFE color.
.textShadow {text-shadow: 3px 3px 1px #E5CCFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5CCFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5CCFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5CCFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5CCFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5CCFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5CCFE;
-webkit-box-shadow: 1px 1px 3px 2px #E5CCFE;
box-shadow: 1px 1px 3px 2px #E5CCFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5CCFE; -webkit-box-shadow: 1px 1px 3px 2px #E5CCFE; box-shadow:1px 1px 3px 2px #E5CCFE;">
Div content here
</div>
This text has color #E5CCFE on black background.
This text has color #E5CCFE on white background.
This text has black color on #E5CCFE background.
This text has white color on #E5CCFE background.
Complementary color for #hex is #1A3301.