HEX: #E6CCEE
RGB: (230,204,238)
#E6CCEE contains red, green and blue colors in about the same proportion. Web safe color of #E6CCEE is #CCCCFF (or #CCF).
#E6CCEE color RGB value is (230,204,238).
RGB: (230,204,238)
(90%, 80%, 93%)
R 230 of 255 = 90%
G 204 of 255 = 80%
B 238 of 255 = 93%
R + G + B ~ 88%. #E6CCEE is light color.
R + G + B = 230 + 204 + 238 = 672 (100%)
R 230 of 672 ~ 34.23%
G 204 of 672 ~ 30.36%
B 238 of 672 ~ 35.42'%
#E6CCEE 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 #E6CCEE in popluar color models
E6 | CC | EE | |
---|---|---|---|
RGB | 230 | 204 | 238 |
HSL | 286° | 50.00% | 86.67% |
HSB/HSV | 286° | 14.29% | 93.33% |
CMYK | 3.36% | 14.29% | 0.00% |
6.67% |
Color #E6CCEE in popluar number systems.
HEX | E6 | CC | EE |
Decimal | 230 | 204 | 238 |
Binary | 11100110 | 11001100 | 11101110 |
Octal | 346 | 314 | 356 |
Shades of #E6CCEE
Tints of #E6CCEE
Examples of css and html codes for elements with #E6CCEE color. Also use rgb(230,204,238) instead hex code.
.myTextColor { color: #E6CCEE; }
<p style="color:#E6CCEE">This sample text font color is #E6CCEE.</p>
This text font color is #E6CCEE.
.myBgColor { background-color: #E6CCEE; }
<div style="background-color:#E6CCEE">Inner text</div>
This div background color is #E6CCEE.
.myBorderColor { border: 1px solid #E6CCEE; }
<div style="border:3px solid #E6CCEE">Div</div>
This div border color is #E6CCEE.
.myOpacity80 { color: #E6CCEE; opacity: 0.8; }
<p style="color:#E6CCEE;opacity:0.8;">80%</p>
Text with #E6CCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6CCEE;}
<p style="text-shadow: 3px 3px 1px #E6CCEE">Text here.</p>
This text has shadow with #E6CCEE color.
.textShadow {text-shadow: 3px 3px 1px #E6CCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6CCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6CCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6CCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6CCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6CCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6CCEE;
-webkit-box-shadow: 1px 1px 3px 2px #E6CCEE;
box-shadow: 1px 1px 3px 2px #E6CCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6CCEE; -webkit-box-shadow: 1px 1px 3px 2px #E6CCEE; box-shadow:1px 1px 3px 2px #E6CCEE;">
Div content here
</div>
This text has color #E6CCEE on black background.
This text has color #E6CCEE on white background.
This text has black color on #E6CCEE background.
This text has white color on #E6CCEE background.
Complementary color for #hex is #193311.