COLOR #E2DDE8

HEX: #E2DDE8 RGB: (226,221,232)

Color info

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

RGB color model

#E2DDE8 color RGB value is (226,221,232).

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

RGB channels and saturation

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

226
221
232

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

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 232 = 679 (100%)
R 226 of 679 ~ 33.28%
G 221 of 679 ~ 32.55%
B 232 of 679 ~ 34.17'%

%33.28
%32.55
%34.17

CMYK color model

#E2DDE8 color CMYK value is (3,5,0,9).

  • cyan value is 2.59%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (3,5,0,9) C3M5Y0K9 (3%,5%,0%,9%) (0.03/0.05/0.00/0.09) 

CMYK percentages

%2.59
%4.74
%0
%9.02

Codes

Color #E2DDE8 in popluar color models

E2 DD E8
RGB 226 221 232
HSL 267° 19.30% 88.82%
HSB/HSV 267° 4.74% 90.98%
CMYK 2.59% 4.74% 0.00%
9.02%

Color #E2DDE8 in popluar number systems.

HEX E2 DD E8
Decimal 226 221 232
Binary 11100010 11011101 11101000
Octal 342 335 350

Shades and tints

Shades of #E2DDE8

#E2DDE8
(226,221,232)
#CEC9D3
(206,201,211)
#BAB5BE
(186,181,190)
#A6A1A9
(166,161,169)
#928D94
(146,141,148)
#7E797F
(126,121,127)
#6A656A
(106,101,106)
#565155
(86,81,85)
#423D40
(66,61,64)
#2E292B
(46,41,43)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #E2DDE8

#E2DDE8
(226,221,232)
#E4E0EA
(228,224,234)
#E6E3EC
(230,227,236)
#E8E6EE
(232,230,238)
#EAE9F0
(234,233,240)
#ECECF2
(236,236,242)
#EEEFF4
(238,239,244)
#F0F2F6
(240,242,246)
#F2F5F8
(242,245,248)
#F4F8FA
(244,248,250)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDE8; }

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

This text font color is #E2DDE8.

Background Color

.myBgColor { background-color: #E2DDE8; }

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

This div background color is #E2DDE8.

Border color

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

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

This div border color is #E2DDE8.

Opacity

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

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

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

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

This text has shadow with #E2DDE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDE8.

Preview

Color preview on black background

This text has color #E2DDE8 on black background.


Color preview on white background

This text has color #E2DDE8 on white background.


Black color preview on #E2DDE8 background

This text has black color on #E2DDE8 background.


White color preview on #E2DDE8 background

This text has white color on #E2DDE8 background.


Related colors

Complementary color

Complementary color for #hex is #1D2217.


I love getcolorcode.com

Triadic colors

1 #E8E2DD and #DDE8E2 with #E2DDE8 are triadic colors.

2 #E8DDE2 and #DDE2E8 with #E2DDE8 are triadic colors.