COLOR #E5D0D8

HEX: #E5D0D8 RGB: (229,208,216)

Color info

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

RGB color model

#E5D0D8 color RGB value is (229,208,216).

RGB: (229,208,216) (90%, 82%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 208 of 255 = 82%
B 216 of 255 = 85%

229
208
216

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

Portions of RGB colors in percentages

R + G + B = 229 + 208 + 216 = 653 (100%)
R 229 of 653 ~ 35.07%
G 208 of 653 ~ 31.85%
B 216 of 653 ~ 33.08'%

%35.07
%31.85
%33.08

CMYK color model

#E5D0D8 color CMYK value is (0,9,6,10).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 5.68%
  • key color value is 10.20%
CMYK: (0,9,6,10) C0M9Y6K10 (0%,9%,6%,10%) (0.00/0.09/0.06/0.10) 

CMYK percentages

%0
%9.17
%5.68
%10.2

Codes

Color #E5D0D8 in popluar color models

E5 D0 D8
RGB 229 208 216
HSL 337° 28.77% 85.69%
HSB/HSV 337° 9.17% 89.80%
CMYK 0.00% 9.17% 5.68%
10.20%

Color #E5D0D8 in popluar number systems.

HEX E5 D0 D8
Decimal 229 208 216
Binary 11100101 11010000 11011000
Octal 345 320 330

Shades and tints

Shades of #E5D0D8

#E5D0D8
(229,208,216)
#D1BEC5
(209,190,197)
#BDACB2
(189,172,178)
#A99A9F
(169,154,159)
#95888C
(149,136,140)
#817679
(129,118,121)
#6D6466
(109,100,102)
#595253
(89,82,83)
#454040
(69,64,64)
#312E2D
(49,46,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #E5D0D8

#E5D0D8
(229,208,216)
#E7D4DB
(231,212,219)
#E9D8DE
(233,216,222)
#EBDCE1
(235,220,225)
#EDE0E4
(237,224,228)
#EFE4E7
(239,228,231)
#F1E8EA
(241,232,234)
#F3ECED
(243,236,237)
#F5F0F0
(245,240,240)
#F7F4F3
(247,244,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D0D8 color. Also use rgb(229,208,216) instead hex code.

Text Font Color

.myTextColor { color: #E5D0D8; }

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

This text font color is #E5D0D8.

Background Color

.myBgColor { background-color: #E5D0D8; }

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

This div background color is #E5D0D8.

Border color

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

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

This div border color is #E5D0D8.

Opacity

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

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

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

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

This text has shadow with #E5D0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D0D8.

Preview

Color preview on black background

This text has color #E5D0D8 on black background.


Color preview on white background

This text has color #E5D0D8 on white background.


Black color preview on #E5D0D8 background

This text has black color on #E5D0D8 background.


White color preview on #E5D0D8 background

This text has white color on #E5D0D8 background.


Related colors

Complementary color

Complementary color for #hex is #1A2F27.


I love getcolorcode.com

Triadic colors

1 #D8E5D0 and #D0D8E5 with #E5D0D8 are triadic colors.

2 #D8D0E5 and #D0E5D8 with #E5D0D8 are triadic colors.