COLOR #E8DFDD

HEX: #E8DFDD RGB: (232,223,221)

Color info

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

RGB color model

#E8DFDD color RGB value is (232,223,221).

RGB: (232,223,221) (91%, 87%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 223 of 255 = 87%
B 221 of 255 = 87%

232
223
221

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

Portions of RGB colors in percentages

R + G + B = 232 + 223 + 221 = 676 (100%)
R 232 of 676 ~ 34.32%
G 223 of 676 ~ 32.99%
B 221 of 676 ~ 32.69'%

%34.32
%32.99
%32.69

CMYK color model

#E8DFDD color CMYK value is (0,4,5,9).

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

CMYK: (0,4,5,9)
C0M4Y5K9 (0%, 4%, 5%, 9%)
(0.00 / 0.04 / 0.05 / 0.09)

CMYK percentages

%0
%3.88
%4.74
%9.02

Codes

Color #E8DFDD in popluar color models

E8 DF DD
RGB 232 223 221
HSL 11° 19.30% 88.82%
HSB/HSV 11° 4.74% 90.98%
CMYK 0.00% 3.88% 4.74%
9.02%

Color #E8DFDD in popluar number systems.

HEX E8 DF DD
Decimal 232 223 221
Binary 11101000 11011111 11011101
Octal 350 337 335

Shades and tints

Shades of #E8DFDD

#E8DFDD
(232,223,221)
#D3CBC9
(211,203,201)
#BEB7B5
(190,183,181)
#A9A3A1
(169,163,161)
#948F8D
(148,143,141)
#7F7B79
(127,123,121)
#6A6765
(106,103,101)
#555351
(85,83,81)
#403F3D
(64,63,61)
#2B2B29
(43,43,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #E8DFDD

#E8DFDD
(232,223,221)
#EAE1E0
(234,225,224)
#ECE3E3
(236,227,227)
#EEE5E6
(238,229,230)
#F0E7E9
(240,231,233)
#F2E9EC
(242,233,236)
#F4EBEF
(244,235,239)
#F6EDF2
(246,237,242)
#F8EFF5
(248,239,245)
#FAF1F8
(250,241,248)
#FCF3FB
(252,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DFDD; }

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

This text font color is #E8DFDD.

Background Color

.myBgColor { background-color: #E8DFDD; }

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

This div background color is #E8DFDD.

Border color

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

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

This div border color is #E8DFDD.

Opacity

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

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

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

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

This text has shadow with #E8DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DFDD.

Preview

Color preview on black background

This text has color #E8DFDD on black background.


Color preview on white background

This text has color #E8DFDD on white background.


Black color preview on #E8DFDD background

This text has black color on #E8DFDD background.


White color preview on #E8DFDD background

This text has white color on #E8DFDD background.


Related colors

Complementary color

Complementary color for #hex is #172022.


I love getcolorcode.com

Triadic colors

1 #DDE8DF and #DFDDE8 with #E8DFDD are triadic colors.

2 #DDDFE8 and #DFE8DD with #E8DFDD are triadic colors.