COLOR #E1DEDD

HEX: #E1DEDD
RGB: (225,222,221)

Color info

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

RGB color model

#E1DEDD color RGB value is (225,222,221).

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

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 221 of 255 = 87%

225
222
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 221 = 668 (100%)
R 225 of 668 ~ 33.68%
G 222 of 668 ~ 33.23%
B 221 of 668 ~ 33.08%

%33.68
%33.23
%33.08

CMYK color model

#E1DEDD color CMYK value is (0,1,2,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(0,1,2,12)
C0M1Y2K12 
(0%,1%,2%,12%)
(0.00/0.01/0.02/0.12)	

CMYK percentages

%0
%1.33
%1.78
%11.76

Codes

Color #E1DEDD in popluar color models

E1DEDD
RGB225222221
HSL15°6.25%87.45%
HSB/HSV15°1.78%88.24%
CMYK0.00%1.33%1.78%
11.76%

Color #E1DEDD in popluar number systems.

HEXE1DEDD
Decimal225222221
Binary111000011101111011011101
Octal341336335

Shades and tints

Shades of #E1DEDD

#E1DEDD
(225,222,221)
#CDCAC9
(205,202,201)
#B9B6B5
(185,182,181)
#A5A2A1
(165,162,161)
#918E8D
(145,142,141)
#7D7A79
(125,122,121)
#696665
(105,102,101)
#555251
(85,82,81)
#413E3D
(65,62,61)
#2D2A29
(45,42,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #E1DEDD

#E1DEDD
(225,222,221)
#E3E1E0
(227,225,224)
#E5E4E3
(229,228,227)
#E7E7E6
(231,231,230)
#E9EAE9
(233,234,233)
#EBEDEC
(235,237,236)
#EDF0EF
(237,240,239)
#EFF3F2
(239,243,242)
#F1F6F5
(241,246,245)
#F3F9F8
(243,249,248)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEDD; }

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

This text font color is #E1DEDD.


Background Color

.myBgColor { background-color: #E1DEDD; }

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

This div background color is #E1DEDD.


Border color

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

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

This div border color is #E1DEDD.


Opacity

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

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

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

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

This text has shadow with #E1DEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEDD on black background.


Color preview on white background

This text has color #E1DEDD on white background.



Black color preview on #E1DEDD background

This text has black color on #E1DEDD background.


White color preview on #E1DEDD background

This text has white color on #E1DEDD background.