COLOR #E5CDE0

HEX: #E5CDE0 RGB: (229,205,224)

Color info

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

RGB color model

#E5CDE0 color RGB value is (229,205,224).

RGB: (229,205,224) (90%, 80%, 88%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 224 of 255 = 88%

229
205
224

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

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 224 = 658 (100%)
R 229 of 658 ~ 34.8%
G 205 of 658 ~ 31.16%
B 224 of 658 ~ 34.04'%

%34.8
%31.16
%34.04

CMYK color model

#E5CDE0 color CMYK value is (0,10,2,10).

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

CMYK: (0,10,2,10)
C0M10Y2K10 (0%, 10%, 2%, 10%)
(0.00 / 0.10 / 0.02 / 0.10)

CMYK percentages

%0
%10.48
%2.18
%10.2

Codes

Color #E5CDE0 in popluar color models

E5 CD E0
RGB 229 205 224
HSL 313° 31.58% 85.10%
HSB/HSV 313° 10.48% 89.80%
CMYK 0.00% 10.48% 2.18%
10.20%

Color #E5CDE0 in popluar number systems.

HEX E5 CD E0
Decimal 229 205 224
Binary 11100101 11001101 11100000
Octal 345 315 340

Shades and tints

Shades of #E5CDE0

#E5CDE0
(229,205,224)
#D1BBCC
(209,187,204)
#BDA9B8
(189,169,184)
#A997A4
(169,151,164)
#958590
(149,133,144)
#81737C
(129,115,124)
#6D6168
(109,97,104)
#594F54
(89,79,84)
#453D40
(69,61,64)
#312B2C
(49,43,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5CDE0

#E5CDE0
(229,205,224)
#E7D1E2
(231,209,226)
#E9D5E4
(233,213,228)
#EBD9E6
(235,217,230)
#EDDDE8
(237,221,232)
#EFE1EA
(239,225,234)
#F1E5EC
(241,229,236)
#F3E9EE
(243,233,238)
#F5EDF0
(245,237,240)
#F7F1F2
(247,241,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDE0; }

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

This text font color is #E5CDE0.

Background Color

.myBgColor { background-color: #E5CDE0; }

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

This div background color is #E5CDE0.

Border color

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

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

This div border color is #E5CDE0.

Opacity

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

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

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

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

This text has shadow with #E5CDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDE0.

Preview

Color preview on black background

This text has color #E5CDE0 on black background.


Color preview on white background

This text has color #E5CDE0 on white background.


Black color preview on #E5CDE0 background

This text has black color on #E5CDE0 background.


White color preview on #E5CDE0 background

This text has white color on #E5CDE0 background.


Related colors

Complementary color

Complementary color for #hex is #1A321F.


I love getcolorcode.com

Triadic colors

1 #E0E5CD and #CDE0E5 with #E5CDE0 are triadic colors.

2 #E0CDE5 and #CDE5E0 with #E5CDE0 are triadic colors.