COLOR #E6C2DF

HEX: #E6C2DF RGB: (230,194,223)

Color info

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

RGB color model

#E6C2DF color RGB value is (230,194,223).

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

RGB channels and saturation

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

230
194
223

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

Portions of RGB colors in percentages

R + G + B = 230 + 194 + 223 = 647 (100%)
R 230 of 647 ~ 35.55%
G 194 of 647 ~ 29.98%
B 223 of 647 ~ 34.47'%

%35.55
%29.98
%34.47

CMYK color model

#E6C2DF color CMYK value is (0,16,3,10).

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

CMYK: (0,16,3,10)
C0M16Y3K10 (0%, 16%, 3%, 10%)
(0.00 / 0.16 / 0.03 / 0.10)

CMYK percentages

%0
%15.65
%3.04
%9.8

Codes

Color #E6C2DF in popluar color models

E6 C2 DF
RGB 230 194 223
HSL 312° 41.86% 83.14%
HSB/HSV 312° 15.65% 90.20%
CMYK 0.00% 15.65% 3.04%
9.80%

Color #E6C2DF in popluar number systems.

HEX E6 C2 DF
Decimal 230 194 223
Binary 11100110 11000010 11011111
Octal 346 302 337

Shades and tints

Shades of #E6C2DF

#E6C2DF
(230,194,223)
#D2B1CB
(210,177,203)
#BEA0B7
(190,160,183)
#AA8FA3
(170,143,163)
#967E8F
(150,126,143)
#826D7B
(130,109,123)
#6E5C67
(110,92,103)
#5A4B53
(90,75,83)
#463A3F
(70,58,63)
#32292B
(50,41,43)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6C2DF

#E6C2DF
(230,194,223)
#E8C7E1
(232,199,225)
#EACCE3
(234,204,227)
#ECD1E5
(236,209,229)
#EED6E7
(238,214,231)
#F0DBE9
(240,219,233)
#F2E0EB
(242,224,235)
#F4E5ED
(244,229,237)
#F6EAEF
(246,234,239)
#F8EFF1
(248,239,241)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C2DF; }

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

This text font color is #E6C2DF.

Background Color

.myBgColor { background-color: #E6C2DF; }

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

This div background color is #E6C2DF.

Border color

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

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

This div border color is #E6C2DF.

Opacity

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

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

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

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

This text has shadow with #E6C2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C2DF.

Preview

Color preview on black background

This text has color #E6C2DF on black background.


Color preview on white background

This text has color #E6C2DF on white background.


Black color preview on #E6C2DF background

This text has black color on #E6C2DF background.


White color preview on #E6C2DF background

This text has white color on #E6C2DF background.


Related colors

Complementary color

Complementary color for #hex is #193D20.


I love getcolorcode.com

Triadic colors

1 #DFE6C2 and #C2DFE6 with #E6C2DF are triadic colors.

2 #DFC2E6 and #C2E6DF with #E6C2DF are triadic colors.