COLOR #E8DCE2

HEX: #E8DCE2 RGB: (232,220,226)

Color info

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

RGB color model

#E8DCE2 color RGB value is (232,220,226).

RGB: (232,220,226) (91%, 86%, 89%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 226 of 255 = 89%

232
220
226

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

Portions of RGB colors in percentages

R + G + B = 232 + 220 + 226 = 678 (100%)
R 232 of 678 ~ 34.22%
G 220 of 678 ~ 32.45%
B 226 of 678 ~ 33.33'%

%34.22
%32.45
%33.33

CMYK color model

#E8DCE2 color CMYK value is (0,5,3,9).

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

CMYK: (0,5,3,9)
C0M5Y3K9 (0%, 5%, 3%, 9%)
(0.00 / 0.05 / 0.03 / 0.09)

CMYK percentages

%0
%5.17
%2.59
%9.02

Codes

Color #E8DCE2 in popluar color models

E8 DC E2
RGB 232 220 226
HSL 330° 20.69% 88.63%
HSB/HSV 330° 5.17% 90.98%
CMYK 0.00% 5.17% 2.59%
9.02%

Color #E8DCE2 in popluar number systems.

HEX E8 DC E2
Decimal 232 220 226
Binary 11101000 11011100 11100010
Octal 350 334 342

Shades and tints

Shades of #E8DCE2

#E8DCE2
(232,220,226)
#D3C8CE
(211,200,206)
#BEB4BA
(190,180,186)
#A9A0A6
(169,160,166)
#948C92
(148,140,146)
#7F787E
(127,120,126)
#6A646A
(106,100,106)
#555056
(85,80,86)
#403C42
(64,60,66)
#2B282E
(43,40,46)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #E8DCE2

#E8DCE2
(232,220,226)
#EADFE4
(234,223,228)
#ECE2E6
(236,226,230)
#EEE5E8
(238,229,232)
#F0E8EA
(240,232,234)
#F2EBEC
(242,235,236)
#F4EEEE
(244,238,238)
#F6F1F0
(246,241,240)
#F8F4F2
(248,244,242)
#FAF7F4
(250,247,244)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DCE2; }

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

This text font color is #E8DCE2.

Background Color

.myBgColor { background-color: #E8DCE2; }

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

This div background color is #E8DCE2.

Border color

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

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

This div border color is #E8DCE2.

Opacity

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

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

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

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

This text has shadow with #E8DCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DCE2.

Preview

Color preview on black background

This text has color #E8DCE2 on black background.


Color preview on white background

This text has color #E8DCE2 on white background.


Black color preview on #E8DCE2 background

This text has black color on #E8DCE2 background.


White color preview on #E8DCE2 background

This text has white color on #E8DCE2 background.


Related colors

Complementary color

Complementary color for #hex is #17231D.


I love getcolorcode.com

Triadic colors

1 #E2E8DC and #DCE2E8 with #E8DCE2 are triadic colors.

2 #E2DCE8 and #DCE8E2 with #E8DCE2 are triadic colors.