COLOR #E1C2DF

HEX: #E1C2DF
RGB: (225,194,223)

Color info

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

RGB color model

#E1C2DF color RGB value is (225,194,223).

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

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 223 of 255 = 87%

225
194
223

R + G + B ~ 84%. #E1C2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 223 = 642 (100%)
R 225 of 642 ~ 35.05%
G 194 of 642 ~ 30.22%
B 223 of 642 ~ 34.74%

%35.05
%30.22
%34.74

CMYK color model

#E1C2DF color CMYK value is (0,14,1,12).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK:
(0,14,1,12)
C0M14Y1K12 
(0%,14%,1%,12%)
(0.00/0.14/0.01/0.12)	

CMYK percentages

%0
%13.78
%0.89
%11.76

Codes

Color #E1C2DF in popluar color models

E1C2DF
RGB225194223
HSL304°34.07%82.16%
HSB/HSV304°13.78%88.24%
CMYK0.00%13.78%0.89%
11.76%

Color #E1C2DF in popluar number systems.

HEXE1C2DF
Decimal225194223
Binary111000011100001011011111
Octal341302337

Shades and tints

Shades of #E1C2DF

#E1C2DF
(225,194,223)
#CDB1CB
(205,177,203)
#B9A0B7
(185,160,183)
#A58FA3
(165,143,163)
#917E8F
(145,126,143)
#7D6D7B
(125,109,123)
#695C67
(105,92,103)
#554B53
(85,75,83)
#413A3F
(65,58,63)
#2D292B
(45,41,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #E1C2DF

#E1C2DF
(225,194,223)
#E3C7E1
(227,199,225)
#E5CCE3
(229,204,227)
#E7D1E5
(231,209,229)
#E9D6E7
(233,214,231)
#EBDBE9
(235,219,233)
#EDE0EB
(237,224,235)
#EFE5ED
(239,229,237)
#F1EAEF
(241,234,239)
#F3EFF1
(243,239,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C2DF; }

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

This text font color is #E1C2DF.


Background Color

.myBgColor { background-color: #E1C2DF; }

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

This div background color is #E1C2DF.


Border color

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

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

This div border color is #E1C2DF.


Opacity

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

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

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

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

This text has shadow with #E1C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2DF on black background.


Color preview on white background

This text has color #E1C2DF on white background.



Black color preview on #E1C2DF background

This text has black color on #E1C2DF background.


White color preview on #E1C2DF background

This text has white color on #E1C2DF background.