HEX: #E6CCFB
RGB: (230,204,251)
#E6CCFB contains red, green and blue colors in about the same proportion. Web safe color of #E6CCFB is #CCCCFF (or #CCF).
#E6CCFB color RGB value is (230,204,251).
RGB: (230,204,251)
(90%, 80%, 98%)
R 230 of 255 = 90%
G 204 of 255 = 80%
B 251 of 255 = 98%
R + G + B ~ 89%. #E6CCFB is light color.
R + G + B = 230 + 204 + 251 = 685 (100%)
R 230 of 685 ~ 33.58%
G 204 of 685 ~ 29.78%
B 251 of 685 ~ 36.64'%
#E6CCFB color CMYK value is (8,19,0,2).
CMYK: (8,19,0,2)
C8M19Y0K2 (8%, 19%, 0%, 2%)
(0.08 / 0.19 / 0.00 / 0.02)
Color #E6CCFB in popluar color models
E6 | CC | FB | |
---|---|---|---|
RGB | 230 | 204 | 251 |
HSL | 273° | 85.45% | 89.22% |
HSB/HSV | 273° | 18.73% | 98.43% |
CMYK | 8.37% | 18.73% | 0.00% |
1.57% |
Color #E6CCFB in popluar number systems.
HEX | E6 | CC | FB |
Decimal | 230 | 204 | 251 |
Binary | 11100110 | 11001100 | 11111011 |
Octal | 346 | 314 | 373 |
Shades of #E6CCFB
Tints of #E6CCFB
Examples of css and html codes for elements with #E6CCFB color. Also use rgb(230,204,251) instead hex code.
.myTextColor { color: #E6CCFB; }
<p style="color:#E6CCFB">This sample text font color is #E6CCFB.</p>
This text font color is #E6CCFB.
.myBgColor { background-color: #E6CCFB; }
<div style="background-color:#E6CCFB">Inner text</div>
This div background color is #E6CCFB.
.myBorderColor { border: 1px solid #E6CCFB; }
<div style="border:3px solid #E6CCFB">Div</div>
This div border color is #E6CCFB.
.myOpacity80 { color: #E6CCFB; opacity: 0.8; }
<p style="color:#E6CCFB;opacity:0.8;">80%</p>
Text with #E6CCFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CCFB;}
<p style="text-shadow: 3px 3px 1px #E6CCFB">Text here.</p>
This text has shadow with #E6CCFB color.
.textShadow {text-shadow: 3px 3px 1px #E6CCFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CCFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6CCFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CCFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6CCFB;
-webkit-box-shadow: 1px 1px 3px 2px #E6CCFB;
box-shadow: 1px 1px 3px 2px #E6CCFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6CCFB; -webkit-box-shadow: 1px 1px 3px 2px #E6CCFB; box-shadow:1px 1px 3px 2px #E6CCFB;">
Div content here
</div>
This text has color #E6CCFB on black background.
This text has color #E6CCFB on white background.
This text has black color on #E6CCFB background.
This text has white color on #E6CCFB background.
Complementary color for #hex is #193304.