COLOR #E5CDDD

HEX: #E5CDDD
RGB: (229,205,221)

Color info

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

RGB color model

#E5CDDD color RGB value is (229,205,221).

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

RGB channels and saturation

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

229
205
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 205 + 221 = 655 (100%)
R 229 of 655 ~ 34.96%
G 205 of 655 ~ 31.3%
B 221 of 655 ~ 33.74%

%34.96
%31.3
%33.74

CMYK color model

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

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

Codes

Color #E5CDDD in popluar color models

E5CDDD
RGB229205221
HSL320°31.58%85.10%
HSB/HSV320°10.48%89.80%
CMYK0.00%10.48%3.49%
10.20%

Color #E5CDDD in popluar number systems.

HEXE5CDDD
Decimal229205221
Binary111001011100110111011101
Octal345315335

Shades and tints

Shades of #E5CDDD

#E5CDDD
(229,205,221)
#D1BBC9
(209,187,201)
#BDA9B5
(189,169,181)
#A997A1
(169,151,161)
#95858D
(149,133,141)
#817379
(129,115,121)
#6D6165
(109,97,101)
#594F51
(89,79,81)
#453D3D
(69,61,61)
#312B29
(49,43,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5CDDD

#E5CDDD
(229,205,221)
#E7D1E0
(231,209,224)
#E9D5E3
(233,213,227)
#EBD9E6
(235,217,230)
#EDDDE9
(237,221,233)
#EFE1EC
(239,225,236)
#F1E5EF
(241,229,239)
#F3E9F2
(243,233,242)
#F5EDF5
(245,237,245)
#F7F1F8
(247,241,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CDDD; }

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

This text font color is #E5CDDD.


Background Color

.myBgColor { background-color: #E5CDDD; }

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

This div background color is #E5CDDD.


Border color

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

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

This div border color is #E5CDDD.


Opacity

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

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

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

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

This text has shadow with #E5CDDD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5CDDD on black background.


Color preview on white background

This text has color #E5CDDD on white background.



Black color preview on #E5CDDD background

This text has black color on #E5CDDD background.


White color preview on #E5CDDD background

This text has white color on #E5CDDD background.