COLOR #E8DADF

HEX: #E8DADF RGB: (232,218,223)

Color info

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

RGB color model

#E8DADF color RGB value is (232,218,223).

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

RGB channels and saturation

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

232
218
223

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

Portions of RGB colors in percentages

R + G + B = 232 + 218 + 223 = 673 (100%)
R 232 of 673 ~ 34.47%
G 218 of 673 ~ 32.39%
B 223 of 673 ~ 33.14'%

%34.47
%32.39
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 3.88%
  • key color value is 9.02%

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

CMYK percentages

%0
%6.03
%3.88
%9.02

Codes

Color #E8DADF in popluar color models

E8 DA DF
RGB 232 218 223
HSL 339° 23.33% 88.24%
HSB/HSV 339° 6.03% 90.98%
CMYK 0.00% 6.03% 3.88%
9.02%

Color #E8DADF in popluar number systems.

HEX E8 DA DF
Decimal 232 218 223
Binary 11101000 11011010 11011111
Octal 350 332 337

Shades and tints

Shades of #E8DADF

#E8DADF
(232,218,223)
#D3C7CB
(211,199,203)
#BEB4B7
(190,180,183)
#A9A1A3
(169,161,163)
#948E8F
(148,142,143)
#7F7B7B
(127,123,123)
#6A6867
(106,104,103)
#555553
(85,85,83)
#40423F
(64,66,63)
#2B2F2B
(43,47,43)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #E8DADF

#E8DADF
(232,218,223)
#EADDE1
(234,221,225)
#ECE0E3
(236,224,227)
#EEE3E5
(238,227,229)
#F0E6E7
(240,230,231)
#F2E9E9
(242,233,233)
#F4ECEB
(244,236,235)
#F6EFED
(246,239,237)
#F8F2EF
(248,242,239)
#FAF5F1
(250,245,241)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DADF; }

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

This text font color is #E8DADF.

Background Color

.myBgColor { background-color: #E8DADF; }

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

This div background color is #E8DADF.

Border color

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

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

This div border color is #E8DADF.

Opacity

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

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

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

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

This text has shadow with #E8DADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DADF.

Preview

Color preview on black background

This text has color #E8DADF on black background.


Color preview on white background

This text has color #E8DADF on white background.


Black color preview on #E8DADF background

This text has black color on #E8DADF background.


White color preview on #E8DADF background

This text has white color on #E8DADF background.


Related colors

Complementary color

Complementary color for #hex is #172520.


I love getcolorcode.com

Triadic colors

1 #DFE8DA and #DADFE8 with #E8DADF are triadic colors.

2 #DFDAE8 and #DAE8DF with #E8DADF are triadic colors.