COLOR #E5C2DF

HEX: #E5C2DF RGB: (229,194,223)

Color info

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

RGB color model

#E5C2DF color RGB value is (229,194,223).

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

RGB channels and saturation

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

229
194
223

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

Portions of RGB colors in percentages

R + G + B = 229 + 194 + 223 = 646 (100%)
R 229 of 646 ~ 35.45%
G 194 of 646 ~ 30.03%
B 223 of 646 ~ 34.52'%

%35.45
%30.03
%34.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 2.62%
  • 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
%2.62
%10.2

Codes

Color #E5C2DF in popluar color models

E5 C2 DF
RGB 229 194 223
HSL 310° 40.23% 82.94%
HSB/HSV 310° 15.28% 89.80%
CMYK 0.00% 15.28% 2.62%
10.20%

Color #E5C2DF in popluar number systems.

HEX E5 C2 DF
Decimal 229 194 223
Binary 11100101 11000010 11011111
Octal 345 302 337

Shades and tints

Shades of #E5C2DF

#E5C2DF
(229,194,223)
#D1B1CB
(209,177,203)
#BDA0B7
(189,160,183)
#A98FA3
(169,143,163)
#957E8F
(149,126,143)
#816D7B
(129,109,123)
#6D5C67
(109,92,103)
#594B53
(89,75,83)
#453A3F
(69,58,63)
#31292B
(49,41,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5C2DF

#E5C2DF
(229,194,223)
#E7C7E1
(231,199,225)
#E9CCE3
(233,204,227)
#EBD1E5
(235,209,229)
#EDD6E7
(237,214,231)
#EFDBE9
(239,219,233)
#F1E0EB
(241,224,235)
#F3E5ED
(243,229,237)
#F5EAEF
(245,234,239)
#F7EFF1
(247,239,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C2DF; }

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

This text font color is #E5C2DF.

Background Color

.myBgColor { background-color: #E5C2DF; }

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

This div background color is #E5C2DF.

Border color

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

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

This div border color is #E5C2DF.

Opacity

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

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

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

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

This text has shadow with #E5C2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C2DF.

Preview

Color preview on black background

This text has color #E5C2DF on black background.


Color preview on white background

This text has color #E5C2DF on white background.


Black color preview on #E5C2DF background

This text has black color on #E5C2DF background.


White color preview on #E5C2DF background

This text has white color on #E5C2DF background.


Related colors

Complementary color

Complementary color for #hex is #1A3D20.


I love getcolorcode.com

Triadic colors

1 #DFE5C2 and #C2DFE5 with #E5C2DF are triadic colors.

2 #DFC2E5 and #C2E5DF with #E5C2DF are triadic colors.