COLOR #E6DDDC

HEX: #E6DDDC RGB: (230,221,220)

Color info

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

RGB color model

#E6DDDC color RGB value is (230,221,220).

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

RGB channels and saturation

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

230
221
220

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

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 220 = 671 (100%)
R 230 of 671 ~ 34.28%
G 221 of 671 ~ 32.94%
B 220 of 671 ~ 32.79'%

%34.28
%32.94
%32.79

CMYK color model

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

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

CMYK: (0,4,4,10)
C0M4Y4K10 (0%, 4%, 4%, 10%)
(0.00 / 0.04 / 0.04 / 0.10)

CMYK percentages

%0
%3.91
%4.35
%9.8

Codes

Color #E6DDDC in popluar color models

E6 DD DC
RGB 230 221 220
HSL 16.67% 88.24%
HSB/HSV 4.35% 90.20%
CMYK 0.00% 3.91% 4.35%
9.80%

Color #E6DDDC in popluar number systems.

HEX E6 DD DC
Decimal 230 221 220
Binary 11100110 11011101 11011100
Octal 346 335 334

Shades and tints

Shades of #E6DDDC

#E6DDDC
(230,221,220)
#D2C9C8
(210,201,200)
#BEB5B4
(190,181,180)
#AAA1A0
(170,161,160)
#968D8C
(150,141,140)
#827978
(130,121,120)
#6E6564
(110,101,100)
#5A5150
(90,81,80)
#463D3C
(70,61,60)
#322928
(50,41,40)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6DDDC

#E6DDDC
(230,221,220)
#E8E0DF
(232,224,223)
#EAE3E2
(234,227,226)
#ECE6E5
(236,230,229)
#EEE9E8
(238,233,232)
#F0ECEB
(240,236,235)
#F2EFEE
(242,239,238)
#F4F2F1
(244,242,241)
#F6F5F4
(246,245,244)
#F8F8F7
(248,248,247)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDDC; }

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

This text font color is #E6DDDC.

Background Color

.myBgColor { background-color: #E6DDDC; }

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

This div background color is #E6DDDC.

Border color

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

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

This div border color is #E6DDDC.

Opacity

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

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

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

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

This text has shadow with #E6DDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDDC.

Preview

Color preview on black background

This text has color #E6DDDC on black background.


Color preview on white background

This text has color #E6DDDC on white background.


Black color preview on #E6DDDC background

This text has black color on #E6DDDC background.


White color preview on #E6DDDC background

This text has white color on #E6DDDC background.


Related colors

Complementary color

Complementary color for #hex is #192223.


I love getcolorcode.com

Triadic colors

1 #DCE6DD and #DDDCE6 with #E6DDDC are triadic colors.

2 #DCDDE6 and #DDE6DC with #E6DDDC are triadic colors.