COLOR #E2D0DE

HEX: #E2D0DE RGB: (226,208,222)

Color info

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

RGB color model

#E2D0DE color RGB value is (226,208,222).

RGB: (226,208,222) (89%, 82%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 208 of 255 = 82%
B 222 of 255 = 87%

226
208
222

R + G + B ~ 86%. #E2D0DE is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 208 + 222 = 656 (100%)
R 226 of 656 ~ 34.45%
G 208 of 656 ~ 31.71%
B 222 of 656 ~ 33.84'%

%34.45
%31.71
%33.84

CMYK color model

#E2D0DE color CMYK value is (0,8,2,11).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (0,8,2,11)
C0M8Y2K11 (0%, 8%, 2%, 11%)
(0.00 / 0.08 / 0.02 / 0.11)

CMYK percentages

%0
%7.96
%1.77
%11.37

Codes

Color #E2D0DE in popluar color models

E2 D0 DE
RGB 226 208 222
HSL 313° 23.68% 85.10%
HSB/HSV 313° 7.96% 88.63%
CMYK 0.00% 7.96% 1.77%
11.37%

Color #E2D0DE in popluar number systems.

HEX E2 D0 DE
Decimal 226 208 222
Binary 11100010 11010000 11011110
Octal 342 320 336

Shades and tints

Shades of #E2D0DE

#E2D0DE
(226,208,222)
#CEBECA
(206,190,202)
#BAACB6
(186,172,182)
#A69AA2
(166,154,162)
#92888E
(146,136,142)
#7E767A
(126,118,122)
#6A6466
(106,100,102)
#565252
(86,82,82)
#42403E
(66,64,62)
#2E2E2A
(46,46,42)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #E2D0DE

#E2D0DE
(226,208,222)
#E4D4E1
(228,212,225)
#E6D8E4
(230,216,228)
#E8DCE7
(232,220,231)
#EAE0EA
(234,224,234)
#ECE4ED
(236,228,237)
#EEE8F0
(238,232,240)
#F0ECF3
(240,236,243)
#F2F0F6
(242,240,246)
#F4F4F9
(244,244,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D0DE color. Also use rgb(226,208,222) instead hex code.

Text Font Color

.myTextColor { color: #E2D0DE; }

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

This text font color is #E2D0DE.

Background Color

.myBgColor { background-color: #E2D0DE; }

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

This div background color is #E2D0DE.

Border color

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

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

This div border color is #E2D0DE.

Opacity

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

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

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

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

This text has shadow with #E2D0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D0DE.

Preview

Color preview on black background

This text has color #E2D0DE on black background.


Color preview on white background

This text has color #E2D0DE on white background.


Black color preview on #E2D0DE background

This text has black color on #E2D0DE background.


White color preview on #E2D0DE background

This text has white color on #E2D0DE background.


Related colors

Complementary color

Complementary color for #hex is #1D2F21.


I love getcolorcode.com

Triadic colors

1 #DEE2D0 and #D0DEE2 with #E2D0DE are triadic colors.

2 #DED0E2 and #D0E2DE with #E2D0DE are triadic colors.