COLOR #E2D3DB

HEX: #E2D3DB RGB: (226,211,219)

Color info

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

RGB color model

#E2D3DB color RGB value is (226,211,219).

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

RGB channels and saturation

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

226
211
219

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

Portions of RGB colors in percentages

R + G + B = 226 + 211 + 219 = 656 (100%)
R 226 of 656 ~ 34.45%
G 211 of 656 ~ 32.16%
B 219 of 656 ~ 33.38'%

%34.45
%32.16
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 3.10%
  • 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
%3.1
%11.37

Codes

Color #E2D3DB in popluar color models

E2 D3 DB
RGB 226 211 219
HSL 328° 20.55% 85.69%
HSB/HSV 328° 6.64% 88.63%
CMYK 0.00% 6.64% 3.10%
11.37%

Color #E2D3DB in popluar number systems.

HEX E2 D3 DB
Decimal 226 211 219
Binary 11100010 11010011 11011011
Octal 342 323 333

Shades and tints

Shades of #E2D3DB

#E2D3DB
(226,211,219)
#CEC0C8
(206,192,200)
#BAADB5
(186,173,181)
#A69AA2
(166,154,162)
#92878F
(146,135,143)
#7E747C
(126,116,124)
#6A6169
(106,97,105)
#564E56
(86,78,86)
#423B43
(66,59,67)
#2E2830
(46,40,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #E2D3DB

#E2D3DB
(226,211,219)
#E4D7DE
(228,215,222)
#E6DBE1
(230,219,225)
#E8DFE4
(232,223,228)
#EAE3E7
(234,227,231)
#ECE7EA
(236,231,234)
#EEEBED
(238,235,237)
#F0EFF0
(240,239,240)
#F2F3F3
(242,243,243)
#F4F7F6
(244,247,246)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D3DB; }

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

This text font color is #E2D3DB.

Background Color

.myBgColor { background-color: #E2D3DB; }

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

This div background color is #E2D3DB.

Border color

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

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

This div border color is #E2D3DB.

Opacity

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

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

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

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

This text has shadow with #E2D3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D3DB.

Preview

Color preview on black background

This text has color #E2D3DB on black background.


Color preview on white background

This text has color #E2D3DB on white background.


Black color preview on #E2D3DB background

This text has black color on #E2D3DB background.


White color preview on #E2D3DB background

This text has white color on #E2D3DB background.


Related colors

Complementary color

Complementary color for #hex is #1D2C24.


I love getcolorcode.com

Triadic colors

1 #DBE2D3 and #D3DBE2 with #E2D3DB are triadic colors.

2 #DBD3E2 and #D3E2DB with #E2D3DB are triadic colors.