COLOR #E0C6DF

HEX: #E0C6DF RGB: (224,198,223)

Color info

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

RGB color model

#E0C6DF color RGB value is (224,198,223).

RGB: (224,198,223) (88%, 78%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 223 of 255 = 87%

224
198
223

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

Portions of RGB colors in percentages

R + G + B = 224 + 198 + 223 = 645 (100%)
R 224 of 645 ~ 34.73%
G 198 of 645 ~ 30.7%
B 223 of 645 ~ 34.57'%

%34.73
%30.7
%34.57

CMYK color model

#E0C6DF color CMYK value is (0,12,0,12).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 0.45%
  • key color value is 12.16%

CMYK: (0,12,0,12)
C0M12Y0K12 (0%, 12%, 0%, 12%)
(0.00 / 0.12 / 0.00 / 0.12)

CMYK percentages

%0
%11.61
%0.45
%12.16

Codes

Color #E0C6DF in popluar color models

E0 C6 DF
RGB 224 198 223
HSL 302° 29.55% 82.75%
HSB/HSV 302° 11.61% 87.84%
CMYK 0.00% 11.61% 0.45%
12.16%

Color #E0C6DF in popluar number systems.

HEX E0 C6 DF
Decimal 224 198 223
Binary 11100000 11000110 11011111
Octal 340 306 337

Shades and tints

Shades of #E0C6DF

#E0C6DF
(224,198,223)
#CCB4CB
(204,180,203)
#B8A2B7
(184,162,183)
#A490A3
(164,144,163)
#907E8F
(144,126,143)
#7C6C7B
(124,108,123)
#685A67
(104,90,103)
#544853
(84,72,83)
#40363F
(64,54,63)
#2C242B
(44,36,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #E0C6DF

#E0C6DF
(224,198,223)
#E2CBE1
(226,203,225)
#E4D0E3
(228,208,227)
#E6D5E5
(230,213,229)
#E8DAE7
(232,218,231)
#EADFE9
(234,223,233)
#ECE4EB
(236,228,235)
#EEE9ED
(238,233,237)
#F0EEEF
(240,238,239)
#F2F3F1
(242,243,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C6DF color. Also use rgb(224,198,223) instead hex code.

Text Font Color

.myTextColor { color: #E0C6DF; }

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

This text font color is #E0C6DF.

Background Color

.myBgColor { background-color: #E0C6DF; }

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

This div background color is #E0C6DF.

Border color

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

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

This div border color is #E0C6DF.

Opacity

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

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

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

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

This text has shadow with #E0C6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C6DF.

Preview

Color preview on black background

This text has color #E0C6DF on black background.


Color preview on white background

This text has color #E0C6DF on white background.


Black color preview on #E0C6DF background

This text has black color on #E0C6DF background.


White color preview on #E0C6DF background

This text has white color on #E0C6DF background.


Related colors

Complementary color

Complementary color for #hex is #1F3920.


I love getcolorcode.com

Triadic colors

1 #DFE0C6 and #C6DFE0 with #E0C6DF are triadic colors.

2 #DFC6E0 and #C6E0DF with #E0C6DF are triadic colors.