COLOR #E5CDD2

HEX: #E5CDD2 RGB: (229,205,210)

Color info

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

RGB color model

#E5CDD2 color RGB value is (229,205,210).

RGB: (229,205,210) (90%, 80%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 210 of 255 = 82%

229
205
210

R + G + B ~ 84%. #E5CDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 210 = 644 (100%)
R 229 of 644 ~ 35.56%
G 205 of 644 ~ 31.83%
B 210 of 644 ~ 32.61'%

%35.56
%31.83
%32.61

CMYK color model

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

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

CMYK: (0,10,8,10)
C0M10Y8K10 (0%, 10%, 8%, 10%)
(0.00 / 0.10 / 0.08 / 0.10)

CMYK percentages

%0
%10.48
%8.3
%10.2

Codes

Color #E5CDD2 in popluar color models

E5 CD D2
RGB 229 205 210
HSL 348° 31.58% 85.10%
HSB/HSV 348° 10.48% 89.80%
CMYK 0.00% 10.48% 8.30%
10.20%

Color #E5CDD2 in popluar number systems.

HEX E5 CD D2
Decimal 229 205 210
Binary 11100101 11001101 11010010
Octal 345 315 322

Shades and tints

Shades of #E5CDD2

#E5CDD2
(229,205,210)
#D1BBBF
(209,187,191)
#BDA9AC
(189,169,172)
#A99799
(169,151,153)
#958586
(149,133,134)
#817373
(129,115,115)
#6D6160
(109,97,96)
#594F4D
(89,79,77)
#453D3A
(69,61,58)
#312B27
(49,43,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5CDD2

#E5CDD2
(229,205,210)
#E7D1D6
(231,209,214)
#E9D5DA
(233,213,218)
#EBD9DE
(235,217,222)
#EDDDE2
(237,221,226)
#EFE1E6
(239,225,230)
#F1E5EA
(241,229,234)
#F3E9EE
(243,233,238)
#F5EDF2
(245,237,242)
#F7F1F6
(247,241,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDD2; }

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

This text font color is #E5CDD2.

Background Color

.myBgColor { background-color: #E5CDD2; }

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

This div background color is #E5CDD2.

Border color

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

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

This div border color is #E5CDD2.

Opacity

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

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

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

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

This text has shadow with #E5CDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDD2.

Preview

Color preview on black background

This text has color #E5CDD2 on black background.


Color preview on white background

This text has color #E5CDD2 on white background.


Black color preview on #E5CDD2 background

This text has black color on #E5CDD2 background.


White color preview on #E5CDD2 background

This text has white color on #E5CDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1A322D.


I love getcolorcode.com

Triadic colors

1 #D2E5CD and #CDD2E5 with #E5CDD2 are triadic colors.

2 #D2CDE5 and #CDE5D2 with #E5CDD2 are triadic colors.