COLOR #E2D4DE

HEX: #E2D4DE
RGB: (226,212,222)

Color info

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

RGB color model

#E2D4DE color RGB value is (226,212,222).

  • red value is 226;
  • green value is 212;
  • blue value is 222.
RGB:
(226,212,222)
(89%,83%,87%)

RGB channels and saturation

R 226 of 255 = 89%
G 212 of 255 = 83%
B 222 of 255 = 87%

226
212
222

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

Portions of RGB colors in percentages

R + G + B =
226 + 212 + 222 = 660 (100%)
R 226 of 660 ~ 34.24%
G 212 of 660 ~ 32.12%
B 222 of 660 ~ 33.64%

%34.24
%32.12
%33.64

CMYK color model

#E2D4DE color CMYK value is (0,6,2,11).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(0,6,2,11)
C0M6Y2K11 
(0%,6%,2%,11%)
(0.00/0.06/0.02/0.11)	

CMYK percentages

%0
%6.19
%1.77
%11.37

Codes

Color #E2D4DE in popluar color models

E2D4DE
RGB226212222
HSL317°19.44%85.88%
HSB/HSV317°6.19%88.63%
CMYK0.00%6.19%1.77%
11.37%

Color #E2D4DE in popluar number systems.

HEXE2D4DE
Decimal226212222
Binary111000101101010011011110
Octal342324336

Shades and tints

Shades of #E2D4DE

#E2D4DE
(226,212,222)
#CEC1CA
(206,193,202)
#BAAEB6
(186,174,182)
#A69BA2
(166,155,162)
#92888E
(146,136,142)
#7E757A
(126,117,122)
#6A6266
(106,98,102)
#564F52
(86,79,82)
#423C3E
(66,60,62)
#2E292A
(46,41,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #E2D4DE

#E2D4DE
(226,212,222)
#E4D7E1
(228,215,225)
#E6DAE4
(230,218,228)
#E8DDE7
(232,221,231)
#EAE0EA
(234,224,234)
#ECE3ED
(236,227,237)
#EEE6F0
(238,230,240)
#F0E9F3
(240,233,243)
#F2ECF6
(242,236,246)
#F4EFF9
(244,239,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D4DE; }

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

This text font color is #E2D4DE.


Background Color

.myBgColor { background-color: #E2D4DE; }

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

This div background color is #E2D4DE.


Border color

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

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

This div border color is #E2D4DE.


Opacity

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

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

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

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

This text has shadow with #E2D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D4DE on black background.


Color preview on white background

This text has color #E2D4DE on white background.



Black color preview on #E2D4DE background

This text has black color on #E2D4DE background.


White color preview on #E2D4DE background

This text has white color on #E2D4DE background.