COLOR #E0D3DA

HEX: #E0D3DA RGB: (224,211,218)

Color info

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

RGB color model

#E0D3DA color RGB value is (224,211,218).

RGB: (224,211,218) (88%, 83%, 85%)

RGB channels and saturation

R 224 of 255 = 88%
G 211 of 255 = 83%
B 218 of 255 = 85%

224
211
218

R + G + B ~ 85%. #E0D3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 211 + 218 = 653 (100%)
R 224 of 653 ~ 34.3%
G 211 of 653 ~ 32.31%
B 218 of 653 ~ 33.38'%

%34.3
%32.31
%33.38

CMYK color model

#E0D3DA color CMYK value is (0,6,3,12).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK: (0,6,3,12) C0M6Y3K12 (0%,6%,3%,12%) (0.00/0.06/0.03/0.12) 

CMYK percentages

%0
%5.8
%2.68
%12.16

Codes

Color #E0D3DA in popluar color models

E0 D3 DA
RGB 224 211 218
HSL 328° 17.33% 85.29%
HSB/HSV 328° 5.80% 87.84%
CMYK 0.00% 5.80% 2.68%
12.16%

Color #E0D3DA in popluar number systems.

HEX E0 D3 DA
Decimal 224 211 218
Binary 11100000 11010011 11011010
Octal 340 323 332

Shades and tints

Shades of #E0D3DA

#E0D3DA
(224,211,218)
#CCC0C7
(204,192,199)
#B8ADB4
(184,173,180)
#A49AA1
(164,154,161)
#90878E
(144,135,142)
#7C747B
(124,116,123)
#686168
(104,97,104)
#544E55
(84,78,85)
#403B42
(64,59,66)
#2C282F
(44,40,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #E0D3DA

#E0D3DA
(224,211,218)
#E2D7DD
(226,215,221)
#E4DBE0
(228,219,224)
#E6DFE3
(230,223,227)
#E8E3E6
(232,227,230)
#EAE7E9
(234,231,233)
#ECEBEC
(236,235,236)
#EEEFEF
(238,239,239)
#F0F3F2
(240,243,242)
#F2F7F5
(242,247,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D3DA color. Also use rgb(224,211,218) instead hex code.

Text Font Color

.myTextColor { color: #E0D3DA; }

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

This text font color is #E0D3DA.

Background Color

.myBgColor { background-color: #E0D3DA; }

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

This div background color is #E0D3DA.

Border color

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

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

This div border color is #E0D3DA.

Opacity

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

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

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

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

This text has shadow with #E0D3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D3DA.

Preview

Color preview on black background

This text has color #E0D3DA on black background.


Color preview on white background

This text has color #E0D3DA on white background.


Black color preview on #E0D3DA background

This text has black color on #E0D3DA background.


White color preview on #E0D3DA background

This text has white color on #E0D3DA background.


Related colors

Complementary color

Complementary color for #hex is #1F2C25.


I love getcolorcode.com

Triadic colors

1 #DAE0D3 and #D3DAE0 with #E0D3DA are triadic colors.

2 #DAD3E0 and #D3E0DA with #E0D3DA are triadic colors.