COLOR #E6DDDB

HEX: #E6DDDB RGB: (230,221,219)

Color info

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

RGB color model

#E6DDDB color RGB value is (230,221,219).

RGB: (230,221,219) (90%, 87%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 219 of 255 = 86%

230
221
219

R + G + B ~ 88%. #E6DDDB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 219 = 670 (100%)
R 230 of 670 ~ 34.33%
G 221 of 670 ~ 32.99%
B 219 of 670 ~ 32.69'%

%34.33
%32.99
%32.69

CMYK color model

#E6DDDB color CMYK value is (0,4,5,10).

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

CMYK: (0,4,5,10)
C0M4Y5K10 (0%, 4%, 5%, 10%)
(0.00 / 0.04 / 0.05 / 0.10)

CMYK percentages

%0
%3.91
%4.78
%9.8

Codes

Color #E6DDDB in popluar color models

E6 DD DB
RGB 230 221 219
HSL 11° 18.03% 88.04%
HSB/HSV 11° 4.78% 90.20%
CMYK 0.00% 3.91% 4.78%
9.80%

Color #E6DDDB in popluar number systems.

HEX E6 DD DB
Decimal 230 221 219
Binary 11100110 11011101 11011011
Octal 346 335 333

Shades and tints

Shades of #E6DDDB

#E6DDDB
(230,221,219)
#D2C9C8
(210,201,200)
#BEB5B5
(190,181,181)
#AAA1A2
(170,161,162)
#968D8F
(150,141,143)
#82797C
(130,121,124)
#6E6569
(110,101,105)
#5A5156
(90,81,86)
#463D43
(70,61,67)
#322930
(50,41,48)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #E6DDDB

#E6DDDB
(230,221,219)
#E8E0DE
(232,224,222)
#EAE3E1
(234,227,225)
#ECE6E4
(236,230,228)
#EEE9E7
(238,233,231)
#F0ECEA
(240,236,234)
#F2EFED
(242,239,237)
#F4F2F0
(244,242,240)
#F6F5F3
(246,245,243)
#F8F8F6
(248,248,246)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDDB; }

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

This text font color is #E6DDDB.

Background Color

.myBgColor { background-color: #E6DDDB; }

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

This div background color is #E6DDDB.

Border color

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

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

This div border color is #E6DDDB.

Opacity

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

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

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

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

This text has shadow with #E6DDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDDB.

Preview

Color preview on black background

This text has color #E6DDDB on black background.


Color preview on white background

This text has color #E6DDDB on white background.


Black color preview on #E6DDDB background

This text has black color on #E6DDDB background.


White color preview on #E6DDDB background

This text has white color on #E6DDDB background.


Related colors

Complementary color

Complementary color for #hex is #192224.


I love getcolorcode.com

Triadic colors

1 #DBE6DD and #DDDBE6 with #E6DDDB are triadic colors.

2 #DBDDE6 and #DDE6DB with #E6DDDB are triadic colors.