COLOR #E1DFDD

HEX: #E1DFDD
RGB: (225,223,221)

Color info

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

RGB color model

#E1DFDD color RGB value is (225,223,221).

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

RGB channels and saturation

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

225
223
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 221 = 669 (100%)
R 225 of 669 ~ 33.63%
G 223 of 669 ~ 33.33%
B 221 of 669 ~ 33.03%

%33.63
%33.33
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • 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
%0.89
%1.78
%11.76

Codes

Color #E1DFDD in popluar color models

E1DFDD
RGB225223221
HSL30°6.25%87.45%
HSB/HSV30°1.78%88.24%
CMYK0.00%0.89%1.78%
11.76%

Color #E1DFDD in popluar number systems.

HEXE1DFDD
Decimal225223221
Binary111000011101111111011101
Octal341337335

Shades and tints

Shades of #E1DFDD

#E1DFDD
(225,223,221)
#CDCBC9
(205,203,201)
#B9B7B5
(185,183,181)
#A5A3A1
(165,163,161)
#918F8D
(145,143,141)
#7D7B79
(125,123,121)
#696765
(105,103,101)
#555351
(85,83,81)
#413F3D
(65,63,61)
#2D2B29
(45,43,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1DFDD

#E1DFDD
(225,223,221)
#E3E1E0
(227,225,224)
#E5E3E3
(229,227,227)
#E7E5E6
(231,229,230)
#E9E7E9
(233,231,233)
#EBE9EC
(235,233,236)
#EDEBEF
(237,235,239)
#EFEDF2
(239,237,242)
#F1EFF5
(241,239,245)
#F3F1F8
(243,241,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFDD; }

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

This text font color is #E1DFDD.


Background Color

.myBgColor { background-color: #E1DFDD; }

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

This div background color is #E1DFDD.


Border color

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

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

This div border color is #E1DFDD.


Opacity

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

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

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

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

This text has shadow with #E1DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFDD on black background.


Color preview on white background

This text has color #E1DFDD on white background.



Black color preview on #E1DFDD background

This text has black color on #E1DFDD background.


White color preview on #E1DFDD background

This text has white color on #E1DFDD background.