COLOR #E1DFDA

HEX: #E1DFDA RGB: (225,223,218)

Color info

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

RGB color model

#E1DFDA color RGB value is (225,223,218).

RGB: (225,223,218) (88%, 87%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 218 of 255 = 85%

225
223
218

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 218 = 666 (100%)
R 225 of 666 ~ 33.78%
G 223 of 666 ~ 33.48%
B 218 of 666 ~ 32.73'%

%33.78
%33.48
%32.73

CMYK color model

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

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

CMYK: (0,1,3,12)
C0M1Y3K12 (0%, 1%, 3%, 12%)
(0.00 / 0.01 / 0.03 / 0.12)

CMYK percentages

%0
%0.89
%3.11
%11.76

Codes

Color #E1DFDA in popluar color models

E1 DF DA
RGB 225 223 218
HSL 43° 10.45% 86.86%
HSB/HSV 43° 3.11% 88.24%
CMYK 0.00% 0.89% 3.11%
11.76%

Color #E1DFDA in popluar number systems.

HEX E1 DF DA
Decimal 225 223 218
Binary 11100001 11011111 11011010
Octal 341 337 332

Shades and tints

Shades of #E1DFDA

#E1DFDA
(225,223,218)
#CDCBC7
(205,203,199)
#B9B7B4
(185,183,180)
#A5A3A1
(165,163,161)
#918F8E
(145,143,142)
#7D7B7B
(125,123,123)
#696768
(105,103,104)
#555355
(85,83,85)
#413F42
(65,63,66)
#2D2B2F
(45,43,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #E1DFDA

#E1DFDA
(225,223,218)
#E3E1DD
(227,225,221)
#E5E3E0
(229,227,224)
#E7E5E3
(231,229,227)
#E9E7E6
(233,231,230)
#EBE9E9
(235,233,233)
#EDEBEC
(237,235,236)
#EFEDEF
(239,237,239)
#F1EFF2
(241,239,242)
#F3F1F5
(243,241,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFDA; }

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

This text font color is #E1DFDA.

Background Color

.myBgColor { background-color: #E1DFDA; }

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

This div background color is #E1DFDA.

Border color

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

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

This div border color is #E1DFDA.

Opacity

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

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

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

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

This text has shadow with #E1DFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFDA.

Preview

Color preview on black background

This text has color #E1DFDA on black background.


Color preview on white background

This text has color #E1DFDA on white background.


Black color preview on #E1DFDA background

This text has black color on #E1DFDA background.


White color preview on #E1DFDA background

This text has white color on #E1DFDA background.


Related colors

Complementary color

Complementary color for #hex is #1E2025.


I love getcolorcode.com

Triadic colors

1 #DAE1DF and #DFDAE1 with #E1DFDA are triadic colors.

2 #DADFE1 and #DFE1DA with #E1DFDA are triadic colors.