COLOR #E2D3DC

HEX: #E2D3DC RGB: (226,211,220)

Color info

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

RGB color model

#E2D3DC color RGB value is (226,211,220).

RGB: (226,211,220) (89%, 83%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 220 of 255 = 86%

226
211
220

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

Portions of RGB colors in percentages

R + G + B = 226 + 211 + 220 = 657 (100%)
R 226 of 657 ~ 34.4%
G 211 of 657 ~ 32.12%
B 220 of 657 ~ 33.49'%

%34.4
%32.12
%33.49

CMYK color model

#E2D3DC color CMYK value is (0,7,3,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 2.65%
  • key color value is 11.37%

CMYK: (0,7,3,11)
C0M7Y3K11 (0%, 7%, 3%, 11%)
(0.00 / 0.07 / 0.03 / 0.11)

CMYK percentages

%0
%6.64
%2.65
%11.37

Codes

Color #E2D3DC in popluar color models

E2 D3 DC
RGB 226 211 220
HSL 324° 20.55% 85.69%
HSB/HSV 324° 6.64% 88.63%
CMYK 0.00% 6.64% 2.65%
11.37%

Color #E2D3DC in popluar number systems.

HEX E2 D3 DC
Decimal 226 211 220
Binary 11100010 11010011 11011100
Octal 342 323 334

Shades and tints

Shades of #E2D3DC

#E2D3DC
(226,211,220)
#CEC0C8
(206,192,200)
#BAADB4
(186,173,180)
#A69AA0
(166,154,160)
#92878C
(146,135,140)
#7E7478
(126,116,120)
#6A6164
(106,97,100)
#564E50
(86,78,80)
#423B3C
(66,59,60)
#2E2828
(46,40,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #E2D3DC

#E2D3DC
(226,211,220)
#E4D7DF
(228,215,223)
#E6DBE2
(230,219,226)
#E8DFE5
(232,223,229)
#EAE3E8
(234,227,232)
#ECE7EB
(236,231,235)
#EEEBEE
(238,235,238)
#F0EFF1
(240,239,241)
#F2F3F4
(242,243,244)
#F4F7F7
(244,247,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D3DC color. Also use rgb(226,211,220) instead hex code.

Text Font Color

.myTextColor { color: #E2D3DC; }

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

This text font color is #E2D3DC.

Background Color

.myBgColor { background-color: #E2D3DC; }

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

This div background color is #E2D3DC.

Border color

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

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

This div border color is #E2D3DC.

Opacity

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

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

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

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

This text has shadow with #E2D3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D3DC.

Preview

Color preview on black background

This text has color #E2D3DC on black background.


Color preview on white background

This text has color #E2D3DC on white background.


Black color preview on #E2D3DC background

This text has black color on #E2D3DC background.


White color preview on #E2D3DC background

This text has white color on #E2D3DC background.


Related colors

Complementary color

Complementary color for #hex is #1D2C23.


I love getcolorcode.com

Triadic colors

1 #DCE2D3 and #D3DCE2 with #E2D3DC are triadic colors.

2 #DCD3E2 and #D3E2DC with #E2D3DC are triadic colors.