COLOR #E0D2DD

HEX: #E0D2DD
RGB: (224,210,221)

Color info

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

RGB color model

#E0D2DD color RGB value is (224,210,221).

  • red value is 224;
  • green value is 210;
  • blue value is 221.
RGB:
(224,210,221)
(88%,82%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 210 of 255 = 82%
B 221 of 255 = 87%

224
210
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 210 + 221 = 655 (100%)
R 224 of 655 ~ 34.2%
G 210 of 655 ~ 32.06%
B 221 of 655 ~ 33.74%

%34.2
%32.06
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,6,1,12)
C0M6Y1K12 
(0%,6%,1%,12%)
(0.00/0.06/0.01/0.12)	

CMYK percentages

%0
%6.25
%1.34
%12.16

Codes

Color #E0D2DD in popluar color models

E0D2DD
RGB224210221
HSL313°18.42%85.10%
HSB/HSV313°6.25%87.84%
CMYK0.00%6.25%1.34%
12.16%

Color #E0D2DD in popluar number systems.

HEXE0D2DD
Decimal224210221
Binary111000001101001011011101
Octal340322335

Shades and tints

Shades of #E0D2DD

#E0D2DD
(224,210,221)
#CCBFC9
(204,191,201)
#B8ACB5
(184,172,181)
#A499A1
(164,153,161)
#90868D
(144,134,141)
#7C7379
(124,115,121)
#686065
(104,96,101)
#544D51
(84,77,81)
#403A3D
(64,58,61)
#2C2729
(44,39,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #E0D2DD

#E0D2DD
(224,210,221)
#E2D6E0
(226,214,224)
#E4DAE3
(228,218,227)
#E6DEE6
(230,222,230)
#E8E2E9
(232,226,233)
#EAE6EC
(234,230,236)
#ECEAEF
(236,234,239)
#EEEEF2
(238,238,242)
#F0F2F5
(240,242,245)
#F2F6F8
(242,246,248)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D2DD color. Also use rgb(224,210,221) instead hex code.

Text Font Color

.myTextColor { color: #E0D2DD; }

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

This text font color is #E0D2DD.


Background Color

.myBgColor { background-color: #E0D2DD; }

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

This div background color is #E0D2DD.


Border color

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

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

This div border color is #E0D2DD.


Opacity

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

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

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

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

This text has shadow with #E0D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D2DD on black background.


Color preview on white background

This text has color #E0D2DD on white background.



Black color preview on #E0D2DD background

This text has black color on #E0D2DD background.


White color preview on #E0D2DD background

This text has white color on #E0D2DD background.