COLOR #E9DCDD

HEX: #E9DCDD RGB: (233,220,221)

Color info

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

RGB color model

#E9DCDD color RGB value is (233,220,221).

RGB: (233,220,221) (91%, 86%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 220 of 255 = 86%
B 221 of 255 = 87%

233
220
221

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

Portions of RGB colors in percentages

R + G + B = 233 + 220 + 221 = 674 (100%)
R 233 of 674 ~ 34.57%
G 220 of 674 ~ 32.64%
B 221 of 674 ~ 32.79'%

%34.57
%32.64
%32.79

CMYK color model

#E9DCDD color CMYK value is (0,6,5,9).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK: (0,6,5,9) C0M6Y5K9 (0%,6%,5%,9%) (0.00/0.06/0.05/0.09) 

CMYK percentages

%0
%5.58
%5.15
%8.63

Codes

Color #E9DCDD in popluar color models

E9 DC DD
RGB 233 220 221
HSL 355° 22.81% 88.82%
HSB/HSV 355° 5.58% 91.37%
CMYK 0.00% 5.58% 5.15%
8.63%

Color #E9DCDD in popluar number systems.

HEX E9 DC DD
Decimal 233 220 221
Binary 11101001 11011100 11011101
Octal 351 334 335

Shades and tints

Shades of #E9DCDD

#E9DCDD
(233,220,221)
#D4C8C9
(212,200,201)
#BFB4B5
(191,180,181)
#AAA0A1
(170,160,161)
#958C8D
(149,140,141)
#807879
(128,120,121)
#6B6465
(107,100,101)
#565051
(86,80,81)
#413C3D
(65,60,61)
#2C2829
(44,40,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #E9DCDD

#E9DCDD
(233,220,221)
#EBDFE0
(235,223,224)
#EDE2E3
(237,226,227)
#EFE5E6
(239,229,230)
#F1E8E9
(241,232,233)
#F3EBEC
(243,235,236)
#F5EEEF
(245,238,239)
#F7F1F2
(247,241,242)
#F9F4F5
(249,244,245)
#FBF7F8
(251,247,248)
#FDFAFB
(253,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DCDD; }

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

This text font color is #E9DCDD.

Background Color

.myBgColor { background-color: #E9DCDD; }

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

This div background color is #E9DCDD.

Border color

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

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

This div border color is #E9DCDD.

Opacity

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

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

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

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

This text has shadow with #E9DCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DCDD.

Preview

Color preview on black background

This text has color #E9DCDD on black background.


Color preview on white background

This text has color #E9DCDD on white background.


Black color preview on #E9DCDD background

This text has black color on #E9DCDD background.


White color preview on #E9DCDD background

This text has white color on #E9DCDD background.


Related colors

Complementary color

Complementary color for #hex is #162322.


I love getcolorcode.com

Triadic colors

1 #DDE9DC and #DCDDE9 with #E9DCDD are triadic colors.

2 #DDDCE9 and #DCE9DD with #E9DCDD are triadic colors.