COLOR #E5CDE4

HEX: #E5CDE4 RGB: (229,205,228)

Color info

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

RGB color model

#E5CDE4 color RGB value is (229,205,228).

RGB: (229,205,228) (90%, 80%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 228 of 255 = 89%

229
205
228

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

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 228 = 662 (100%)
R 229 of 662 ~ 34.59%
G 205 of 662 ~ 30.97%
B 228 of 662 ~ 34.44'%

%34.59
%30.97
%34.44

CMYK color model

#E5CDE4 color CMYK value is (0,10,0,10).

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

CMYK: (0,10,0,10)
C0M10Y0K10 (0%, 10%, 0%, 10%)
(0.00 / 0.10 / 0.00 / 0.10)

CMYK percentages

%0
%10.48
%0.44
%10.2

Codes

Color #E5CDE4 in popluar color models

E5 CD E4
RGB 229 205 228
HSL 303° 31.58% 85.10%
HSB/HSV 303° 10.48% 89.80%
CMYK 0.00% 10.48% 0.44%
10.20%

Color #E5CDE4 in popluar number systems.

HEX E5 CD E4
Decimal 229 205 228
Binary 11100101 11001101 11100100
Octal 345 315 344

Shades and tints

Shades of #E5CDE4

#E5CDE4
(229,205,228)
#D1BBD0
(209,187,208)
#BDA9BC
(189,169,188)
#A997A8
(169,151,168)
#958594
(149,133,148)
#817380
(129,115,128)
#6D616C
(109,97,108)
#594F58
(89,79,88)
#453D44
(69,61,68)
#312B30
(49,43,48)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #E5CDE4

#E5CDE4
(229,205,228)
#E7D1E6
(231,209,230)
#E9D5E8
(233,213,232)
#EBD9EA
(235,217,234)
#EDDDEC
(237,221,236)
#EFE1EE
(239,225,238)
#F1E5F0
(241,229,240)
#F3E9F2
(243,233,242)
#F5EDF4
(245,237,244)
#F7F1F6
(247,241,246)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDE4; }

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

This text font color is #E5CDE4.

Background Color

.myBgColor { background-color: #E5CDE4; }

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

This div background color is #E5CDE4.

Border color

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

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

This div border color is #E5CDE4.

Opacity

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

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

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

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

This text has shadow with #E5CDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDE4.

Preview

Color preview on black background

This text has color #E5CDE4 on black background.


Color preview on white background

This text has color #E5CDE4 on white background.


Black color preview on #E5CDE4 background

This text has black color on #E5CDE4 background.


White color preview on #E5CDE4 background

This text has white color on #E5CDE4 background.


Related colors

Complementary color

Complementary color for #hex is #1A321B.


I love getcolorcode.com

Triadic colors

1 #E4E5CD and #CDE4E5 with #E5CDE4 are triadic colors.

2 #E4CDE5 and #CDE5E4 with #E5CDE4 are triadic colors.