COLOR #E2DEDA

HEX: #E2DEDA
RGB: (226,222,218)

Color info

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

RGB color model

#E2DEDA color RGB value is (226,222,218).

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

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 218 of 255 = 85%

226
222
218

R + G + B ~ 87%. #E2DEDA is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 218 = 666 (100%)
R 226 of 666 ~ 33.93%
G 222 of 666 ~ 33.33%
B 218 of 666 ~ 32.73%

%33.93
%33.33
%32.73

CMYK color model

#E2DEDA color CMYK value is (0,2,4,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 3.54%
  • key color value is 11.37%
CMYK:
(0,2,4,11)
C0M2Y4K11 
(0%,2%,4%,11%)
(0.00/0.02/0.04/0.11)	

CMYK percentages

%0
%1.77
%3.54
%11.37

Codes

Color #E2DEDA in popluar color models

E2DEDA
RGB226222218
HSL30°12.12%87.06%
HSB/HSV30°3.54%88.63%
CMYK0.00%1.77%3.54%
11.37%

Color #E2DEDA in popluar number systems.

HEXE2DEDA
Decimal226222218
Binary111000101101111011011010
Octal342336332

Shades and tints

Shades of #E2DEDA

#E2DEDA
(226,222,218)
#CECAC7
(206,202,199)
#BAB6B4
(186,182,180)
#A6A2A1
(166,162,161)
#928E8E
(146,142,142)
#7E7A7B
(126,122,123)
#6A6668
(106,102,104)
#565255
(86,82,85)
#423E42
(66,62,66)
#2E2A2F
(46,42,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #E2DEDA

#E2DEDA
(226,222,218)
#E4E1DD
(228,225,221)
#E6E4E0
(230,228,224)
#E8E7E3
(232,231,227)
#EAEAE6
(234,234,230)
#ECEDE9
(236,237,233)
#EEF0EC
(238,240,236)
#F0F3EF
(240,243,239)
#F2F6F2
(242,246,242)
#F4F9F5
(244,249,245)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEDA; }

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

This text font color is #E2DEDA.


Background Color

.myBgColor { background-color: #E2DEDA; }

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

This div background color is #E2DEDA.


Border color

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

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

This div border color is #E2DEDA.


Opacity

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

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

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

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

This text has shadow with #E2DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEDA on black background.


Color preview on white background

This text has color #E2DEDA on white background.



Black color preview on #E2DEDA background

This text has black color on #E2DEDA background.


White color preview on #E2DEDA background

This text has white color on #E2DEDA background.