HEX: #E2CEFA
RGB: (226,206,250)
#E2CEFA contains red, green and blue colors in about the same proportion. Web safe color of #E2CEFA is #CCCCFF (or #CCF).
#E2CEFA color RGB value is (226,206,250).
RGB: (226,206,250)
(89%, 81%, 98%)
R 226 of 255 = 89%
G 206 of 255 = 81%
B 250 of 255 = 98%
R + G + B ~ 89%. #E2CEFA is light color.
R + G + B = 226 + 206 + 250 = 682 (100%)
R 226 of 682 ~ 33.14%
G 206 of 682 ~ 30.21%
B 250 of 682 ~ 36.66'%
#E2CEFA color CMYK value is (10,18,0,2).
CMYK: (10,18,0,2)
C10M18Y0K2 (10%, 18%, 0%, 2%)
(0.10 / 0.18 / 0.00 / 0.02)
Color #E2CEFA in popluar color models
E2 | CE | FA | |
---|---|---|---|
RGB | 226 | 206 | 250 |
HSL | 267° | 81.48% | 89.41% |
HSB/HSV | 267° | 17.60% | 98.04% |
CMYK | 9.60% | 17.60% | 0.00% |
1.96% |
Color #E2CEFA in popluar number systems.
HEX | E2 | CE | FA |
Decimal | 226 | 206 | 250 |
Binary | 11100010 | 11001110 | 11111010 |
Octal | 342 | 316 | 372 |
Shades of #E2CEFA
Tints of #E2CEFA
Examples of css and html codes for elements with #E2CEFA color. Also use rgb(226,206,250) instead hex code.
.myTextColor { color: #E2CEFA; }
<p style="color:#E2CEFA">This sample text font color is #E2CEFA.</p>
This text font color is #E2CEFA.
.myBgColor { background-color: #E2CEFA; }
<div style="background-color:#E2CEFA">Inner text</div>
This div background color is #E2CEFA.
.myBorderColor { border: 1px solid #E2CEFA; }
<div style="border:3px solid #E2CEFA">Div</div>
This div border color is #E2CEFA.
.myOpacity80 { color: #E2CEFA; opacity: 0.8; }
<p style="color:#E2CEFA;opacity:0.8;">80%</p>
Text with #E2CEFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2CEFA;}
<p style="text-shadow: 3px 3px 1px #E2CEFA">Text here.</p>
This text has shadow with #E2CEFA color.
.textShadow {text-shadow: 3px 3px 1px #E2CEFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2CEFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2CEFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2CEFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2CEFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2CEFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2CEFA;
-webkit-box-shadow: 1px 1px 3px 2px #E2CEFA;
box-shadow: 1px 1px 3px 2px #E2CEFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2CEFA; -webkit-box-shadow: 1px 1px 3px 2px #E2CEFA; box-shadow:1px 1px 3px 2px #E2CEFA;">
Div content here
</div>
This text has color #E2CEFA on black background.
This text has color #E2CEFA on white background.
This text has black color on #E2CEFA background.
This text has white color on #E2CEFA background.
Complementary color for #hex is #1D3105.