COLOR #E5C2DD

HEX: #E5C2DD RGB: (229,194,221)

Color info

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

RGB color model

#E5C2DD color RGB value is (229,194,221).

RGB: (229,194,221) (90%, 76%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 194 of 255 = 76%
B 221 of 255 = 87%

229
194
221

R + G + B ~ 84%. #E5C2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 194 + 221 = 644 (100%)
R 229 of 644 ~ 35.56%
G 194 of 644 ~ 30.12%
B 221 of 644 ~ 34.32'%

%35.56
%30.12
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (0,15,3,10)
C0M15Y3K10 (0%, 15%, 3%, 10%)
(0.00 / 0.15 / 0.03 / 0.10)

CMYK percentages

%0
%15.28
%3.49
%10.2

Codes

Color #E5C2DD in popluar color models

E5 C2 DD
RGB 229 194 221
HSL 314° 40.23% 82.94%
HSB/HSV 314° 15.28% 89.80%
CMYK 0.00% 15.28% 3.49%
10.20%

Color #E5C2DD in popluar number systems.

HEX E5 C2 DD
Decimal 229 194 221
Binary 11100101 11000010 11011101
Octal 345 302 335

Shades and tints

Shades of #E5C2DD

#E5C2DD
(229,194,221)
#D1B1C9
(209,177,201)
#BDA0B5
(189,160,181)
#A98FA1
(169,143,161)
#957E8D
(149,126,141)
#816D79
(129,109,121)
#6D5C65
(109,92,101)
#594B51
(89,75,81)
#453A3D
(69,58,61)
#312929
(49,41,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #E5C2DD

#E5C2DD
(229,194,221)
#E7C7E0
(231,199,224)
#E9CCE3
(233,204,227)
#EBD1E6
(235,209,230)
#EDD6E9
(237,214,233)
#EFDBEC
(239,219,236)
#F1E0EF
(241,224,239)
#F3E5F2
(243,229,242)
#F5EAF5
(245,234,245)
#F7EFF8
(247,239,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C2DD; }

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

This text font color is #E5C2DD.

Background Color

.myBgColor { background-color: #E5C2DD; }

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

This div background color is #E5C2DD.

Border color

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

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

This div border color is #E5C2DD.

Opacity

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

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

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

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

This text has shadow with #E5C2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C2DD.

Preview

Color preview on black background

This text has color #E5C2DD on black background.


Color preview on white background

This text has color #E5C2DD on white background.


Black color preview on #E5C2DD background

This text has black color on #E5C2DD background.


White color preview on #E5C2DD background

This text has white color on #E5C2DD background.


Related colors

Complementary color

Complementary color for #hex is #1A3D22.


I love getcolorcode.com

Triadic colors

1 #DDE5C2 and #C2DDE5 with #E5C2DD are triadic colors.

2 #DDC2E5 and #C2E5DD with #E5C2DD are triadic colors.