COLOR #E7DDEC

HEX: #E7DDEC RGB: (231,221,236)

Color info

#E7DDEC contains red, green and blue colors in about the same proportion. Web safe color of #E7DDEC is #FFCCFF (or #FCF).

RGB color model

#E7DDEC color RGB value is (231,221,236).

RGB: (231,221,236) (91%, 87%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 236 of 255 = 93%

231
221
236

R + G + B ~ 90%. #E7DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 221 + 236 = 688 (100%)
R 231 of 688 ~ 33.58%
G 221 of 688 ~ 32.12%
B 236 of 688 ~ 34.3'%

%33.58
%32.12
%34.3

CMYK color model

#E7DDEC color CMYK value is (2,6,0,7).

  • cyan value is 2.12%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (2,6,0,7)
C2M6Y0K7 (2%, 6%, 0%, 7%)
(0.02 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.12
%6.36
%0
%7.45

Codes

Color #E7DDEC in popluar color models

E7 DD EC
RGB 231 221 236
HSL 280° 28.30% 89.61%
HSB/HSV 280° 6.36% 92.55%
CMYK 2.12% 6.36% 0.00%
7.45%

Color #E7DDEC in popluar number systems.

HEX E7 DD EC
Decimal 231 221 236
Binary 11100111 11011101 11101100
Octal 347 335 354

Shades and tints

Shades of #E7DDEC

#E7DDEC
(231,221,236)
#D2C9D7
(210,201,215)
#BDB5C2
(189,181,194)
#A8A1AD
(168,161,173)
#938D98
(147,141,152)
#7E7983
(126,121,131)
#69656E
(105,101,110)
#545159
(84,81,89)
#3F3D44
(63,61,68)
#2A292F
(42,41,47)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #E7DDEC

#E7DDEC
(231,221,236)
#E9E0ED
(233,224,237)
#EBE3EE
(235,227,238)
#EDE6EF
(237,230,239)
#EFE9F0
(239,233,240)
#F1ECF1
(241,236,241)
#F3EFF2
(243,239,242)
#F5F2F3
(245,242,243)
#F7F5F4
(247,245,244)
#F9F8F5
(249,248,245)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDEC; }

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

This text font color is #E7DDEC.

Background Color

.myBgColor { background-color: #E7DDEC; }

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

This div background color is #E7DDEC.

Border color

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

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

This div border color is #E7DDEC.

Opacity

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

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

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

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

This text has shadow with #E7DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DDEC.

Preview

Color preview on black background

This text has color #E7DDEC on black background.


Color preview on white background

This text has color #E7DDEC on white background.


Black color preview on #E7DDEC background

This text has black color on #E7DDEC background.


White color preview on #E7DDEC background

This text has white color on #E7DDEC background.


Related colors

Complementary color

Complementary color for #hex is #182213.


I love getcolorcode.com

Triadic colors

1 #ECE7DD and #DDECE7 with #E7DDEC are triadic colors.

2 #ECDDE7 and #DDE7EC with #E7DDEC are triadic colors.