COLOR #E8C4DC

HEX: #E8C4DC RGB: (232,196,220)

Color info

#E8C4DC contains red, green and blue colors in about the same proportion. Web safe color of #E8C4DC is #FFCCCC (or #FCC).

RGB color model

#E8C4DC color RGB value is (232,196,220).

RGB: (232,196,220) (91%, 77%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 196 of 255 = 77%
B 220 of 255 = 86%

232
196
220

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

Portions of RGB colors in percentages

R + G + B = 232 + 196 + 220 = 648 (100%)
R 232 of 648 ~ 35.8%
G 196 of 648 ~ 30.25%
B 220 of 648 ~ 33.95'%

%35.8
%30.25
%33.95

CMYK color model

#E8C4DC color CMYK value is (0,16,5,9).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (0,16,5,9)
C0M16Y5K9 (0%, 16%, 5%, 9%)
(0.00 / 0.16 / 0.05 / 0.09)

CMYK percentages

%0
%15.52
%5.17
%9.02

Codes

Color #E8C4DC in popluar color models

E8 C4 DC
RGB 232 196 220
HSL 320° 43.90% 83.92%
HSB/HSV 320° 15.52% 90.98%
CMYK 0.00% 15.52% 5.17%
9.02%

Color #E8C4DC in popluar number systems.

HEX E8 C4 DC
Decimal 232 196 220
Binary 11101000 11000100 11011100
Octal 350 304 334

Shades and tints

Shades of #E8C4DC

#E8C4DC
(232,196,220)
#D3B3C8
(211,179,200)
#BEA2B4
(190,162,180)
#A991A0
(169,145,160)
#94808C
(148,128,140)
#7F6F78
(127,111,120)
#6A5E64
(106,94,100)
#554D50
(85,77,80)
#403C3C
(64,60,60)
#2B2B28
(43,43,40)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #E8C4DC

#E8C4DC
(232,196,220)
#EAC9DF
(234,201,223)
#ECCEE2
(236,206,226)
#EED3E5
(238,211,229)
#F0D8E8
(240,216,232)
#F2DDEB
(242,221,235)
#F4E2EE
(244,226,238)
#F6E7F1
(246,231,241)
#F8ECF4
(248,236,244)
#FAF1F7
(250,241,247)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C4DC color. Also use rgb(232,196,220) instead hex code.

Text Font Color

.myTextColor { color: #E8C4DC; }

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

This text font color is #E8C4DC.

Background Color

.myBgColor { background-color: #E8C4DC; }

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

This div background color is #E8C4DC.

Border color

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

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

This div border color is #E8C4DC.

Opacity

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

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

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

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

This text has shadow with #E8C4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C4DC.

Preview

Color preview on black background

This text has color #E8C4DC on black background.


Color preview on white background

This text has color #E8C4DC on white background.


Black color preview on #E8C4DC background

This text has black color on #E8C4DC background.


White color preview on #E8C4DC background

This text has white color on #E8C4DC background.


Related colors

Complementary color

Complementary color for #hex is #173B23.


I love getcolorcode.com

Triadic colors

1 #DCE8C4 and #C4DCE8 with #E8C4DC are triadic colors.

2 #DCC4E8 and #C4E8DC with #E8C4DC are triadic colors.