COLOR #E9DCE1

HEX: #E9DCE1 RGB: (233,220,225)

Color info

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

RGB color model

#E9DCE1 color RGB value is (233,220,225).

RGB: (233,220,225) (91%, 86%, 88%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 225 of 255 = 88%

233
220
225

R + G + B ~ 88%. #E9DCE1 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 220 + 225 = 678 (100%)
R 233 of 678 ~ 34.37%
G 220 of 678 ~ 32.45%
B 225 of 678 ~ 33.19'%

%34.37
%32.45
%33.19

CMYK color model

#E9DCE1 color CMYK value is (0,6,3,9).

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

CMYK: (0,6,3,9)
C0M6Y3K9 (0%, 6%, 3%, 9%)
(0.00 / 0.06 / 0.03 / 0.09)

CMYK percentages

%0
%5.58
%3.43
%8.63

Codes

Color #E9DCE1 in popluar color models

E9 DC E1
RGB 233 220 225
HSL 337° 22.81% 88.82%
HSB/HSV 337° 5.58% 91.37%
CMYK 0.00% 5.58% 3.43%
8.63%

Color #E9DCE1 in popluar number systems.

HEX E9 DC E1
Decimal 233 220 225
Binary 11101001 11011100 11100001
Octal 351 334 341

Shades and tints

Shades of #E9DCE1

#E9DCE1
(233,220,225)
#D4C8CD
(212,200,205)
#BFB4B9
(191,180,185)
#AAA0A5
(170,160,165)
#958C91
(149,140,145)
#80787D
(128,120,125)
#6B6469
(107,100,105)
#565055
(86,80,85)
#413C41
(65,60,65)
#2C282D
(44,40,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #E9DCE1

#E9DCE1
(233,220,225)
#EBDFE3
(235,223,227)
#EDE2E5
(237,226,229)
#EFE5E7
(239,229,231)
#F1E8E9
(241,232,233)
#F3EBEB
(243,235,235)
#F5EEED
(245,238,237)
#F7F1EF
(247,241,239)
#F9F4F1
(249,244,241)
#FBF7F3
(251,247,243)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCE1; }

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

This text font color is #E9DCE1.

Background Color

.myBgColor { background-color: #E9DCE1; }

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

This div background color is #E9DCE1.

Border color

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

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

This div border color is #E9DCE1.

Opacity

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

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

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

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

This text has shadow with #E9DCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DCE1.

Preview

Color preview on black background

This text has color #E9DCE1 on black background.


Color preview on white background

This text has color #E9DCE1 on white background.


Black color preview on #E9DCE1 background

This text has black color on #E9DCE1 background.


White color preview on #E9DCE1 background

This text has white color on #E9DCE1 background.


Related colors

Complementary color

Complementary color for #hex is #16231E.


I love getcolorcode.com

Triadic colors

1 #E1E9DC and #DCE1E9 with #E9DCE1 are triadic colors.

2 #E1DCE9 and #DCE9E1 with #E9DCE1 are triadic colors.