COLOR #E1CEEC

HEX: #E1CEEC
RGB: (225,206,236)

Color info

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

RGB color model

#E1CEEC color RGB value is (225,206,236).

  • red value is 225;
  • green value is 206;
  • blue value is 236.
RGB:
(225,206,236)
(88%,81%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 236 of 255 = 93%

225
206
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 236 = 667 (100%)
R 225 of 667 ~ 33.73%
G 206 of 667 ~ 30.88%
B 236 of 667 ~ 35.38%

%33.73
%30.88
%35.38

CMYK color model

#E1CEEC color CMYK value is (5,13,0,7).

  • cyan value is 4.66%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,13,0,7)
C5M13Y0K7 
(5%,13%,0%,7%)
(0.05/0.13/0.00/0.07)	

CMYK percentages

%4.66
%12.71
%0
%7.45

Codes

Color #E1CEEC in popluar color models

E1CEEC
RGB225206236
HSL278°44.12%86.67%
HSB/HSV278°12.71%92.55%
CMYK4.66%12.71%0.00%
7.45%

Color #E1CEEC in popluar number systems.

HEXE1CEEC
Decimal225206236
Binary111000011100111011101100
Octal341316354

Shades and tints

Shades of #E1CEEC

#E1CEEC
(225,206,236)
#CDBCD7
(205,188,215)
#B9AAC2
(185,170,194)
#A598AD
(165,152,173)
#918698
(145,134,152)
#7D7483
(125,116,131)
#69626E
(105,98,110)
#555059
(85,80,89)
#413E44
(65,62,68)
#2D2C2F
(45,44,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #E1CEEC

#E1CEEC
(225,206,236)
#E3D2ED
(227,210,237)
#E5D6EE
(229,214,238)
#E7DAEF
(231,218,239)
#E9DEF0
(233,222,240)
#EBE2F1
(235,226,241)
#EDE6F2
(237,230,242)
#EFEAF3
(239,234,243)
#F1EEF4
(241,238,244)
#F3F2F5
(243,242,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CEEC color. Also use rgb(225,206,236) instead hex code.

Text Font Color

.myTextColor { color: #E1CEEC; }

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

This text font color is #E1CEEC.


Background Color

.myBgColor { background-color: #E1CEEC; }

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

This div background color is #E1CEEC.


Border color

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

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

This div border color is #E1CEEC.


Opacity

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

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

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

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

This text has shadow with #E1CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CEEC on black background.


Color preview on white background

This text has color #E1CEEC on white background.



Black color preview on #E1CEEC background

This text has black color on #E1CEEC background.


White color preview on #E1CEEC background

This text has white color on #E1CEEC background.