COLOR #E5D3DD

HEX: #E5D3DD RGB: (229,211,221)

Color info

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

RGB color model

#E5D3DD color RGB value is (229,211,221).

RGB: (229,211,221) (90%, 83%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 221 of 255 = 87%

229
211
221

R + G + B ~ 87%. #E5D3DD is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 211 + 221 = 661 (100%)
R 229 of 661 ~ 34.64%
G 211 of 661 ~ 31.92%
B 221 of 661 ~ 33.43'%

%34.64
%31.92
%33.43

CMYK color model

#E5D3DD color CMYK value is (0,8,3,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (0,8,3,10)
C0M8Y3K10 (0%, 8%, 3%, 10%)
(0.00 / 0.08 / 0.03 / 0.10)

CMYK percentages

%0
%7.86
%3.49
%10.2

Codes

Color #E5D3DD in popluar color models

E5 D3 DD
RGB 229 211 221
HSL 327° 25.71% 86.27%
HSB/HSV 327° 7.86% 89.80%
CMYK 0.00% 7.86% 3.49%
10.20%

Color #E5D3DD in popluar number systems.

HEX E5 D3 DD
Decimal 229 211 221
Binary 11100101 11010011 11011101
Octal 345 323 335

Shades and tints

Shades of #E5D3DD

#E5D3DD
(229,211,221)
#D1C0C9
(209,192,201)
#BDADB5
(189,173,181)
#A99AA1
(169,154,161)
#95878D
(149,135,141)
#817479
(129,116,121)
#6D6165
(109,97,101)
#594E51
(89,78,81)
#453B3D
(69,59,61)
#312829
(49,40,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #E5D3DD

#E5D3DD
(229,211,221)
#E7D7E0
(231,215,224)
#E9DBE3
(233,219,227)
#EBDFE6
(235,223,230)
#EDE3E9
(237,227,233)
#EFE7EC
(239,231,236)
#F1EBEF
(241,235,239)
#F3EFF2
(243,239,242)
#F5F3F5
(245,243,245)
#F7F7F8
(247,247,248)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3DD color. Also use rgb(229,211,221) instead hex code.

Text Font Color

.myTextColor { color: #E5D3DD; }

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

This text font color is #E5D3DD.

Background Color

.myBgColor { background-color: #E5D3DD; }

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

This div background color is #E5D3DD.

Border color

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

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

This div border color is #E5D3DD.

Opacity

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

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

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

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

This text has shadow with #E5D3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D3DD.

Preview

Color preview on black background

This text has color #E5D3DD on black background.


Color preview on white background

This text has color #E5D3DD on white background.


Black color preview on #E5D3DD background

This text has black color on #E5D3DD background.


White color preview on #E5D3DD background

This text has white color on #E5D3DD background.


Related colors

Complementary color

Complementary color for #hex is #1A2C22.


I love getcolorcode.com

Triadic colors

1 #DDE5D3 and #D3DDE5 with #E5D3DD are triadic colors.

2 #DDD3E5 and #D3E5DD with #E5D3DD are triadic colors.