COLOR #E2C8DF

HEX: #E2C8DF RGB: (226,200,223)

Color info

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

RGB color model

#E2C8DF color RGB value is (226,200,223).

RGB: (226,200,223) (89%, 78%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 223 of 255 = 87%

226
200
223

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

Portions of RGB colors in percentages

R + G + B = 226 + 200 + 223 = 649 (100%)
R 226 of 649 ~ 34.82%
G 200 of 649 ~ 30.82%
B 223 of 649 ~ 34.36'%

%34.82
%30.82
%34.36

CMYK color model

#E2C8DF color CMYK value is (0,12,1,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (0,12,1,11)
C0M12Y1K11 (0%, 12%, 1%, 11%)
(0.00 / 0.12 / 0.01 / 0.11)

CMYK percentages

%0
%11.5
%1.33
%11.37

Codes

Color #E2C8DF in popluar color models

E2 C8 DF
RGB 226 200 223
HSL 307° 30.95% 83.53%
HSB/HSV 307° 11.50% 88.63%
CMYK 0.00% 11.50% 1.33%
11.37%

Color #E2C8DF in popluar number systems.

HEX E2 C8 DF
Decimal 226 200 223
Binary 11100010 11001000 11011111
Octal 342 310 337

Shades and tints

Shades of #E2C8DF

#E2C8DF
(226,200,223)
#CEB6CB
(206,182,203)
#BAA4B7
(186,164,183)
#A692A3
(166,146,163)
#92808F
(146,128,143)
#7E6E7B
(126,110,123)
#6A5C67
(106,92,103)
#564A53
(86,74,83)
#42383F
(66,56,63)
#2E262B
(46,38,43)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #E2C8DF

#E2C8DF
(226,200,223)
#E4CDE1
(228,205,225)
#E6D2E3
(230,210,227)
#E8D7E5
(232,215,229)
#EADCE7
(234,220,231)
#ECE1E9
(236,225,233)
#EEE6EB
(238,230,235)
#F0EBED
(240,235,237)
#F2F0EF
(242,240,239)
#F4F5F1
(244,245,241)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C8DF color. Also use rgb(226,200,223) instead hex code.

Text Font Color

.myTextColor { color: #E2C8DF; }

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

This text font color is #E2C8DF.

Background Color

.myBgColor { background-color: #E2C8DF; }

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

This div background color is #E2C8DF.

Border color

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

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

This div border color is #E2C8DF.

Opacity

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

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

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

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

This text has shadow with #E2C8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C8DF.

Preview

Color preview on black background

This text has color #E2C8DF on black background.


Color preview on white background

This text has color #E2C8DF on white background.


Black color preview on #E2C8DF background

This text has black color on #E2C8DF background.


White color preview on #E2C8DF background

This text has white color on #E2C8DF background.


Related colors

Complementary color

Complementary color for #hex is #1D3720.


I love getcolorcode.com

Triadic colors

1 #DFE2C8 and #C8DFE2 with #E2C8DF are triadic colors.

2 #DFC8E2 and #C8E2DF with #E2C8DF are triadic colors.