COLOR #E0D3DF

HEX: #E0D3DF RGB: (224,211,223)

Color info

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

RGB color model

#E0D3DF color RGB value is (224,211,223).

RGB: (224,211,223) (88%, 83%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 211 of 255 = 83%
B 223 of 255 = 87%

224
211
223

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

Portions of RGB colors in percentages

R + G + B = 224 + 211 + 223 = 658 (100%)
R 224 of 658 ~ 34.04%
G 211 of 658 ~ 32.07%
B 223 of 658 ~ 33.89'%

%34.04
%32.07
%33.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 0.45%
  • key color value is 12.16%

CMYK: (0,6,0,12)
C0M6Y0K12 (0%, 6%, 0%, 12%)
(0.00 / 0.06 / 0.00 / 0.12)

CMYK percentages

%0
%5.8
%0.45
%12.16

Codes

Color #E0D3DF in popluar color models

E0 D3 DF
RGB 224 211 223
HSL 305° 17.33% 85.29%
HSB/HSV 305° 5.80% 87.84%
CMYK 0.00% 5.80% 0.45%
12.16%

Color #E0D3DF in popluar number systems.

HEX E0 D3 DF
Decimal 224 211 223
Binary 11100000 11010011 11011111
Octal 340 323 337

Shades and tints

Shades of #E0D3DF

#E0D3DF
(224,211,223)
#CCC0CB
(204,192,203)
#B8ADB7
(184,173,183)
#A49AA3
(164,154,163)
#90878F
(144,135,143)
#7C747B
(124,116,123)
#686167
(104,97,103)
#544E53
(84,78,83)
#403B3F
(64,59,63)
#2C282B
(44,40,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #E0D3DF

#E0D3DF
(224,211,223)
#E2D7E1
(226,215,225)
#E4DBE3
(228,219,227)
#E6DFE5
(230,223,229)
#E8E3E7
(232,227,231)
#EAE7E9
(234,231,233)
#ECEBEB
(236,235,235)
#EEEFED
(238,239,237)
#F0F3EF
(240,243,239)
#F2F7F1
(242,247,241)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D3DF; }

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

This text font color is #E0D3DF.

Background Color

.myBgColor { background-color: #E0D3DF; }

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

This div background color is #E0D3DF.

Border color

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

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

This div border color is #E0D3DF.

Opacity

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

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

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

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

This text has shadow with #E0D3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D3DF.

Preview

Color preview on black background

This text has color #E0D3DF on black background.


Color preview on white background

This text has color #E0D3DF on white background.


Black color preview on #E0D3DF background

This text has black color on #E0D3DF background.


White color preview on #E0D3DF background

This text has white color on #E0D3DF background.


Related colors

Complementary color

Complementary color for #hex is #1F2C20.


I love getcolorcode.com

Triadic colors

1 #DFE0D3 and #D3DFE0 with #E0D3DF are triadic colors.

2 #DFD3E0 and #D3E0DF with #E0D3DF are triadic colors.