COLOR #E1D6DD

HEX: #E1D6DD
RGB: (225,214,221)

Color info

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

RGB color model

#E1D6DD color RGB value is (225,214,221).

  • red value is 225;
  • green value is 214;
  • blue value is 221.
RGB: (225,214,221) (88%,84%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 214 of 255 = 84%
B 221 of 255 = 87%

225
214
221

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

Portions of RGB colors in percentages

R + G + B =
225 + 214 + 221 = 660 (100%)
R 225 of 660 ~ 34.09%
G 214 of 660 ~ 32.42%
B 221 of 660 ~ 33.48%

%34.09
%32.42
%33.48

CMYK color model

#E1D6DD color CMYK value is (0,5,2,12).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK: (0,5,2,12) C0M5Y2K12 (0%,5%,2%,12%) (0.00/0.05/0.02/0.12)

CMYK percentages

%0
%4.89
%1.78
%11.76

Codes

Color #E1D6DD in popluar color models

E1D6DD
RGB225214221
HSL322°15.49%86.08%
HSB/HSV322°4.89%88.24%
CMYK0.00%4.89%1.78%
11.76%

Color #E1D6DD in popluar number systems.

HEXE1D6DD
Decimal225214221
Binary111000011101011011011101
Octal341326335

Shades and tints

Shades of #E1D6DD

#E1D6DD
(225,214,221)
#CDC3C9
(205,195,201)
#B9B0B5
(185,176,181)
#A59DA1
(165,157,161)
#918A8D
(145,138,141)
#7D7779
(125,119,121)
#696465
(105,100,101)
#555151
(85,81,81)
#413E3D
(65,62,61)
#2D2B29
(45,43,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #E1D6DD

#E1D6DD
(225,214,221)
#E3D9E0
(227,217,224)
#E5DCE3
(229,220,227)
#E7DFE6
(231,223,230)
#E9E2E9
(233,226,233)
#EBE5EC
(235,229,236)
#EDE8EF
(237,232,239)
#EFEBF2
(239,235,242)
#F1EEF5
(241,238,245)
#F3F1F8
(243,241,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D6DD; }

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

This text font color is #E1D6DD.


Background Color

.myBgColor { background-color: #E1D6DD; }

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

This div background color is #E1D6DD.


Border color

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

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

This div border color is #E1D6DD.


Opacity

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

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

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

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

This text has shadow with #E1D6DD color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E1D6DD; -webkit-box-shadow:	1px 1px 3px 2px #E1D6DD; box-shadow:	1px 1px 3px 2px #E1D6DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1D6DD; -webkit-box-shadow: 1px 1px 3px 2px #E1D6DD; box-shadow:1px 1px 3px 2px #E1D6DD;">
Div content here</div>
This div box has shadow with color #E1D6DD.

Preview

Color preview on black background

This text has color #E1D6DD on black background.


Color preview on white background

This text has color #E1D6DD on white background.



Black color preview on #E1D6DD background

This text has black color on #E1D6DD background.


White color preview on #E1D6DD background

This text has white color on #E1D6DD background.