COLOR #E2DFDE

HEX: #E2DFDE
RGB: (226,223,222)

Color info

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

RGB color model

#E2DFDE color RGB value is (226,223,222).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 222 of 255 = 87%

226
223
222

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 222 = 671 (100%)
R 226 of 671 ~ 33.68%
G 223 of 671 ~ 33.23%
B 222 of 671 ~ 33.08%

%33.68
%33.23
%33.08

CMYK color model

#E2DFDE color CMYK value is (0,1,2,11).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(0,1,2,11)
C0M1Y2K11 
(0%,1%,2%,11%)
(0.00/0.01/0.02/0.11)	

CMYK percentages

%0
%1.33
%1.77
%11.37

Codes

Color #E2DFDE in popluar color models

E2DFDE
RGB226223222
HSL15°6.45%87.84%
HSB/HSV15°1.77%88.63%
CMYK0.00%1.33%1.77%
11.37%

Color #E2DFDE in popluar number systems.

HEXE2DFDE
Decimal226223222
Binary111000101101111111011110
Octal342337336

Shades and tints

Shades of #E2DFDE

#E2DFDE
(226,223,222)
#CECBCA
(206,203,202)
#BAB7B6
(186,183,182)
#A6A3A2
(166,163,162)
#928F8E
(146,143,142)
#7E7B7A
(126,123,122)
#6A6766
(106,103,102)
#565352
(86,83,82)
#423F3E
(66,63,62)
#2E2B2A
(46,43,42)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #E2DFDE

#E2DFDE
(226,223,222)
#E4E1E1
(228,225,225)
#E6E3E4
(230,227,228)
#E8E5E7
(232,229,231)
#EAE7EA
(234,231,234)
#ECE9ED
(236,233,237)
#EEEBF0
(238,235,240)
#F0EDF3
(240,237,243)
#F2EFF6
(242,239,246)
#F4F1F9
(244,241,249)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFDE; }

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

This text font color is #E2DFDE.


Background Color

.myBgColor { background-color: #E2DFDE; }

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

This div background color is #E2DFDE.


Border color

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

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

This div border color is #E2DFDE.


Opacity

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

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

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

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

This text has shadow with #E2DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFDE on black background.


Color preview on white background

This text has color #E2DFDE on white background.



Black color preview on #E2DFDE background

This text has black color on #E2DFDE background.


White color preview on #E2DFDE background

This text has white color on #E2DFDE background.