COLOR #E4CEEE

HEX: #E4CEEE
RGB: (228,206,238)

Color info

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

RGB color model

#E4CEEE color RGB value is (228,206,238).

  • red value is 228;
  • green value is 206;
  • blue value is 238.
RGB:
(228,206,238)
(89%,81%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 238 of 255 = 93%

228
206
238

R + G + B ~ 88%. #E4CEEE is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 206 + 238 = 672 (100%)
R 228 of 672 ~ 33.93%
G 206 of 672 ~ 30.65%
B 238 of 672 ~ 35.42%

%33.93
%30.65
%35.42

CMYK color model

#E4CEEE color CMYK value is (4,13,0,7).

  • cyan value is 4.20%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,13,0,7)
C4M13Y0K7 
(4%,13%,0%,7%)
(0.04/0.13/0.00/0.07)	

CMYK percentages

%4.2
%13.45
%0
%6.67

Codes

Color #E4CEEE in popluar color models

E4CEEE
RGB228206238
HSL281°48.48%87.06%
HSB/HSV281°13.45%93.33%
CMYK4.20%13.45%0.00%
6.67%

Color #E4CEEE in popluar number systems.

HEXE4CEEE
Decimal228206238
Binary111001001100111011101110
Octal344316356

Shades and tints

Shades of #E4CEEE

#E4CEEE
(228,206,238)
#D0BCD9
(208,188,217)
#BCAAC4
(188,170,196)
#A898AF
(168,152,175)
#94869A
(148,134,154)
#807485
(128,116,133)
#6C6270
(108,98,112)
#58505B
(88,80,91)
#443E46
(68,62,70)
#302C31
(48,44,49)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #E4CEEE

#E4CEEE
(228,206,238)
#E6D2EF
(230,210,239)
#E8D6F0
(232,214,240)
#EADAF1
(234,218,241)
#ECDEF2
(236,222,242)
#EEE2F3
(238,226,243)
#F0E6F4
(240,230,244)
#F2EAF5
(242,234,245)
#F4EEF6
(244,238,246)
#F6F2F7
(246,242,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CEEE; }

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

This text font color is #E4CEEE.


Background Color

.myBgColor { background-color: #E4CEEE; }

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

This div background color is #E4CEEE.


Border color

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

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

This div border color is #E4CEEE.


Opacity

.myOpacity80 { color: #E4CEEE; opacity: 0.8; }

<p style="color:#E4CEEE;opacity:0.8;">80%</p>

Text with #E4CEEE 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 #E4CEEE;}

<p style="text-shadow: 3px 3px 1px #E4CEEE">Text here.</p>

This text has shadow with #E4CEEE color.

.textShadow {text-shadow: 3px 3px 1px #E4CEEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E4CEEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #E4CEEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4CEEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E4CEEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #E4CEEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E4CEEE;
  -webkit-box-shadow:	1px 1px 3px 2px #E4CEEE;
  box-shadow:		1px 1px 3px 2px #E4CEEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4CEEE;
-webkit-box-shadow: 1px 1px 3px 2px #E4CEEE;
box-shadow:1px 1px 3px 2px #E4CEEE;">
Div content here</div>
This div box has shadow with color #E4CEEE.

Preview

Color preview on black background

This text has color #E4CEEE on black background.


Color preview on white background

This text has color #E4CEEE on white background.



Black color preview on #E4CEEE background

This text has black color on #E4CEEE background.


White color preview on #E4CEEE background

This text has white color on #E4CEEE background.