COLOR #E5CDDE

HEX: #E5CDDE
RGB: (229,205,222)

Color info

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

RGB color model

#E5CDDE color RGB value is (229,205,222).

  • red value is 229;
  • green value is 205;
  • blue value is 222.
RGB:
(229,205,222)
(90%,80%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 222 of 255 = 87%

229
205
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 205 + 222 = 656 (100%)
R 229 of 656 ~ 34.91%
G 205 of 656 ~ 31.25%
B 222 of 656 ~ 33.84%

%34.91
%31.25
%33.84

CMYK color model

#E5CDDE color CMYK value is (0,10,3,10).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,10,3,10)
C0M10Y3K10 
(0%,10%,3%,10%)
(0.00/0.10/0.03/0.10)	

CMYK percentages

%0
%10.48
%3.06
%10.2

Codes

Color #E5CDDE in popluar color models

E5CDDE
RGB229205222
HSL318°31.58%85.10%
HSB/HSV318°10.48%89.80%
CMYK0.00%10.48%3.06%
10.20%

Color #E5CDDE in popluar number systems.

HEXE5CDDE
Decimal229205222
Binary111001011100110111011110
Octal345315336

Shades and tints

Shades of #E5CDDE

#E5CDDE
(229,205,222)
#D1BBCA
(209,187,202)
#BDA9B6
(189,169,182)
#A997A2
(169,151,162)
#95858E
(149,133,142)
#81737A
(129,115,122)
#6D6166
(109,97,102)
#594F52
(89,79,82)
#453D3E
(69,61,62)
#312B2A
(49,43,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5CDDE

#E5CDDE
(229,205,222)
#E7D1E1
(231,209,225)
#E9D5E4
(233,213,228)
#EBD9E7
(235,217,231)
#EDDDEA
(237,221,234)
#EFE1ED
(239,225,237)
#F1E5F0
(241,229,240)
#F3E9F3
(243,233,243)
#F5EDF6
(245,237,246)
#F7F1F9
(247,241,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDDE; }

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

This text font color is #E5CDDE.


Background Color

.myBgColor { background-color: #E5CDDE; }

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

This div background color is #E5CDDE.


Border color

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

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

This div border color is #E5CDDE.


Opacity

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

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

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

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

This text has shadow with #E5CDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CDDE on black background.


Color preview on white background

This text has color #E5CDDE on white background.



Black color preview on #E5CDDE background

This text has black color on #E5CDDE background.


White color preview on #E5CDDE background

This text has white color on #E5CDDE background.