COLOR #E5C6DD

HEX: #E5C6DD RGB: (229,198,221)

Color info

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

RGB color model

#E5C6DD color RGB value is (229,198,221).

RGB: (229,198,221) (90%, 78%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 198 of 255 = 78%
B 221 of 255 = 87%

229
198
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 198 + 221 = 648 (100%)
R 229 of 648 ~ 35.34%
G 198 of 648 ~ 30.56%
B 221 of 648 ~ 34.1'%

%35.34
%30.56
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.54%
  • 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
%13.54
%3.49
%10.2

Codes

Color #E5C6DD in popluar color models

E5 C6 DD
RGB 229 198 221
HSL 315° 37.35% 83.73%
HSB/HSV 315° 13.54% 89.80%
CMYK 0.00% 13.54% 3.49%
10.20%

Color #E5C6DD in popluar number systems.

HEX E5 C6 DD
Decimal 229 198 221
Binary 11100101 11000110 11011101
Octal 345 306 335

Shades and tints

Shades of #E5C6DD

#E5C6DD
(229,198,221)
#D1B4C9
(209,180,201)
#BDA2B5
(189,162,181)
#A990A1
(169,144,161)
#957E8D
(149,126,141)
#816C79
(129,108,121)
#6D5A65
(109,90,101)
#594851
(89,72,81)
#45363D
(69,54,61)
#312429
(49,36,41)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #E5C6DD

#E5C6DD
(229,198,221)
#E7CBE0
(231,203,224)
#E9D0E3
(233,208,227)
#EBD5E6
(235,213,230)
#EDDAE9
(237,218,233)
#EFDFEC
(239,223,236)
#F1E4EF
(241,228,239)
#F3E9F2
(243,233,242)
#F5EEF5
(245,238,245)
#F7F3F8
(247,243,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C6DD; }

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

This text font color is #E5C6DD.

Background Color

.myBgColor { background-color: #E5C6DD; }

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

This div background color is #E5C6DD.

Border color

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

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

This div border color is #E5C6DD.

Opacity

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

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

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

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

This text has shadow with #E5C6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C6DD.

Preview

Color preview on black background

This text has color #E5C6DD on black background.


Color preview on white background

This text has color #E5C6DD on white background.


Black color preview on #E5C6DD background

This text has black color on #E5C6DD background.


White color preview on #E5C6DD background

This text has white color on #E5C6DD background.


Related colors

Complementary color

Complementary color for #hex is #1A3922.


I love getcolorcode.com

Triadic colors

1 #DDE5C6 and #C6DDE5 with #E5C6DD are triadic colors.

2 #DDC6E5 and #C6E5DD with #E5C6DD are triadic colors.