COLOR #E1CEE1

HEX: #E1CEE1
RGB: (225,206,225)

Color info

#E1CEE1 contains red, green and blue colors in about the same proportion. Web safe color of #E1CEE1 is #CCCCCC (or #CCC).

RGB color model

#E1CEE1 color RGB value is (225,206,225).

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

RGB channels and saturation

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

225
206
225

R + G + B ~ 86%. #E1CEE1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 225 = 656 (100%)
R 225 of 656 ~ 34.3%
G 206 of 656 ~ 31.4%
B 225 of 656 ~ 34.3%

%34.3
%31.4
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,8,0,12)
C0M8Y0K12 
(0%,8%,0%,12%)
(0.00/0.08/0.00/0.12)	

CMYK percentages

%0
%8.44
%0
%11.76

Codes

Color #E1CEE1 in popluar color models

E1CEE1
RGB225206225
HSL300°24.05%84.51%
HSB/HSV300°8.44%88.24%
CMYK0.00%8.44%0.00%
11.76%

Color #E1CEE1 in popluar number systems.

HEXE1CEE1
Decimal225206225
Binary111000011100111011100001
Octal341316341

Shades and tints

Shades of #E1CEE1

#E1CEE1
(225,206,225)
#CDBCCD
(205,188,205)
#B9AAB9
(185,170,185)
#A598A5
(165,152,165)
#918691
(145,134,145)
#7D747D
(125,116,125)
#696269
(105,98,105)
#555055
(85,80,85)
#413E41
(65,62,65)
#2D2C2D
(45,44,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #E1CEE1

#E1CEE1
(225,206,225)
#E3D2E3
(227,210,227)
#E5D6E5
(229,214,229)
#E7DAE7
(231,218,231)
#E9DEE9
(233,222,233)
#EBE2EB
(235,226,235)
#EDE6ED
(237,230,237)
#EFEAEF
(239,234,239)
#F1EEF1
(241,238,241)
#F3F2F3
(243,242,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CEE1; }

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

This text font color is #E1CEE1.


Background Color

.myBgColor { background-color: #E1CEE1; }

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

This div background color is #E1CEE1.


Border color

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

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

This div border color is #E1CEE1.


Opacity

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

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

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

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

This text has shadow with #E1CEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CEE1 on black background.


Color preview on white background

This text has color #E1CEE1 on white background.



Black color preview on #E1CEE1 background

This text has black color on #E1CEE1 background.


White color preview on #E1CEE1 background

This text has white color on #E1CEE1 background.