COLOR #E5C3DC

HEX: #E5C3DC RGB: (229,195,220)

Color info

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

RGB color model

#E5C3DC color RGB value is (229,195,220).

RGB: (229,195,220) (90%, 76%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 220 of 255 = 86%

229
195
220

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

Portions of RGB colors in percentages

R + G + B = 229 + 195 + 220 = 644 (100%)
R 229 of 644 ~ 35.56%
G 195 of 644 ~ 30.28%
B 220 of 644 ~ 34.16'%

%35.56
%30.28
%34.16

CMYK color model

#E5C3DC color CMYK value is (0,15,4,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 3.93%
  • key color value is 10.20%

CMYK: (0,15,4,10)
C0M15Y4K10 (0%, 15%, 4%, 10%)
(0.00 / 0.15 / 0.04 / 0.10)

CMYK percentages

%0
%14.85
%3.93
%10.2

Codes

Color #E5C3DC in popluar color models

E5 C3 DC
RGB 229 195 220
HSL 316° 39.53% 83.14%
HSB/HSV 316° 14.85% 89.80%
CMYK 0.00% 14.85% 3.93%
10.20%

Color #E5C3DC in popluar number systems.

HEX E5 C3 DC
Decimal 229 195 220
Binary 11100101 11000011 11011100
Octal 345 303 334

Shades and tints

Shades of #E5C3DC

#E5C3DC
(229,195,220)
#D1B2C8
(209,178,200)
#BDA1B4
(189,161,180)
#A990A0
(169,144,160)
#957F8C
(149,127,140)
#816E78
(129,110,120)
#6D5D64
(109,93,100)
#594C50
(89,76,80)
#453B3C
(69,59,60)
#312A28
(49,42,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5C3DC

#E5C3DC
(229,195,220)
#E7C8DF
(231,200,223)
#E9CDE2
(233,205,226)
#EBD2E5
(235,210,229)
#EDD7E8
(237,215,232)
#EFDCEB
(239,220,235)
#F1E1EE
(241,225,238)
#F3E6F1
(243,230,241)
#F5EBF4
(245,235,244)
#F7F0F7
(247,240,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C3DC color. Also use rgb(229,195,220) instead hex code.

Text Font Color

.myTextColor { color: #E5C3DC; }

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

This text font color is #E5C3DC.

Background Color

.myBgColor { background-color: #E5C3DC; }

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

This div background color is #E5C3DC.

Border color

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

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

This div border color is #E5C3DC.

Opacity

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

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

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

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

This text has shadow with #E5C3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C3DC.

Preview

Color preview on black background

This text has color #E5C3DC on black background.


Color preview on white background

This text has color #E5C3DC on white background.


Black color preview on #E5C3DC background

This text has black color on #E5C3DC background.


White color preview on #E5C3DC background

This text has white color on #E5C3DC background.


Related colors

Complementary color

Complementary color for #hex is #1A3C23.


I love getcolorcode.com

Triadic colors

1 #DCE5C3 and #C3DCE5 with #E5C3DC are triadic colors.

2 #DCC3E5 and #C3E5DC with #E5C3DC are triadic colors.