COLOR #E6DDDF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
221
223

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

Portions of RGB colors in percentages

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

%34.12
%32.79
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK: (0,4,3,10) C0M4Y3K10 (0%,4%,3%,10%) (0.00/0.04/0.03/0.10) 

CMYK percentages

%0
%3.91
%3.04
%9.8

Codes

Color #E6DDDF in popluar color models

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

Color #E6DDDF in popluar number systems.

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

Shades and tints

Shades of #E6DDDF

#E6DDDF
(230,221,223)
#D2C9CB
(210,201,203)
#BEB5B7
(190,181,183)
#AAA1A3
(170,161,163)
#968D8F
(150,141,143)
#82797B
(130,121,123)
#6E6567
(110,101,103)
#5A5153
(90,81,83)
#463D3F
(70,61,63)
#32292B
(50,41,43)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6DDDF

#E6DDDF
(230,221,223)
#E8E0E1
(232,224,225)
#EAE3E3
(234,227,227)
#ECE6E5
(236,230,229)
#EEE9E7
(238,233,231)
#F0ECE9
(240,236,233)
#F2EFEB
(242,239,235)
#F4F2ED
(244,242,237)
#F6F5EF
(246,245,239)
#F8F8F1
(248,248,241)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDDF; }

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

This text font color is #E6DDDF.

Background Color

.myBgColor { background-color: #E6DDDF; }

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

This div background color is #E6DDDF.

Border color

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

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

This div border color is #E6DDDF.

Opacity

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

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

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

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

This text has shadow with #E6DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDDF.

Preview

Color preview on black background

This text has color #E6DDDF on black background.


Color preview on white background

This text has color #E6DDDF on white background.


Black color preview on #E6DDDF background

This text has black color on #E6DDDF background.


White color preview on #E6DDDF background

This text has white color on #E6DDDF background.


Related colors

Complementary color

Complementary color for #hex is #192220.


I love getcolorcode.com

Triadic colors

1 #DFE6DD and #DDDFE6 with #E6DDDF are triadic colors.

2 #DFDDE6 and #DDE6DF with #E6DDDF are triadic colors.