COLOR #E6DEDB

HEX: #E6DEDB RGB: (230,222,219)

Color info

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

RGB color model

#E6DEDB color RGB value is (230,222,219).

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

RGB channels and saturation

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

230
222
219

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

Portions of RGB colors in percentages

R + G + B = 230 + 222 + 219 = 671 (100%)
R 230 of 671 ~ 34.28%
G 222 of 671 ~ 33.08%
B 219 of 671 ~ 32.64'%

%34.28
%33.08
%32.64

CMYK color model

#E6DEDB color CMYK value is (0,3,5,10).

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

CMYK: (0,3,5,10)
C0M3Y5K10 (0%, 3%, 5%, 10%)
(0.00 / 0.03 / 0.05 / 0.10)

CMYK percentages

%0
%3.48
%4.78
%9.8

Codes

Color #E6DEDB in popluar color models

E6 DE DB
RGB 230 222 219
HSL 16° 18.03% 88.04%
HSB/HSV 16° 4.78% 90.20%
CMYK 0.00% 3.48% 4.78%
9.80%

Color #E6DEDB in popluar number systems.

HEX E6 DE DB
Decimal 230 222 219
Binary 11100110 11011110 11011011
Octal 346 336 333

Shades and tints

Shades of #E6DEDB

#E6DEDB
(230,222,219)
#D2CAC8
(210,202,200)
#BEB6B5
(190,182,181)
#AAA2A2
(170,162,162)
#968E8F
(150,142,143)
#827A7C
(130,122,124)
#6E6669
(110,102,105)
#5A5256
(90,82,86)
#463E43
(70,62,67)
#322A30
(50,42,48)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #E6DEDB

#E6DEDB
(230,222,219)
#E8E1DE
(232,225,222)
#EAE4E1
(234,228,225)
#ECE7E4
(236,231,228)
#EEEAE7
(238,234,231)
#F0EDEA
(240,237,234)
#F2F0ED
(242,240,237)
#F4F3F0
(244,243,240)
#F6F6F3
(246,246,243)
#F8F9F6
(248,249,246)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEDB; }

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

This text font color is #E6DEDB.

Background Color

.myBgColor { background-color: #E6DEDB; }

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

This div background color is #E6DEDB.

Border color

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

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

This div border color is #E6DEDB.

Opacity

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

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

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

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

This text has shadow with #E6DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DEDB.

Preview

Color preview on black background

This text has color #E6DEDB on black background.


Color preview on white background

This text has color #E6DEDB on white background.


Black color preview on #E6DEDB background

This text has black color on #E6DEDB background.


White color preview on #E6DEDB background

This text has white color on #E6DEDB background.


Related colors

Complementary color

Complementary color for #hex is #192124.


I love getcolorcode.com

Triadic colors

1 #DBE6DE and #DEDBE6 with #E6DEDB are triadic colors.

2 #DBDEE6 and #DEE6DB with #E6DEDB are triadic colors.