COLOR #E1DCE7

HEX: #E1DCE7
RGB: (225,220,231)

Color info

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

RGB color model

#E1DCE7 color RGB value is (225,220,231).

  • red value is 225;
  • green value is 220;
  • blue value is 231.
RGB:
(225,220,231)
(88%,86%,91%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 231 of 255 = 91%

225
220
231

R + G + B ~ 88%. #E1DCE7 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 231 = 676 (100%)
R 225 of 676 ~ 33.28%
G 220 of 676 ~ 32.54%
B 231 of 676 ~ 34.17%

%33.28
%32.54
%34.17

CMYK color model

#E1DCE7 color CMYK value is (3,5,0,9).

  • cyan value is 2.60%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,5,0,9)
C3M5Y0K9 
(3%,5%,0%,9%)
(0.03/0.05/0.00/0.09)	

CMYK percentages

%2.6
%4.76
%0
%9.41

Codes

Color #E1DCE7 in popluar color models

E1DCE7
RGB225220231
HSL267°18.64%88.43%
HSB/HSV267°4.76%90.59%
CMYK2.60%4.76%0.00%
9.41%

Color #E1DCE7 in popluar number systems.

HEXE1DCE7
Decimal225220231
Binary111000011101110011100111
Octal341334347

Shades and tints

Shades of #E1DCE7

#E1DCE7
(225,220,231)
#CDC8D2
(205,200,210)
#B9B4BD
(185,180,189)
#A5A0A8
(165,160,168)
#918C93
(145,140,147)
#7D787E
(125,120,126)
#696469
(105,100,105)
#555054
(85,80,84)
#413C3F
(65,60,63)
#2D282A
(45,40,42)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #E1DCE7

#E1DCE7
(225,220,231)
#E3DFE9
(227,223,233)
#E5E2EB
(229,226,235)
#E7E5ED
(231,229,237)
#E9E8EF
(233,232,239)
#EBEBF1
(235,235,241)
#EDEEF3
(237,238,243)
#EFF1F5
(239,241,245)
#F1F4F7
(241,244,247)
#F3F7F9
(243,247,249)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DCE7; }

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

This text font color is #E1DCE7.


Background Color

.myBgColor { background-color: #E1DCE7; }

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

This div background color is #E1DCE7.


Border color

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

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

This div border color is #E1DCE7.


Opacity

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

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

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

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

This text has shadow with #E1DCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCE7 on black background.


Color preview on white background

This text has color #E1DCE7 on white background.



Black color preview on #E1DCE7 background

This text has black color on #E1DCE7 background.


White color preview on #E1DCE7 background

This text has white color on #E1DCE7 background.