COLOR #E7DDE9

HEX: #E7DDE9 RGB: (231,221,233)

Color info

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

RGB color model

#E7DDE9 color RGB value is (231,221,233).

RGB: (231,221,233) (91%, 87%, 91%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 233 of 255 = 91%

231
221
233

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

Portions of RGB colors in percentages

R + G + B = 231 + 221 + 233 = 685 (100%)
R 231 of 685 ~ 33.72%
G 221 of 685 ~ 32.26%
B 233 of 685 ~ 34.01'%

%33.72
%32.26
%34.01

CMYK color model

#E7DDE9 color CMYK value is (1,5,0,9).

  • cyan value is 0.86%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (1,5,0,9)
C1M5Y0K9 (1%, 5%, 0%, 9%)
(0.01 / 0.05 / 0.00 / 0.09)

CMYK percentages

%0.86
%5.15
%0
%8.63

Codes

Color #E7DDE9 in popluar color models

E7 DD E9
RGB 231 221 233
HSL 290° 21.43% 89.02%
HSB/HSV 290° 5.15% 91.37%
CMYK 0.86% 5.15% 0.00%
8.63%

Color #E7DDE9 in popluar number systems.

HEX E7 DD E9
Decimal 231 221 233
Binary 11100111 11011101 11101001
Octal 347 335 351

Shades and tints

Shades of #E7DDE9

#E7DDE9
(231,221,233)
#D2C9D4
(210,201,212)
#BDB5BF
(189,181,191)
#A8A1AA
(168,161,170)
#938D95
(147,141,149)
#7E7980
(126,121,128)
#69656B
(105,101,107)
#545156
(84,81,86)
#3F3D41
(63,61,65)
#2A292C
(42,41,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #E7DDE9

#E7DDE9
(231,221,233)
#E9E0EB
(233,224,235)
#EBE3ED
(235,227,237)
#EDE6EF
(237,230,239)
#EFE9F1
(239,233,241)
#F1ECF3
(241,236,243)
#F3EFF5
(243,239,245)
#F5F2F7
(245,242,247)
#F7F5F9
(247,245,249)
#F9F8FB
(249,248,251)
#FBFBFD
(251,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDE9; }

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

This text font color is #E7DDE9.

Background Color

.myBgColor { background-color: #E7DDE9; }

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

This div background color is #E7DDE9.

Border color

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

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

This div border color is #E7DDE9.

Opacity

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

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

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

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

This text has shadow with #E7DDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DDE9.

Preview

Color preview on black background

This text has color #E7DDE9 on black background.


Color preview on white background

This text has color #E7DDE9 on white background.


Black color preview on #E7DDE9 background

This text has black color on #E7DDE9 background.


White color preview on #E7DDE9 background

This text has white color on #E7DDE9 background.


Related colors

Complementary color

Complementary color for #hex is #182216.


I love getcolorcode.com

Triadic colors

1 #E9E7DD and #DDE9E7 with #E7DDE9 are triadic colors.

2 #E9DDE7 and #DDE7E9 with #E7DDE9 are triadic colors.