COLOR #E1C2DA

HEX: #E1C2DA
RGB: (225,194,218)

Color info

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

RGB color model

#E1C2DA color RGB value is (225,194,218).

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

RGB channels and saturation

R 225 of 255 = 88%
G 194 of 255 = 76%
B 218 of 255 = 85%

225
194
218

R + G + B ~ 83%. #E1C2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 194 + 218 = 637 (100%)
R 225 of 637 ~ 35.32%
G 194 of 637 ~ 30.46%
B 218 of 637 ~ 34.22%

%35.32
%30.46
%34.22

CMYK color model

#E1C2DA color CMYK value is (0,14,3,12).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(0,14,3,12)
C0M14Y3K12 
(0%,14%,3%,12%)
(0.00/0.14/0.03/0.12)	

CMYK percentages

%0
%13.78
%3.11
%11.76

Codes

Color #E1C2DA in popluar color models

E1C2DA
RGB225194218
HSL314°34.07%82.16%
HSB/HSV314°13.78%88.24%
CMYK0.00%13.78%3.11%
11.76%

Color #E1C2DA in popluar number systems.

HEXE1C2DA
Decimal225194218
Binary111000011100001011011010
Octal341302332

Shades and tints

Shades of #E1C2DA

#E1C2DA
(225,194,218)
#CDB1C7
(205,177,199)
#B9A0B4
(185,160,180)
#A58FA1
(165,143,161)
#917E8E
(145,126,142)
#7D6D7B
(125,109,123)
#695C68
(105,92,104)
#554B55
(85,75,85)
#413A42
(65,58,66)
#2D292F
(45,41,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #E1C2DA

#E1C2DA
(225,194,218)
#E3C7DD
(227,199,221)
#E5CCE0
(229,204,224)
#E7D1E3
(231,209,227)
#E9D6E6
(233,214,230)
#EBDBE9
(235,219,233)
#EDE0EC
(237,224,236)
#EFE5EF
(239,229,239)
#F1EAF2
(241,234,242)
#F3EFF5
(243,239,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C2DA; }

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

This text font color is #E1C2DA.


Background Color

.myBgColor { background-color: #E1C2DA; }

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

This div background color is #E1C2DA.


Border color

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

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

This div border color is #E1C2DA.


Opacity

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

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

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

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

This text has shadow with #E1C2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C2DA on black background.


Color preview on white background

This text has color #E1C2DA on white background.



Black color preview on #E1C2DA background

This text has black color on #E1C2DA background.


White color preview on #E1C2DA background

This text has white color on #E1C2DA background.