COLOR #E1D0E0

HEX: #E1D0E0
RGB: (225,208,224)

Color info

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

RGB color model

#E1D0E0 color RGB value is (225,208,224).

  • red value is 225;
  • green value is 208;
  • blue value is 224.
RGB:
(225,208,224)
(88%,82%,88%)

RGB channels and saturation

R 225 of 255 = 88%
G 208 of 255 = 82%
B 224 of 255 = 88%

225
208
224

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

Portions of RGB colors in percentages

R + G + B =
225 + 208 + 224 = 657 (100%)
R 225 of 657 ~ 34.25%
G 208 of 657 ~ 31.66%
B 224 of 657 ~ 34.09%

%34.25
%31.66
%34.09

CMYK color model

#E1D0E0 color CMYK value is (0,8,0,12).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 0.44%
  • key color value is 11.76%
CMYK:
(0,8,0,12)
C0M8Y0K12 
(0%,8%,0%,12%)
(0.00/0.08/0.00/0.12)	

CMYK percentages

%0
%7.56
%0.44
%11.76

Codes

Color #E1D0E0 in popluar color models

E1D0E0
RGB225208224
HSL304°22.08%84.90%
HSB/HSV304°7.56%88.24%
CMYK0.00%7.56%0.44%
11.76%

Color #E1D0E0 in popluar number systems.

HEXE1D0E0
Decimal225208224
Binary111000011101000011100000
Octal341320340

Shades and tints

Shades of #E1D0E0

#E1D0E0
(225,208,224)
#CDBECC
(205,190,204)
#B9ACB8
(185,172,184)
#A59AA4
(165,154,164)
#918890
(145,136,144)
#7D767C
(125,118,124)
#696468
(105,100,104)
#555254
(85,82,84)
#414040
(65,64,64)
#2D2E2C
(45,46,44)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #E1D0E0

#E1D0E0
(225,208,224)
#E3D4E2
(227,212,226)
#E5D8E4
(229,216,228)
#E7DCE6
(231,220,230)
#E9E0E8
(233,224,232)
#EBE4EA
(235,228,234)
#EDE8EC
(237,232,236)
#EFECEE
(239,236,238)
#F1F0F0
(241,240,240)
#F3F4F2
(243,244,242)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D0E0 color. Also use rgb(225,208,224) instead hex code.

Text Font Color

.myTextColor { color: #E1D0E0; }

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

This text font color is #E1D0E0.


Background Color

.myBgColor { background-color: #E1D0E0; }

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

This div background color is #E1D0E0.


Border color

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

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

This div border color is #E1D0E0.


Opacity

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

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

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

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

This text has shadow with #E1D0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D0E0 on black background.


Color preview on white background

This text has color #E1D0E0 on white background.



Black color preview on #E1D0E0 background

This text has black color on #E1D0E0 background.


White color preview on #E1D0E0 background

This text has white color on #E1D0E0 background.