COLOR #E1DFDC

HEX: #E1DFDC RGB: (225,223,220)

Color info

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

RGB color model

#E1DFDC color RGB value is (225,223,220).

RGB: (225,223,220) (88%, 87%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 220 of 255 = 86%

225
223
220

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

Portions of RGB colors in percentages

R + G + B = 225 + 223 + 220 = 668 (100%)
R 225 of 668 ~ 33.68%
G 223 of 668 ~ 33.38%
B 220 of 668 ~ 32.93'%

%33.68
%33.38
%32.93

CMYK color model

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

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

Codes

Color #E1DFDC in popluar color models

E1 DF DC
RGB 225 223 220
HSL 36° 7.69% 87.25%
HSB/HSV 36° 2.22% 88.24%
CMYK 0.00% 0.89% 2.22%
11.76%

Color #E1DFDC in popluar number systems.

HEX E1 DF DC
Decimal 225 223 220
Binary 11100001 11011111 11011100
Octal 341 337 334

Shades and tints

Shades of #E1DFDC

#E1DFDC
(225,223,220)
#CDCBC8
(205,203,200)
#B9B7B4
(185,183,180)
#A5A3A0
(165,163,160)
#918F8C
(145,143,140)
#7D7B78
(125,123,120)
#696764
(105,103,100)
#555350
(85,83,80)
#413F3C
(65,63,60)
#2D2B28
(45,43,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #E1DFDC

#E1DFDC
(225,223,220)
#E3E1DF
(227,225,223)
#E5E3E2
(229,227,226)
#E7E5E5
(231,229,229)
#E9E7E8
(233,231,232)
#EBE9EB
(235,233,235)
#EDEBEE
(237,235,238)
#EFEDF1
(239,237,241)
#F1EFF4
(241,239,244)
#F3F1F7
(243,241,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFDC; }

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

This text font color is #E1DFDC.

Background Color

.myBgColor { background-color: #E1DFDC; }

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

This div background color is #E1DFDC.

Border color

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

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

This div border color is #E1DFDC.

Opacity

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

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

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

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

This text has shadow with #E1DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DFDC.

Preview

Color preview on black background

This text has color #E1DFDC on black background.


Color preview on white background

This text has color #E1DFDC on white background.


Black color preview on #E1DFDC background

This text has black color on #E1DFDC background.


White color preview on #E1DFDC background

This text has white color on #E1DFDC background.


Related colors

Complementary color

Complementary color for #hex is #1E2023.


I love getcolorcode.com

Triadic colors

1 #DCE1DF and #DFDCE1 with #E1DFDC are triadic colors.

2 #DCDFE1 and #DFE1DC with #E1DFDC are triadic colors.