COLOR #E2D6DB

HEX: #E2D6DB RGB: (226,214,219)

Color info

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

RGB color model

#E2D6DB color RGB value is (226,214,219).

RGB: (226,214,219) (89%, 84%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 219 of 255 = 86%

226
214
219

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

Portions of RGB colors in percentages

R + G + B = 226 + 214 + 219 = 659 (100%)
R 226 of 659 ~ 34.29%
G 214 of 659 ~ 32.47%
B 219 of 659 ~ 33.23'%

%34.29
%32.47
%33.23

CMYK color model

#E2D6DB color CMYK value is (0,5,3,11).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 3.10%
  • key color value is 11.37%

CMYK: (0,5,3,11)
C0M5Y3K11 (0%, 5%, 3%, 11%)
(0.00 / 0.05 / 0.03 / 0.11)

CMYK percentages

%0
%5.31
%3.1
%11.37

Codes

Color #E2D6DB in popluar color models

E2 D6 DB
RGB 226 214 219
HSL 335° 17.14% 86.27%
HSB/HSV 335° 5.31% 88.63%
CMYK 0.00% 5.31% 3.10%
11.37%

Color #E2D6DB in popluar number systems.

HEX E2 D6 DB
Decimal 226 214 219
Binary 11100010 11010110 11011011
Octal 342 326 333

Shades and tints

Shades of #E2D6DB

#E2D6DB
(226,214,219)
#CEC3C8
(206,195,200)
#BAB0B5
(186,176,181)
#A69DA2
(166,157,162)
#928A8F
(146,138,143)
#7E777C
(126,119,124)
#6A6469
(106,100,105)
#565156
(86,81,86)
#423E43
(66,62,67)
#2E2B30
(46,43,48)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #E2D6DB

#E2D6DB
(226,214,219)
#E4D9DE
(228,217,222)
#E6DCE1
(230,220,225)
#E8DFE4
(232,223,228)
#EAE2E7
(234,226,231)
#ECE5EA
(236,229,234)
#EEE8ED
(238,232,237)
#F0EBF0
(240,235,240)
#F2EEF3
(242,238,243)
#F4F1F6
(244,241,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D6DB; }

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

This text font color is #E2D6DB.

Background Color

.myBgColor { background-color: #E2D6DB; }

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

This div background color is #E2D6DB.

Border color

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

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

This div border color is #E2D6DB.

Opacity

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

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

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

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

This text has shadow with #E2D6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D6DB.

Preview

Color preview on black background

This text has color #E2D6DB on black background.


Color preview on white background

This text has color #E2D6DB on white background.


Black color preview on #E2D6DB background

This text has black color on #E2D6DB background.


White color preview on #E2D6DB background

This text has white color on #E2D6DB background.


Related colors

Complementary color

Complementary color for #hex is #1D2924.


I love getcolorcode.com

Triadic colors

1 #DBE2D6 and #D6DBE2 with #E2D6DB are triadic colors.

2 #DBD6E2 and #D6E2DB with #E2D6DB are triadic colors.