COLOR #E2DBE0

HEX: #E2DBE0 RGB: (226,219,224)

Color info

#E2DBE0 contains red, green and blue colors in about the same proportion. Web safe color of #E2DBE0 is #CCCCCC (or #CCC).

RGB color model

#E2DBE0 color RGB value is (226,219,224).

RGB: (226,219,224) (89%, 86%, 88%)

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 224 of 255 = 88%

226
219
224

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

Portions of RGB colors in percentages

R + G + B = 226 + 219 + 224 = 669 (100%)
R 226 of 669 ~ 33.78%
G 219 of 669 ~ 32.74%
B 224 of 669 ~ 33.48'%

%33.78
%32.74
%33.48

CMYK color model

#E2DBE0 color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 0.88%
  • key color value is 11.37%

CMYK: (0,3,1,11)
C0M3Y1K11 (0%, 3%, 1%, 11%)
(0.00 / 0.03 / 0.01 / 0.11)

CMYK percentages

%0
%3.1
%0.88
%11.37

Codes

Color #E2DBE0 in popluar color models

E2 DB E0
RGB 226 219 224
HSL 317° 10.77% 87.25%
HSB/HSV 317° 3.10% 88.63%
CMYK 0.00% 3.10% 0.88%
11.37%

Color #E2DBE0 in popluar number systems.

HEX E2 DB E0
Decimal 226 219 224
Binary 11100010 11011011 11100000
Octal 342 333 340

Shades and tints

Shades of #E2DBE0

#E2DBE0
(226,219,224)
#CEC8CC
(206,200,204)
#BAB5B8
(186,181,184)
#A6A2A4
(166,162,164)
#928F90
(146,143,144)
#7E7C7C
(126,124,124)
#6A6968
(106,105,104)
#565654
(86,86,84)
#424340
(66,67,64)
#2E302C
(46,48,44)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #E2DBE0

#E2DBE0
(226,219,224)
#E4DEE2
(228,222,226)
#E6E1E4
(230,225,228)
#E8E4E6
(232,228,230)
#EAE7E8
(234,231,232)
#ECEAEA
(236,234,234)
#EEEDEC
(238,237,236)
#F0F0EE
(240,240,238)
#F2F3F0
(242,243,240)
#F4F6F2
(244,246,242)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DBE0 color. Also use rgb(226,219,224) instead hex code.

Text Font Color

.myTextColor { color: #E2DBE0; }

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

This text font color is #E2DBE0.

Background Color

.myBgColor { background-color: #E2DBE0; }

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

This div background color is #E2DBE0.

Border color

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

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

This div border color is #E2DBE0.

Opacity

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

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

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

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

This text has shadow with #E2DBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DBE0.

Preview

Color preview on black background

This text has color #E2DBE0 on black background.


Color preview on white background

This text has color #E2DBE0 on white background.


Black color preview on #E2DBE0 background

This text has black color on #E2DBE0 background.


White color preview on #E2DBE0 background

This text has white color on #E2DBE0 background.


Related colors

Complementary color

Complementary color for #hex is #1D241F.


I love getcolorcode.com

Triadic colors

1 #E0E2DB and #DBE0E2 with #E2DBE0 are triadic colors.

2 #E0DBE2 and #DBE2E0 with #E2DBE0 are triadic colors.