COLOR #E6C5DF

HEX: #E6C5DF RGB: (230,197,223)

Color info

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

RGB color model

#E6C5DF color RGB value is (230,197,223).

RGB: (230,197,223) (90%, 77%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 223 of 255 = 87%

230
197
223

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

Portions of RGB colors in percentages

R + G + B = 230 + 197 + 223 = 650 (100%)
R 230 of 650 ~ 35.38%
G 197 of 650 ~ 30.31%
B 223 of 650 ~ 34.31'%

%35.38
%30.31
%34.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 3.04%
  • key color value is 9.80%

CMYK: (0,14,3,10)
C0M14Y3K10 (0%, 14%, 3%, 10%)
(0.00 / 0.14 / 0.03 / 0.10)

CMYK percentages

%0
%14.35
%3.04
%9.8

Codes

Color #E6C5DF in popluar color models

E6 C5 DF
RGB 230 197 223
HSL 313° 39.76% 83.73%
HSB/HSV 313° 14.35% 90.20%
CMYK 0.00% 14.35% 3.04%
9.80%

Color #E6C5DF in popluar number systems.

HEX E6 C5 DF
Decimal 230 197 223
Binary 11100110 11000101 11011111
Octal 346 305 337

Shades and tints

Shades of #E6C5DF

#E6C5DF
(230,197,223)
#D2B4CB
(210,180,203)
#BEA3B7
(190,163,183)
#AA92A3
(170,146,163)
#96818F
(150,129,143)
#82707B
(130,112,123)
#6E5F67
(110,95,103)
#5A4E53
(90,78,83)
#463D3F
(70,61,63)
#322C2B
(50,44,43)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #E6C5DF

#E6C5DF
(230,197,223)
#E8CAE1
(232,202,225)
#EACFE3
(234,207,227)
#ECD4E5
(236,212,229)
#EED9E7
(238,217,231)
#F0DEE9
(240,222,233)
#F2E3EB
(242,227,235)
#F4E8ED
(244,232,237)
#F6EDEF
(246,237,239)
#F8F2F1
(248,242,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C5DF color. Also use rgb(230,197,223) instead hex code.

Text Font Color

.myTextColor { color: #E6C5DF; }

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

This text font color is #E6C5DF.

Background Color

.myBgColor { background-color: #E6C5DF; }

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

This div background color is #E6C5DF.

Border color

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

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

This div border color is #E6C5DF.

Opacity

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

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

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

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

This text has shadow with #E6C5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C5DF.

Preview

Color preview on black background

This text has color #E6C5DF on black background.


Color preview on white background

This text has color #E6C5DF on white background.


Black color preview on #E6C5DF background

This text has black color on #E6C5DF background.


White color preview on #E6C5DF background

This text has white color on #E6C5DF background.


Related colors

Complementary color

Complementary color for #hex is #193A20.


I love getcolorcode.com

Triadic colors

1 #DFE6C5 and #C5DFE6 with #E6C5DF are triadic colors.

2 #DFC5E6 and #C5E6DF with #E6C5DF are triadic colors.