COLOR #E1D6DA

HEX: #E1D6DA RGB: (225,214,218)

Color info

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

RGB color model

#E1D6DA color RGB value is (225,214,218).

RGB: (225,214,218) (88%, 84%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 218 of 255 = 85%

225
214
218

R + G + B ~ 86%. #E1D6DA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 214 + 218 = 657 (100%)
R 225 of 657 ~ 34.25%
G 214 of 657 ~ 32.57%
B 218 of 657 ~ 33.18'%

%34.25
%32.57
%33.18

CMYK color model

#E1D6DA color CMYK value is (0,5,3,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK: (0,5,3,12) C0M5Y3K12 (0%,5%,3%,12%) (0.00/0.05/0.03/0.12) 

CMYK percentages

%0
%4.89
%3.11
%11.76

Codes

Color #E1D6DA in popluar color models

E1 D6 DA
RGB 225 214 218
HSL 338° 15.49% 86.08%
HSB/HSV 338° 4.89% 88.24%
CMYK 0.00% 4.89% 3.11%
11.76%

Color #E1D6DA in popluar number systems.

HEX E1 D6 DA
Decimal 225 214 218
Binary 11100001 11010110 11011010
Octal 341 326 332

Shades and tints

Shades of #E1D6DA

#E1D6DA
(225,214,218)
#CDC3C7
(205,195,199)
#B9B0B4
(185,176,180)
#A59DA1
(165,157,161)
#918A8E
(145,138,142)
#7D777B
(125,119,123)
#696468
(105,100,104)
#555155
(85,81,85)
#413E42
(65,62,66)
#2D2B2F
(45,43,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #E1D6DA

#E1D6DA
(225,214,218)
#E3D9DD
(227,217,221)
#E5DCE0
(229,220,224)
#E7DFE3
(231,223,227)
#E9E2E6
(233,226,230)
#EBE5E9
(235,229,233)
#EDE8EC
(237,232,236)
#EFEBEF
(239,235,239)
#F1EEF2
(241,238,242)
#F3F1F5
(243,241,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6DA; }

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

This text font color is #E1D6DA.

Background Color

.myBgColor { background-color: #E1D6DA; }

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

This div background color is #E1D6DA.

Border color

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

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

This div border color is #E1D6DA.

Opacity

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

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

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

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

This text has shadow with #E1D6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D6DA.

Preview

Color preview on black background

This text has color #E1D6DA on black background.


Color preview on white background

This text has color #E1D6DA on white background.


Black color preview on #E1D6DA background

This text has black color on #E1D6DA background.


White color preview on #E1D6DA background

This text has white color on #E1D6DA background.


Related colors

Complementary color

Complementary color for #hex is #1E2925.


I love getcolorcode.com

Triadic colors

1 #DAE1D6 and #D6DAE1 with #E1D6DA are triadic colors.

2 #DAD6E1 and #D6E1DA with #E1D6DA are triadic colors.