COLOR #E9DADF

HEX: #E9DADF RGB: (233,218,223)

Color info

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

RGB color model

#E9DADF color RGB value is (233,218,223).

RGB: (233,218,223) (91%, 85%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 223 of 255 = 87%

233
218
223

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

Portions of RGB colors in percentages

R + G + B = 233 + 218 + 223 = 674 (100%)
R 233 of 674 ~ 34.57%
G 218 of 674 ~ 32.34%
B 223 of 674 ~ 33.09'%

%34.57
%32.34
%33.09

CMYK color model

#E9DADF color CMYK value is (0,6,4,9).

  • cyan value is 0.00%
  • magenta value is 6.44%
  • yellow value is 4.29%
  • key color value is 8.63%

CMYK: (0,6,4,9)
C0M6Y4K9 (0%, 6%, 4%, 9%)
(0.00 / 0.06 / 0.04 / 0.09)

CMYK percentages

%0
%6.44
%4.29
%8.63

Codes

Color #E9DADF in popluar color models

E9 DA DF
RGB 233 218 223
HSL 340° 25.42% 88.43%
HSB/HSV 340° 6.44% 91.37%
CMYK 0.00% 6.44% 4.29%
8.63%

Color #E9DADF in popluar number systems.

HEX E9 DA DF
Decimal 233 218 223
Binary 11101001 11011010 11011111
Octal 351 332 337

Shades and tints

Shades of #E9DADF

#E9DADF
(233,218,223)
#D4C7CB
(212,199,203)
#BFB4B7
(191,180,183)
#AAA1A3
(170,161,163)
#958E8F
(149,142,143)
#807B7B
(128,123,123)
#6B6867
(107,104,103)
#565553
(86,85,83)
#41423F
(65,66,63)
#2C2F2B
(44,47,43)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #E9DADF

#E9DADF
(233,218,223)
#EBDDE1
(235,221,225)
#EDE0E3
(237,224,227)
#EFE3E5
(239,227,229)
#F1E6E7
(241,230,231)
#F3E9E9
(243,233,233)
#F5ECEB
(245,236,235)
#F7EFED
(247,239,237)
#F9F2EF
(249,242,239)
#FBF5F1
(251,245,241)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DADF color. Also use rgb(233,218,223) instead hex code.

Text Font Color

.myTextColor { color: #E9DADF; }

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

This text font color is #E9DADF.

Background Color

.myBgColor { background-color: #E9DADF; }

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

This div background color is #E9DADF.

Border color

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

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

This div border color is #E9DADF.

Opacity

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

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

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

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

This text has shadow with #E9DADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DADF.

Preview

Color preview on black background

This text has color #E9DADF on black background.


Color preview on white background

This text has color #E9DADF on white background.


Black color preview on #E9DADF background

This text has black color on #E9DADF background.


White color preview on #E9DADF background

This text has white color on #E9DADF background.


Related colors

Complementary color

Complementary color for #hex is #162520.


I love getcolorcode.com

Triadic colors

1 #DFE9DA and #DADFE9 with #E9DADF are triadic colors.

2 #DFDAE9 and #DAE9DF with #E9DADF are triadic colors.