COLOR #E2DDE7

HEX: #E2DDE7 RGB: (226,221,231)

Color info

#E2DDE7 contains red, green and blue colors in about the same proportion. Web safe color of #E2DDE7 is #CCCCFF (or #CCF).

RGB color model

#E2DDE7 color RGB value is (226,221,231).

RGB: (226,221,231) (89%, 87%, 91%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 231 of 255 = 91%

226
221
231

R + G + B ~ 89%. #E2DDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 231 = 678 (100%)
R 226 of 678 ~ 33.33%
G 221 of 678 ~ 32.6%
B 231 of 678 ~ 34.07'%

%33.33
%32.6
%34.07

CMYK color model

#E2DDE7 color CMYK value is (2,4,0,9).

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

CMYK: (2,4,0,9)
C2M4Y0K9 (2%, 4%, 0%, 9%)
(0.02 / 0.04 / 0.00 / 0.09)

CMYK percentages

%2.16
%4.33
%0
%9.41

Codes

Color #E2DDE7 in popluar color models

E2 DD E7
RGB 226 221 231
HSL 270° 17.24% 88.63%
HSB/HSV 270° 4.33% 90.59%
CMYK 2.16% 4.33% 0.00%
9.41%

Color #E2DDE7 in popluar number systems.

HEX E2 DD E7
Decimal 226 221 231
Binary 11100010 11011101 11100111
Octal 342 335 347

Shades and tints

Shades of #E2DDE7

#E2DDE7
(226,221,231)
#CEC9D2
(206,201,210)
#BAB5BD
(186,181,189)
#A6A1A8
(166,161,168)
#928D93
(146,141,147)
#7E797E
(126,121,126)
#6A6569
(106,101,105)
#565154
(86,81,84)
#423D3F
(66,61,63)
#2E292A
(46,41,42)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #E2DDE7

#E2DDE7
(226,221,231)
#E4E0E9
(228,224,233)
#E6E3EB
(230,227,235)
#E8E6ED
(232,230,237)
#EAE9EF
(234,233,239)
#ECECF1
(236,236,241)
#EEEFF3
(238,239,243)
#F0F2F5
(240,242,245)
#F2F5F7
(242,245,247)
#F4F8F9
(244,248,249)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDE7; }

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

This text font color is #E2DDE7.

Background Color

.myBgColor { background-color: #E2DDE7; }

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

This div background color is #E2DDE7.

Border color

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

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

This div border color is #E2DDE7.

Opacity

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

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

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

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

This text has shadow with #E2DDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDE7.

Preview

Color preview on black background

This text has color #E2DDE7 on black background.


Color preview on white background

This text has color #E2DDE7 on white background.


Black color preview on #E2DDE7 background

This text has black color on #E2DDE7 background.


White color preview on #E2DDE7 background

This text has white color on #E2DDE7 background.


Related colors

Complementary color

Complementary color for #hex is #1D2218.


I love getcolorcode.com

Triadic colors

1 #E7E2DD and #DDE7E2 with #E2DDE7 are triadic colors.

2 #E7DDE2 and #DDE2E7 with #E2DDE7 are triadic colors.