COLOR #E5CDD5

HEX: #E5CDD5 RGB: (229,205,213)

Color info

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

RGB color model

#E5CDD5 color RGB value is (229,205,213).

RGB: (229,205,213) (90%, 80%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 213 of 255 = 84%

229
205
213

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

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 213 = 647 (100%)
R 229 of 647 ~ 35.39%
G 205 of 647 ~ 31.68%
B 213 of 647 ~ 32.92'%

%35.39
%31.68
%32.92

CMYK color model

#E5CDD5 color CMYK value is (0,10,7,10).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 6.99%
  • key color value is 10.20%

CMYK: (0,10,7,10)
C0M10Y7K10 (0%, 10%, 7%, 10%)
(0.00 / 0.10 / 0.07 / 0.10)

CMYK percentages

%0
%10.48
%6.99
%10.2

Codes

Color #E5CDD5 in popluar color models

E5 CD D5
RGB 229 205 213
HSL 340° 31.58% 85.10%
HSB/HSV 340° 10.48% 89.80%
CMYK 0.00% 10.48% 6.99%
10.20%

Color #E5CDD5 in popluar number systems.

HEX E5 CD D5
Decimal 229 205 213
Binary 11100101 11001101 11010101
Octal 345 315 325

Shades and tints

Shades of #E5CDD5

#E5CDD5
(229,205,213)
#D1BBC2
(209,187,194)
#BDA9AF
(189,169,175)
#A9979C
(169,151,156)
#958589
(149,133,137)
#817376
(129,115,118)
#6D6163
(109,97,99)
#594F50
(89,79,80)
#453D3D
(69,61,61)
#312B2A
(49,43,42)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5CDD5

#E5CDD5
(229,205,213)
#E7D1D8
(231,209,216)
#E9D5DB
(233,213,219)
#EBD9DE
(235,217,222)
#EDDDE1
(237,221,225)
#EFE1E4
(239,225,228)
#F1E5E7
(241,229,231)
#F3E9EA
(243,233,234)
#F5EDED
(245,237,237)
#F7F1F0
(247,241,240)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CDD5 color. Also use rgb(229,205,213) instead hex code.

Text Font Color

.myTextColor { color: #E5CDD5; }

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

This text font color is #E5CDD5.

Background Color

.myBgColor { background-color: #E5CDD5; }

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

This div background color is #E5CDD5.

Border color

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

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

This div border color is #E5CDD5.

Opacity

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

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

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

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

This text has shadow with #E5CDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDD5.

Preview

Color preview on black background

This text has color #E5CDD5 on black background.


Color preview on white background

This text has color #E5CDD5 on white background.


Black color preview on #E5CDD5 background

This text has black color on #E5CDD5 background.


White color preview on #E5CDD5 background

This text has white color on #E5CDD5 background.


Related colors

Complementary color

Complementary color for #hex is #1A322A.


I love getcolorcode.com

Triadic colors

1 #D5E5CD and #CDD5E5 with #E5CDD5 are triadic colors.

2 #D5CDE5 and #CDE5D5 with #E5CDD5 are triadic colors.