COLOR #E4CEEB

HEX: #E4CEEB RGB: (228,206,235)

Color info

#E4CEEB contains red, green and blue colors in about the same proportion. Web safe color of #E4CEEB is #CCCCFF (or #CCF).

RGB color model

#E4CEEB color RGB value is (228,206,235).

RGB: (228,206,235) (89%, 81%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 235 of 255 = 92%

228
206
235

R + G + B ~ 87%. #E4CEEB is light color.

Portions of RGB colors in percentages

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'%

%34.08
%30.79
%35.13

CMYK color model

#E4CEEB color CMYK value is (3,12,0,8).

  • cyan value is 2.98%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,12,0,8)
C3M12Y0K8 (3%, 12%, 0%, 8%)
(0.03 / 0.12 / 0.00 / 0.08)

CMYK percentages

%2.98
%12.34
%0
%7.84

Codes

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 and tints

Shades of #E4CEEB

#E4CEEB
(228,206,235)
#D0BCD6
(208,188,214)
#BCAAC1
(188,170,193)
#A898AC
(168,152,172)
#948697
(148,134,151)
#807482
(128,116,130)
#6C626D
(108,98,109)
#585058
(88,80,88)
#443E43
(68,62,67)
#302C2E
(48,44,46)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #E4CEEB

#E4CEEB
(228,206,235)
#E6D2EC
(230,210,236)
#E8D6ED
(232,214,237)
#EADAEE
(234,218,238)
#ECDEEF
(236,222,239)
#EEE2F0
(238,226,240)
#F0E6F1
(240,230,241)
#F2EAF2
(242,234,242)
#F4EEF3
(244,238,243)
#F6F2F4
(246,242,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CEEB color. Also use rgb(228,206,235) instead hex code.

Text Font Color

.myTextColor { color: #E4CEEB; }

<p style="color:#E4CEEB">This sample text font color is #E4CEEB.</p>

This text font color is #E4CEEB.

Background Color

.myBgColor { background-color: #E4CEEB; }

<div style="background-color:#E4CEEB">Inner text</div>

This div background color is #E4CEEB.

Border color

.myBorderColor { border: 1px solid #E4CEEB; }

<div style="border:3px solid #E4CEEB">Div</div>

This div border color is #E4CEEB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E4CEEB.

Preview

Color preview on black background

This text has color #E4CEEB on black background.


Color preview on white background

This text has color #E4CEEB on white background.


Black color preview on #E4CEEB background

This text has black color on #E4CEEB background.


White color preview on #E4CEEB background

This text has white color on #E4CEEB background.


Related colors

Complementary color

Complementary color for #hex is #1B3114.


I love getcolorcode.com

Triadic colors

1 #EBE4CE and #CEEBE4 with #E4CEEB are triadic colors.

2 #EBCEE4 and #CEE4EB with #E4CEEB are triadic colors.