COLOR #E9DCE4

HEX: #E9DCE4 RGB: (233,220,228)

Color info

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

RGB color model

#E9DCE4 color RGB value is (233,220,228).

RGB: (233,220,228) (91%, 86%, 89%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 228 of 255 = 89%

233
220
228

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

Portions of RGB colors in percentages

R + G + B = 233 + 220 + 228 = 681 (100%)
R 233 of 681 ~ 34.21%
G 220 of 681 ~ 32.31%
B 228 of 681 ~ 33.48'%

%34.21
%32.31
%33.48

CMYK color model

#E9DCE4 color CMYK value is (0,6,2,9).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 2.15%
  • key color value is 8.63%

CMYK: (0,6,2,9)
C0M6Y2K9 (0%, 6%, 2%, 9%)
(0.00 / 0.06 / 0.02 / 0.09)

CMYK percentages

%0
%5.58
%2.15
%8.63

Codes

Color #E9DCE4 in popluar color models

E9 DC E4
RGB 233 220 228
HSL 323° 22.81% 88.82%
HSB/HSV 323° 5.58% 91.37%
CMYK 0.00% 5.58% 2.15%
8.63%

Color #E9DCE4 in popluar number systems.

HEX E9 DC E4
Decimal 233 220 228
Binary 11101001 11011100 11100100
Octal 351 334 344

Shades and tints

Shades of #E9DCE4

#E9DCE4
(233,220,228)
#D4C8D0
(212,200,208)
#BFB4BC
(191,180,188)
#AAA0A8
(170,160,168)
#958C94
(149,140,148)
#807880
(128,120,128)
#6B646C
(107,100,108)
#565058
(86,80,88)
#413C44
(65,60,68)
#2C2830
(44,40,48)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #E9DCE4

#E9DCE4
(233,220,228)
#EBDFE6
(235,223,230)
#EDE2E8
(237,226,232)
#EFE5EA
(239,229,234)
#F1E8EC
(241,232,236)
#F3EBEE
(243,235,238)
#F5EEF0
(245,238,240)
#F7F1F2
(247,241,242)
#F9F4F4
(249,244,244)
#FBF7F6
(251,247,246)
#FDFAF8
(253,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DCE4 color. Also use rgb(233,220,228) instead hex code.

Text Font Color

.myTextColor { color: #E9DCE4; }

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

This text font color is #E9DCE4.

Background Color

.myBgColor { background-color: #E9DCE4; }

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

This div background color is #E9DCE4.

Border color

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

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

This div border color is #E9DCE4.

Opacity

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

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

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

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

This text has shadow with #E9DCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DCE4.

Preview

Color preview on black background

This text has color #E9DCE4 on black background.


Color preview on white background

This text has color #E9DCE4 on white background.


Black color preview on #E9DCE4 background

This text has black color on #E9DCE4 background.


White color preview on #E9DCE4 background

This text has white color on #E9DCE4 background.


Related colors

Complementary color

Complementary color for #hex is #16231B.


I love getcolorcode.com

Triadic colors

1 #E4E9DC and #DCE4E9 with #E9DCE4 are triadic colors.

2 #E4DCE9 and #DCE9E4 with #E9DCE4 are triadic colors.