COLOR #E5C4DD

HEX: #E5C4DD
RGB: (229,196,221)

Color info

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

RGB color model

#E5C4DD color RGB value is (229,196,221).

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

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 221 of 255 = 87%

229
196
221

R + G + B ~ 85%. #E5C4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 196 + 221 = 646 (100%)
R 229 of 646 ~ 35.45%
G 196 of 646 ~ 30.34%
B 221 of 646 ~ 34.21%

%35.45
%30.34
%34.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(0,14,3,10)
C0M14Y3K10 
(0%,14%,3%,10%)
(0.00/0.14/0.03/0.10)	

CMYK percentages

%0
%14.41
%3.49
%10.2

Codes

Color #E5C4DD in popluar color models

E5C4DD
RGB229196221
HSL315°38.82%83.33%
HSB/HSV315°14.41%89.80%
CMYK0.00%14.41%3.49%
10.20%

Color #E5C4DD in popluar number systems.

HEXE5C4DD
Decimal229196221
Binary111001011100010011011101
Octal345304335

Shades and tints

Shades of #E5C4DD

#E5C4DD
(229,196,221)
#D1B3C9
(209,179,201)
#BDA2B5
(189,162,181)
#A991A1
(169,145,161)
#95808D
(149,128,141)
#816F79
(129,111,121)
#6D5E65
(109,94,101)
#594D51
(89,77,81)
#453C3D
(69,60,61)
#312B29
(49,43,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5C4DD

#E5C4DD
(229,196,221)
#E7C9E0
(231,201,224)
#E9CEE3
(233,206,227)
#EBD3E6
(235,211,230)
#EDD8E9
(237,216,233)
#EFDDEC
(239,221,236)
#F1E2EF
(241,226,239)
#F3E7F2
(243,231,242)
#F5ECF5
(245,236,245)
#F7F1F8
(247,241,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C4DD; }

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

This text font color is #E5C4DD.


Background Color

.myBgColor { background-color: #E5C4DD; }

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

This div background color is #E5C4DD.


Border color

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

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

This div border color is #E5C4DD.


Opacity

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

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

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

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

This text has shadow with #E5C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C4DD on black background.


Color preview on white background

This text has color #E5C4DD on white background.



Black color preview on #E5C4DD background

This text has black color on #E5C4DD background.


White color preview on #E5C4DD background

This text has white color on #E5C4DD background.