COLOR #E1D1DA

HEX: #E1D1DA RGB: (225,209,218)

Color info

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

RGB color model

#E1D1DA color RGB value is (225,209,218).

RGB: (225,209,218) (88%, 82%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 218 of 255 = 85%

225
209
218

R + G + B ~ 85%. #E1D1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 209 + 218 = 652 (100%)
R 225 of 652 ~ 34.51%
G 209 of 652 ~ 32.06%
B 218 of 652 ~ 33.44'%

%34.51
%32.06
%33.44

CMYK color model

#E1D1DA color CMYK value is (0,7,3,12).

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

CMYK: (0,7,3,12)
C0M7Y3K12 (0%, 7%, 3%, 12%)
(0.00 / 0.07 / 0.03 / 0.12)

CMYK percentages

%0
%7.11
%3.11
%11.76

Codes

Color #E1D1DA in popluar color models

E1 D1 DA
RGB 225 209 218
HSL 326° 21.05% 85.10%
HSB/HSV 326° 7.11% 88.24%
CMYK 0.00% 7.11% 3.11%
11.76%

Color #E1D1DA in popluar number systems.

HEX E1 D1 DA
Decimal 225 209 218
Binary 11100001 11010001 11011010
Octal 341 321 332

Shades and tints

Shades of #E1D1DA

#E1D1DA
(225,209,218)
#CDBEC7
(205,190,199)
#B9ABB4
(185,171,180)
#A598A1
(165,152,161)
#91858E
(145,133,142)
#7D727B
(125,114,123)
#695F68
(105,95,104)
#554C55
(85,76,85)
#413942
(65,57,66)
#2D262F
(45,38,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #E1D1DA

#E1D1DA
(225,209,218)
#E3D5DD
(227,213,221)
#E5D9E0
(229,217,224)
#E7DDE3
(231,221,227)
#E9E1E6
(233,225,230)
#EBE5E9
(235,229,233)
#EDE9EC
(237,233,236)
#EFEDEF
(239,237,239)
#F1F1F2
(241,241,242)
#F3F5F5
(243,245,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D1DA; }

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

This text font color is #E1D1DA.

Background Color

.myBgColor { background-color: #E1D1DA; }

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

This div background color is #E1D1DA.

Border color

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

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

This div border color is #E1D1DA.

Opacity

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

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

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

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

This text has shadow with #E1D1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D1DA.

Preview

Color preview on black background

This text has color #E1D1DA on black background.


Color preview on white background

This text has color #E1D1DA on white background.


Black color preview on #E1D1DA background

This text has black color on #E1D1DA background.


White color preview on #E1D1DA background

This text has white color on #E1D1DA background.


Related colors

Complementary color

Complementary color for #hex is #1E2E25.


I love getcolorcode.com

Triadic colors

1 #DAE1D1 and #D1DAE1 with #E1D1DA are triadic colors.

2 #DAD1E1 and #D1E1DA with #E1D1DA are triadic colors.