COLOR #E6D8DB

HEX: #E6D8DB RGB: (230,216,219)

Color info

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

RGB color model

#E6D8DB color RGB value is (230,216,219).

RGB: (230,216,219) (90%, 85%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 219 of 255 = 86%

230
216
219

R + G + B ~ 87%. #E6D8DB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 216 + 219 = 665 (100%)
R 230 of 665 ~ 34.59%
G 216 of 665 ~ 32.48%
B 219 of 665 ~ 32.93'%

%34.59
%32.48
%32.93

CMYK color model

#E6D8DB color CMYK value is (0,6,5,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 4.78%
  • key color value is 9.80%

CMYK: (0,6,5,10)
C0M6Y5K10 (0%, 6%, 5%, 10%)
(0.00 / 0.06 / 0.05 / 0.10)

CMYK percentages

%0
%6.09
%4.78
%9.8

Codes

Color #E6D8DB in popluar color models

E6 D8 DB
RGB 230 216 219
HSL 347° 21.88% 87.45%
HSB/HSV 347° 6.09% 90.20%
CMYK 0.00% 6.09% 4.78%
9.80%

Color #E6D8DB in popluar number systems.

HEX E6 D8 DB
Decimal 230 216 219
Binary 11100110 11011000 11011011
Octal 346 330 333

Shades and tints

Shades of #E6D8DB

#E6D8DB
(230,216,219)
#D2C5C8
(210,197,200)
#BEB2B5
(190,178,181)
#AA9FA2
(170,159,162)
#968C8F
(150,140,143)
#82797C
(130,121,124)
#6E6669
(110,102,105)
#5A5356
(90,83,86)
#464043
(70,64,67)
#322D30
(50,45,48)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6D8DB

#E6D8DB
(230,216,219)
#E8DBDE
(232,219,222)
#EADEE1
(234,222,225)
#ECE1E4
(236,225,228)
#EEE4E7
(238,228,231)
#F0E7EA
(240,231,234)
#F2EAED
(242,234,237)
#F4EDF0
(244,237,240)
#F6F0F3
(246,240,243)
#F8F3F6
(248,243,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8DB color. Also use rgb(230,216,219) instead hex code.

Text Font Color

.myTextColor { color: #E6D8DB; }

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

This text font color is #E6D8DB.

Background Color

.myBgColor { background-color: #E6D8DB; }

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

This div background color is #E6D8DB.

Border color

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

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

This div border color is #E6D8DB.

Opacity

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

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

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

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

This text has shadow with #E6D8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D8DB.

Preview

Color preview on black background

This text has color #E6D8DB on black background.


Color preview on white background

This text has color #E6D8DB on white background.


Black color preview on #E6D8DB background

This text has black color on #E6D8DB background.


White color preview on #E6D8DB background

This text has white color on #E6D8DB background.


Related colors

Complementary color

Complementary color for #hex is #192724.


I love getcolorcode.com

Triadic colors

1 #DBE6D8 and #D8DBE6 with #E6D8DB are triadic colors.

2 #DBD8E6 and #D8E6DB with #E6D8DB are triadic colors.