COLOR #E5CDE1

HEX: #E5CDE1 RGB: (229,205,225)

Color info

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

RGB color model

#E5CDE1 color RGB value is (229,205,225).

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

RGB channels and saturation

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

229
205
225

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

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 225 = 659 (100%)
R 229 of 659 ~ 34.75%
G 205 of 659 ~ 31.11%
B 225 of 659 ~ 34.14'%

%34.75
%31.11
%34.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 1.75%
  • 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
%1.75
%10.2

Codes

Color #E5CDE1 in popluar color models

E5 CD E1
RGB 229 205 225
HSL 310° 31.58% 85.10%
HSB/HSV 310° 10.48% 89.80%
CMYK 0.00% 10.48% 1.75%
10.20%

Color #E5CDE1 in popluar number systems.

HEX E5 CD E1
Decimal 229 205 225
Binary 11100101 11001101 11100001
Octal 345 315 341

Shades and tints

Shades of #E5CDE1

#E5CDE1
(229,205,225)
#D1BBCD
(209,187,205)
#BDA9B9
(189,169,185)
#A997A5
(169,151,165)
#958591
(149,133,145)
#81737D
(129,115,125)
#6D6169
(109,97,105)
#594F55
(89,79,85)
#453D41
(69,61,65)
#312B2D
(49,43,45)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5CDE1

#E5CDE1
(229,205,225)
#E7D1E3
(231,209,227)
#E9D5E5
(233,213,229)
#EBD9E7
(235,217,231)
#EDDDE9
(237,221,233)
#EFE1EB
(239,225,235)
#F1E5ED
(241,229,237)
#F3E9EF
(243,233,239)
#F5EDF1
(245,237,241)
#F7F1F3
(247,241,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDE1; }

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

This text font color is #E5CDE1.

Background Color

.myBgColor { background-color: #E5CDE1; }

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

This div background color is #E5CDE1.

Border color

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

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

This div border color is #E5CDE1.

Opacity

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

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

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

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

This text has shadow with #E5CDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDE1.

Preview

Color preview on black background

This text has color #E5CDE1 on black background.


Color preview on white background

This text has color #E5CDE1 on white background.


Black color preview on #E5CDE1 background

This text has black color on #E5CDE1 background.


White color preview on #E5CDE1 background

This text has white color on #E5CDE1 background.


Related colors

Complementary color

Complementary color for #hex is #1A321E.


I love getcolorcode.com

Triadic colors

1 #E1E5CD and #CDE1E5 with #E5CDE1 are triadic colors.

2 #E1CDE5 and #CDE5E1 with #E5CDE1 are triadic colors.