COLOR #E8D1DD

HEX: #E8D1DD RGB: (232,209,221)

Color info

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

RGB color model

#E8D1DD color RGB value is (232,209,221).

RGB: (232,209,221) (91%, 82%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 209 of 255 = 82%
B 221 of 255 = 87%

232
209
221

R + G + B ~ 87%. #E8D1DD is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 209 + 221 = 662 (100%)
R 232 of 662 ~ 35.05%
G 209 of 662 ~ 31.57%
B 221 of 662 ~ 33.38'%

%35.05
%31.57
%33.38

CMYK color model

#E8D1DD color CMYK value is (0,10,5,9).

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

CMYK: (0,10,5,9)
C0M10Y5K9 (0%, 10%, 5%, 9%)
(0.00 / 0.10 / 0.05 / 0.09)

CMYK percentages

%0
%9.91
%4.74
%9.02

Codes

Color #E8D1DD in popluar color models

E8 D1 DD
RGB 232 209 221
HSL 329° 33.33% 86.47%
HSB/HSV 329° 9.91% 90.98%
CMYK 0.00% 9.91% 4.74%
9.02%

Color #E8D1DD in popluar number systems.

HEX E8 D1 DD
Decimal 232 209 221
Binary 11101000 11010001 11011101
Octal 350 321 335

Shades and tints

Shades of #E8D1DD

#E8D1DD
(232,209,221)
#D3BEC9
(211,190,201)
#BEABB5
(190,171,181)
#A998A1
(169,152,161)
#94858D
(148,133,141)
#7F7279
(127,114,121)
#6A5F65
(106,95,101)
#554C51
(85,76,81)
#40393D
(64,57,61)
#2B2629
(43,38,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #E8D1DD

#E8D1DD
(232,209,221)
#EAD5E0
(234,213,224)
#ECD9E3
(236,217,227)
#EEDDE6
(238,221,230)
#F0E1E9
(240,225,233)
#F2E5EC
(242,229,236)
#F4E9EF
(244,233,239)
#F6EDF2
(246,237,242)
#F8F1F5
(248,241,245)
#FAF5F8
(250,245,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D1DD; }

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

This text font color is #E8D1DD.

Background Color

.myBgColor { background-color: #E8D1DD; }

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

This div background color is #E8D1DD.

Border color

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

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

This div border color is #E8D1DD.

Opacity

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

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

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

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

This text has shadow with #E8D1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D1DD.

Preview

Color preview on black background

This text has color #E8D1DD on black background.


Color preview on white background

This text has color #E8D1DD on white background.


Black color preview on #E8D1DD background

This text has black color on #E8D1DD background.


White color preview on #E8D1DD background

This text has white color on #E8D1DD background.


Related colors

Complementary color

Complementary color for #hex is #172E22.


I love getcolorcode.com

Triadic colors

1 #DDE8D1 and #D1DDE8 with #E8D1DD are triadic colors.

2 #DDD1E8 and #D1E8DD with #E8D1DD are triadic colors.