COLOR #E2D3D6

HEX: #E2D3D6 RGB: (226,211,214)

Color info

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

RGB color model

#E2D3D6 color RGB value is (226,211,214).

RGB: (226,211,214) (89%, 83%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 214 of 255 = 84%

226
211
214

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

Portions of RGB colors in percentages

R + G + B = 226 + 211 + 214 = 651 (100%)
R 226 of 651 ~ 34.72%
G 211 of 651 ~ 32.41%
B 214 of 651 ~ 32.87'%

%34.72
%32.41
%32.87

CMYK color model

#E2D3D6 color CMYK value is (0,7,5,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK: (0,7,5,11) C0M7Y5K11 (0%,7%,5%,11%) (0.00/0.07/0.05/0.11) 

CMYK percentages

%0
%6.64
%5.31
%11.37

Codes

Color #E2D3D6 in popluar color models

E2 D3 D6
RGB 226 211 214
HSL 348° 20.55% 85.69%
HSB/HSV 348° 6.64% 88.63%
CMYK 0.00% 6.64% 5.31%
11.37%

Color #E2D3D6 in popluar number systems.

HEX E2 D3 D6
Decimal 226 211 214
Binary 11100010 11010011 11010110
Octal 342 323 326

Shades and tints

Shades of #E2D3D6

#E2D3D6
(226,211,214)
#CEC0C3
(206,192,195)
#BAADB0
(186,173,176)
#A69A9D
(166,154,157)
#92878A
(146,135,138)
#7E7477
(126,116,119)
#6A6164
(106,97,100)
#564E51
(86,78,81)
#423B3E
(66,59,62)
#2E282B
(46,40,43)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2D3D6

#E2D3D6
(226,211,214)
#E4D7D9
(228,215,217)
#E6DBDC
(230,219,220)
#E8DFDF
(232,223,223)
#EAE3E2
(234,227,226)
#ECE7E5
(236,231,229)
#EEEBE8
(238,235,232)
#F0EFEB
(240,239,235)
#F2F3EE
(242,243,238)
#F4F7F1
(244,247,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D3D6; }

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

This text font color is #E2D3D6.

Background Color

.myBgColor { background-color: #E2D3D6; }

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

This div background color is #E2D3D6.

Border color

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

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

This div border color is #E2D3D6.

Opacity

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

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

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

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

This text has shadow with #E2D3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D3D6.

Preview

Color preview on black background

This text has color #E2D3D6 on black background.


Color preview on white background

This text has color #E2D3D6 on white background.


Black color preview on #E2D3D6 background

This text has black color on #E2D3D6 background.


White color preview on #E2D3D6 background

This text has white color on #E2D3D6 background.


Related colors

Complementary color

Complementary color for #hex is #1D2C29.


I love getcolorcode.com

Triadic colors

1 #D6E2D3 and #D3D6E2 with #E2D3D6 are triadic colors.

2 #D6D3E2 and #D3E2D6 with #E2D3D6 are triadic colors.