COLOR #E2DEDD

HEX: #E2DEDD
RGB: (226,222,221)

Color info

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

RGB color model

#E2DEDD color RGB value is (226,222,221).

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

RGB channels and saturation

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

226
222
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 221 = 669 (100%)
R 226 of 669 ~ 33.78%
G 222 of 669 ~ 33.18%
B 221 of 669 ~ 33.03%

%33.78
%33.18
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(0,2,2,11)
C0M2Y2K11 
(0%,2%,2%,11%)
(0.00/0.02/0.02/0.11)	

CMYK percentages

%0
%1.77
%2.21
%11.37

Codes

Color #E2DEDD in popluar color models

E2DEDD
RGB226222221
HSL12°7.94%87.65%
HSB/HSV12°2.21%88.63%
CMYK0.00%1.77%2.21%
11.37%

Color #E2DEDD in popluar number systems.

HEXE2DEDD
Decimal226222221
Binary111000101101111011011101
Octal342336335

Shades and tints

Shades of #E2DEDD

#E2DEDD
(226,222,221)
#CECAC9
(206,202,201)
#BAB6B5
(186,182,181)
#A6A2A1
(166,162,161)
#928E8D
(146,142,141)
#7E7A79
(126,122,121)
#6A6665
(106,102,101)
#565251
(86,82,81)
#423E3D
(66,62,61)
#2E2A29
(46,42,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E2DEDD

#E2DEDD
(226,222,221)
#E4E1E0
(228,225,224)
#E6E4E3
(230,228,227)
#E8E7E6
(232,231,230)
#EAEAE9
(234,234,233)
#ECEDEC
(236,237,236)
#EEF0EF
(238,240,239)
#F0F3F2
(240,243,242)
#F2F6F5
(242,246,245)
#F4F9F8
(244,249,248)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEDD; }

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

This text font color is #E2DEDD.


Background Color

.myBgColor { background-color: #E2DEDD; }

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

This div background color is #E2DEDD.


Border color

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

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

This div border color is #E2DEDD.


Opacity

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

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

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

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

This text has shadow with #E2DEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEDD on black background.


Color preview on white background

This text has color #E2DEDD on white background.



Black color preview on #E2DEDD background

This text has black color on #E2DEDD background.


White color preview on #E2DEDD background

This text has white color on #E2DEDD background.