COLOR #E1C6DE

HEX: #E1C6DE
RGB: (225,198,222)

Color info

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

RGB color model

#E1C6DE color RGB value is (225,198,222).

  • red value is 225;
  • green value is 198;
  • blue value is 222.
RGB:
(225,198,222)
(88%,78%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 222 of 255 = 87%

225
198
222

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

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 222 = 645 (100%)
R 225 of 645 ~ 34.88%
G 198 of 645 ~ 30.7%
B 222 of 645 ~ 34.42%

%34.88
%30.7
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(0,12,1,12)
C0M12Y1K12 
(0%,12%,1%,12%)
(0.00/0.12/0.01/0.12)	

CMYK percentages

%0
%12
%1.33
%11.76

Codes

Color #E1C6DE in popluar color models

E1C6DE
RGB225198222
HSL307°31.03%82.94%
HSB/HSV307°12.00%88.24%
CMYK0.00%12.00%1.33%
11.76%

Color #E1C6DE in popluar number systems.

HEXE1C6DE
Decimal225198222
Binary111000011100011011011110
Octal341306336

Shades and tints

Shades of #E1C6DE

#E1C6DE
(225,198,222)
#CDB4CA
(205,180,202)
#B9A2B6
(185,162,182)
#A590A2
(165,144,162)
#917E8E
(145,126,142)
#7D6C7A
(125,108,122)
#695A66
(105,90,102)
#554852
(85,72,82)
#41363E
(65,54,62)
#2D242A
(45,36,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E1C6DE

#E1C6DE
(225,198,222)
#E3CBE1
(227,203,225)
#E5D0E4
(229,208,228)
#E7D5E7
(231,213,231)
#E9DAEA
(233,218,234)
#EBDFED
(235,223,237)
#EDE4F0
(237,228,240)
#EFE9F3
(239,233,243)
#F1EEF6
(241,238,246)
#F3F3F9
(243,243,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C6DE; }

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

This text font color is #E1C6DE.


Background Color

.myBgColor { background-color: #E1C6DE; }

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

This div background color is #E1C6DE.


Border color

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

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

This div border color is #E1C6DE.


Opacity

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

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

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

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

This text has shadow with #E1C6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C6DE on black background.


Color preview on white background

This text has color #E1C6DE on white background.



Black color preview on #E1C6DE background

This text has black color on #E1C6DE background.


White color preview on #E1C6DE background

This text has white color on #E1C6DE background.