COLOR #E1C2EC

HEX: #E1C2EC
RGB: (225,194,236)

Color info

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

RGB color model

#E1C2EC color RGB value is (225,194,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 236 of 255 = 93%

225
194
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 236 = 655 (100%)
R 225 of 655 ~ 34.35%
G 194 of 655 ~ 29.62%
B 236 of 655 ~ 36.03%

%34.35
%29.62
%36.03

CMYK color model

#E1C2EC color CMYK value is (5,18,0,7).

  • cyan value is 4.66%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,18,0,7)
C5M18Y0K7 
(5%,18%,0%,7%)
(0.05/0.18/0.00/0.07)	

CMYK percentages

%4.66
%17.8
%0
%7.45

Codes

Color #E1C2EC in popluar color models

E1C2EC
RGB225194236
HSL284°52.50%84.31%
HSB/HSV284°17.80%92.55%
CMYK4.66%17.80%0.00%
7.45%

Color #E1C2EC in popluar number systems.

HEXE1C2EC
Decimal225194236
Binary111000011100001011101100
Octal341302354

Shades and tints

Shades of #E1C2EC

#E1C2EC
(225,194,236)
#CDB1D7
(205,177,215)
#B9A0C2
(185,160,194)
#A58FAD
(165,143,173)
#917E98
(145,126,152)
#7D6D83
(125,109,131)
#695C6E
(105,92,110)
#554B59
(85,75,89)
#413A44
(65,58,68)
#2D292F
(45,41,47)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #E1C2EC

#E1C2EC
(225,194,236)
#E3C7ED
(227,199,237)
#E5CCEE
(229,204,238)
#E7D1EF
(231,209,239)
#E9D6F0
(233,214,240)
#EBDBF1
(235,219,241)
#EDE0F2
(237,224,242)
#EFE5F3
(239,229,243)
#F1EAF4
(241,234,244)
#F3EFF5
(243,239,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C2EC; }

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

This text font color is #E1C2EC.


Background Color

.myBgColor { background-color: #E1C2EC; }

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

This div background color is #E1C2EC.


Border color

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

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

This div border color is #E1C2EC.


Opacity

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

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

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

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

This text has shadow with #E1C2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2EC on black background.


Color preview on white background

This text has color #E1C2EC on white background.



Black color preview on #E1C2EC background

This text has black color on #E1C2EC background.


White color preview on #E1C2EC background

This text has white color on #E1C2EC background.