COLOR #E6DFDD

HEX: #E6DFDD RGB: (230,223,221)

Color info

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

RGB color model

#E6DFDD color RGB value is (230,223,221).

RGB: (230,223,221) (90%, 87%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 221 of 255 = 87%

230
223
221

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 221 = 674 (100%)
R 230 of 674 ~ 34.12%
G 223 of 674 ~ 33.09%
B 221 of 674 ~ 32.79'%

%34.12
%33.09
%32.79

CMYK color model

#E6DFDD color CMYK value is (0,3,4,10).

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

CMYK: (0,3,4,10)
C0M3Y4K10 (0%, 3%, 4%, 10%)
(0.00 / 0.03 / 0.04 / 0.10)

CMYK percentages

%0
%3.04
%3.91
%9.8

Codes

Color #E6DFDD in popluar color models

E6 DF DD
RGB 230 223 221
HSL 13° 15.25% 88.43%
HSB/HSV 13° 3.91% 90.20%
CMYK 0.00% 3.04% 3.91%
9.80%

Color #E6DFDD in popluar number systems.

HEX E6 DF DD
Decimal 230 223 221
Binary 11100110 11011111 11011101
Octal 346 337 335

Shades and tints

Shades of #E6DFDD

#E6DFDD
(230,223,221)
#D2CBC9
(210,203,201)
#BEB7B5
(190,183,181)
#AAA3A1
(170,163,161)
#968F8D
(150,143,141)
#827B79
(130,123,121)
#6E6765
(110,103,101)
#5A5351
(90,83,81)
#463F3D
(70,63,61)
#322B29
(50,43,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6DFDD

#E6DFDD
(230,223,221)
#E8E1E0
(232,225,224)
#EAE3E3
(234,227,227)
#ECE5E6
(236,229,230)
#EEE7E9
(238,231,233)
#F0E9EC
(240,233,236)
#F2EBEF
(242,235,239)
#F4EDF2
(244,237,242)
#F6EFF5
(246,239,245)
#F8F1F8
(248,241,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFDD; }

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

This text font color is #E6DFDD.

Background Color

.myBgColor { background-color: #E6DFDD; }

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

This div background color is #E6DFDD.

Border color

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

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

This div border color is #E6DFDD.

Opacity

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

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

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

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

This text has shadow with #E6DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFDD.

Preview

Color preview on black background

This text has color #E6DFDD on black background.


Color preview on white background

This text has color #E6DFDD on white background.


Black color preview on #E6DFDD background

This text has black color on #E6DFDD background.


White color preview on #E6DFDD background

This text has white color on #E6DFDD background.


Related colors

Complementary color

Complementary color for #hex is #192022.


I love getcolorcode.com

Triadic colors

1 #DDE6DF and #DFDDE6 with #E6DFDD are triadic colors.

2 #DDDFE6 and #DFE6DD with #E6DFDD are triadic colors.