COLOR #E7DCDD

HEX: #E7DCDD RGB: (231,220,221)

Color info

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

RGB color model

#E7DCDD color RGB value is (231,220,221).

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

RGB channels and saturation

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

231
220
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 221 = 672 (100%)
R 231 of 672 ~ 34.38%
G 220 of 672 ~ 32.74%
B 221 of 672 ~ 32.89'%

%34.38
%32.74
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 4.33%
  • key color value is 9.41%

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

CMYK percentages

%0
%4.76
%4.33
%9.41

Codes

Color #E7DCDD in popluar color models

E7 DC DD
RGB 231 220 221
HSL 355° 18.64% 88.43%
HSB/HSV 355° 4.76% 90.59%
CMYK 0.00% 4.76% 4.33%
9.41%

Color #E7DCDD in popluar number systems.

HEX E7 DC DD
Decimal 231 220 221
Binary 11100111 11011100 11011101
Octal 347 334 335

Shades and tints

Shades of #E7DCDD

#E7DCDD
(231,220,221)
#D2C8C9
(210,200,201)
#BDB4B5
(189,180,181)
#A8A0A1
(168,160,161)
#938C8D
(147,140,141)
#7E7879
(126,120,121)
#696465
(105,100,101)
#545051
(84,80,81)
#3F3C3D
(63,60,61)
#2A2829
(42,40,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #E7DCDD

#E7DCDD
(231,220,221)
#E9DFE0
(233,223,224)
#EBE2E3
(235,226,227)
#EDE5E6
(237,229,230)
#EFE8E9
(239,232,233)
#F1EBEC
(241,235,236)
#F3EEEF
(243,238,239)
#F5F1F2
(245,241,242)
#F7F4F5
(247,244,245)
#F9F7F8
(249,247,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCDD; }

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

This text font color is #E7DCDD.

Background Color

.myBgColor { background-color: #E7DCDD; }

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

This div background color is #E7DCDD.

Border color

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

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

This div border color is #E7DCDD.

Opacity

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

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

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

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

This text has shadow with #E7DCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCDD.

Preview

Color preview on black background

This text has color #E7DCDD on black background.


Color preview on white background

This text has color #E7DCDD on white background.


Black color preview on #E7DCDD background

This text has black color on #E7DCDD background.


White color preview on #E7DCDD background

This text has white color on #E7DCDD background.


Related colors

Complementary color

Complementary color for #hex is #182322.


I love getcolorcode.com

Triadic colors

1 #DDE7DC and #DCDDE7 with #E7DCDD are triadic colors.

2 #DDDCE7 and #DCE7DD with #E7DCDD are triadic colors.