HEX: #E4CEEB
RGB: (228,206,235)
#E4CEEB contains red, green and blue colors in about the same proportion. Web safe color of #E4CEEB is #CCCCFF (or #CCF).
#E4CEEB color RGB value is (228,206,235).
RGB: (228,206,235)
(89%, 81%, 92%)
R 228 of 255 = 89%
G 206 of 255 = 81%
B 235 of 255 = 92%
R + G + B ~ 87%. #E4CEEB is light color.
R + G + B = 228 + 206 + 235 = 669 (100%)
R 228 of 669 ~ 34.08%
G 206 of 669 ~ 30.79%
B 235 of 669 ~ 35.13'%
#E4CEEB color CMYK value is (3,12,0,8).
CMYK: (3,12,0,8)
C3M12Y0K8 (3%, 12%, 0%, 8%)
(0.03 / 0.12 / 0.00 / 0.08)
Color #E4CEEB in popluar color models
E4 | CE | EB | |
---|---|---|---|
RGB | 228 | 206 | 235 |
HSL | 286° | 42.03% | 86.47% |
HSB/HSV | 286° | 12.34% | 92.16% |
CMYK | 2.98% | 12.34% | 0.00% |
7.84% |
Color #E4CEEB in popluar number systems.
HEX | E4 | CE | EB |
Decimal | 228 | 206 | 235 |
Binary | 11100100 | 11001110 | 11101011 |
Octal | 344 | 316 | 353 |
Shades of #E4CEEB
Tints of #E4CEEB
Examples of css and html codes for elements with #E4CEEB color. Also use rgb(228,206,235) instead hex code.
.myTextColor { color: #E4CEEB; }
<p style="color:#E4CEEB">This sample text font color is #E4CEEB.</p>
This text font color is #E4CEEB.
.myBgColor { background-color: #E4CEEB; }
<div style="background-color:#E4CEEB">Inner text</div>
This div background color is #E4CEEB.
.myBorderColor { border: 1px solid #E4CEEB; }
<div style="border:3px solid #E4CEEB">Div</div>
This div border color is #E4CEEB.
.myOpacity80 { color: #E4CEEB; opacity: 0.8; }
<p style="color:#E4CEEB;opacity:0.8;">80%</p>
Text with #E4CEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4CEEB;}
<p style="text-shadow: 3px 3px 1px #E4CEEB">Text here.</p>
This text has shadow with #E4CEEB color.
.textShadow {text-shadow: 3px 3px 1px #E4CEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4CEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4CEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4CEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4CEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4CEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4CEEB;
-webkit-box-shadow: 1px 1px 3px 2px #E4CEEB;
box-shadow: 1px 1px 3px 2px #E4CEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4CEEB; -webkit-box-shadow: 1px 1px 3px 2px #E4CEEB; box-shadow:1px 1px 3px 2px #E4CEEB;">
Div content here
</div>
This text has color #E4CEEB on black background.
This text has color #E4CEEB on white background.
This text has black color on #E4CEEB background.
This text has white color on #E4CEEB background.
Complementary color for #hex is #1B3114.