COLOR #E1DFDE

HEX: #E1DFDE RGB: (225,223,222)

Color info

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

RGB color model

#E1DFDE color RGB value is (225,223,222).

RGB: (225,223,222) (88%, 87%, 87%)

RGB channels and saturation

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

225
223
222

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 222 = 670 (100%)
R 225 of 670 ~ 33.58%
G 223 of 670 ~ 33.28%
B 222 of 670 ~ 33.13'%

%33.58
%33.28
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 1.33%
  • key color value is 11.76%

CMYK: (0,1,1,12)
C0M1Y1K12 (0%, 1%, 1%, 12%)
(0.00 / 0.01 / 0.01 / 0.12)

CMYK percentages

%0
%0.89
%1.33
%11.76

Codes

Color #E1DFDE in popluar color models

E1 DF DE
RGB 225 223 222
HSL 20° 4.76% 87.65%
HSB/HSV 20° 1.33% 88.24%
CMYK 0.00% 0.89% 1.33%
11.76%

Color #E1DFDE in popluar number systems.

HEX E1 DF DE
Decimal 225 223 222
Binary 11100001 11011111 11011110
Octal 341 337 336

Shades and tints

Shades of #E1DFDE

#E1DFDE
(225,223,222)
#CDCBCA
(205,203,202)
#B9B7B6
(185,183,182)
#A5A3A2
(165,163,162)
#918F8E
(145,143,142)
#7D7B7A
(125,123,122)
#696766
(105,103,102)
#555352
(85,83,82)
#413F3E
(65,63,62)
#2D2B2A
(45,43,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1DFDE

#E1DFDE
(225,223,222)
#E3E1E1
(227,225,225)
#E5E3E4
(229,227,228)
#E7E5E7
(231,229,231)
#E9E7EA
(233,231,234)
#EBE9ED
(235,233,237)
#EDEBF0
(237,235,240)
#EFEDF3
(239,237,243)
#F1EFF6
(241,239,246)
#F3F1F9
(243,241,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFDE; }

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

This text font color is #E1DFDE.

Background Color

.myBgColor { background-color: #E1DFDE; }

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

This div background color is #E1DFDE.

Border color

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

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

This div border color is #E1DFDE.

Opacity

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

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

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

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

This text has shadow with #E1DFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFDE.

Preview

Color preview on black background

This text has color #E1DFDE on black background.


Color preview on white background

This text has color #E1DFDE on white background.


Black color preview on #E1DFDE background

This text has black color on #E1DFDE background.


White color preview on #E1DFDE background

This text has white color on #E1DFDE background.


Related colors

Complementary color

Complementary color for #hex is #1E2021.


I love getcolorcode.com

Triadic colors

1 #DEE1DF and #DFDEE1 with #E1DFDE are triadic colors.

2 #DEDFE1 and #DFE1DE with #E1DFDE are triadic colors.