HEX: #E6CCFA
RGB: (230,204,250)
#E6CCFA contains red, green and blue colors in about the same proportion. Web safe color of #E6CCFA is #CCCCFF (or #CCF).
#E6CCFA color RGB value is (230,204,250).
RGB: (230,204,250)
(90%, 80%, 98%)
R 230 of 255 = 90%
G 204 of 255 = 80%
B 250 of 255 = 98%
R + G + B ~ 89%. #E6CCFA is light color.
R + G + B = 230 + 204 + 250 = 684 (100%)
R 230 of 684 ~ 33.63%
G 204 of 684 ~ 29.82%
B 250 of 684 ~ 36.55'%
#E6CCFA color CMYK value is (8,18,0,2).
CMYK: (8,18,0,2)
C8M18Y0K2 (8%, 18%, 0%, 2%)
(0.08 / 0.18 / 0.00 / 0.02)
Color #E6CCFA in popluar color models
E6 | CC | FA | |
---|---|---|---|
RGB | 230 | 204 | 250 |
HSL | 274° | 82.14% | 89.02% |
HSB/HSV | 274° | 18.40% | 98.04% |
CMYK | 8.00% | 18.40% | 0.00% |
1.96% |
Color #E6CCFA in popluar number systems.
HEX | E6 | CC | FA |
Decimal | 230 | 204 | 250 |
Binary | 11100110 | 11001100 | 11111010 |
Octal | 346 | 314 | 372 |
Shades of #E6CCFA
Tints of #E6CCFA
Examples of css and html codes for elements with #E6CCFA color. Also use rgb(230,204,250) instead hex code.
.myTextColor { color: #E6CCFA; }
<p style="color:#E6CCFA">This sample text font color is #E6CCFA.</p>
This text font color is #E6CCFA.
.myBgColor { background-color: #E6CCFA; }
<div style="background-color:#E6CCFA">Inner text</div>
This div background color is #E6CCFA.
.myBorderColor { border: 1px solid #E6CCFA; }
<div style="border:3px solid #E6CCFA">Div</div>
This div border color is #E6CCFA.
.myOpacity80 { color: #E6CCFA; opacity: 0.8; }
<p style="color:#E6CCFA;opacity:0.8;">80%</p>
Text with #E6CCFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CCFA;}
<p style="text-shadow: 3px 3px 1px #E6CCFA">Text here.</p>
This text has shadow with #E6CCFA color.
.textShadow {text-shadow: 3px 3px 1px #E6CCFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CCFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6CCFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CCFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CCFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CCFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6CCFA;
-webkit-box-shadow: 1px 1px 3px 2px #E6CCFA;
box-shadow: 1px 1px 3px 2px #E6CCFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6CCFA; -webkit-box-shadow: 1px 1px 3px 2px #E6CCFA; box-shadow:1px 1px 3px 2px #E6CCFA;">
Div content here
</div>
This text has color #E6CCFA on black background.
This text has color #E6CCFA on white background.
This text has black color on #E6CCFA background.
This text has white color on #E6CCFA background.
Complementary color for #hex is #193305.