COLOR #E8DCE6

HEX: #E8DCE6 RGB: (232,220,230)

Color info

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

RGB color model

#E8DCE6 color RGB value is (232,220,230).

RGB: (232,220,230) (91%, 86%, 90%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 230 of 255 = 90%

232
220
230

R + G + B ~ 89%. #E8DCE6 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 220 + 230 = 682 (100%)
R 232 of 682 ~ 34.02%
G 220 of 682 ~ 32.26%
B 230 of 682 ~ 33.72'%

%34.02
%32.26
%33.72

CMYK color model

#E8DCE6 color CMYK value is (0,5,1,9).

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

CMYK: (0,5,1,9)
C0M5Y1K9 (0%, 5%, 1%, 9%)
(0.00 / 0.05 / 0.01 / 0.09)

CMYK percentages

%0
%5.17
%0.86
%9.02

Codes

Color #E8DCE6 in popluar color models

E8 DC E6
RGB 232 220 230
HSL 310° 20.69% 88.63%
HSB/HSV 310° 5.17% 90.98%
CMYK 0.00% 5.17% 0.86%
9.02%

Color #E8DCE6 in popluar number systems.

HEX E8 DC E6
Decimal 232 220 230
Binary 11101000 11011100 11100110
Octal 350 334 346

Shades and tints

Shades of #E8DCE6

#E8DCE6
(232,220,230)
#D3C8D2
(211,200,210)
#BEB4BE
(190,180,190)
#A9A0AA
(169,160,170)
#948C96
(148,140,150)
#7F7882
(127,120,130)
#6A646E
(106,100,110)
#55505A
(85,80,90)
#403C46
(64,60,70)
#2B2832
(43,40,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #E8DCE6

#E8DCE6
(232,220,230)
#EADFE8
(234,223,232)
#ECE2EA
(236,226,234)
#EEE5EC
(238,229,236)
#F0E8EE
(240,232,238)
#F2EBF0
(242,235,240)
#F4EEF2
(244,238,242)
#F6F1F4
(246,241,244)
#F8F4F6
(248,244,246)
#FAF7F8
(250,247,248)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DCE6; }

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

This text font color is #E8DCE6.

Background Color

.myBgColor { background-color: #E8DCE6; }

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

This div background color is #E8DCE6.

Border color

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

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

This div border color is #E8DCE6.

Opacity

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

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

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

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

This text has shadow with #E8DCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DCE6.

Preview

Color preview on black background

This text has color #E8DCE6 on black background.


Color preview on white background

This text has color #E8DCE6 on white background.


Black color preview on #E8DCE6 background

This text has black color on #E8DCE6 background.


White color preview on #E8DCE6 background

This text has white color on #E8DCE6 background.


Related colors

Complementary color

Complementary color for #hex is #172319.


I love getcolorcode.com

Triadic colors

1 #E6E8DC and #DCE6E8 with #E8DCE6 are triadic colors.

2 #E6DCE8 and #DCE8E6 with #E8DCE6 are triadic colors.