COLOR #DDD6D1

HEX: #DDD6D1 RGB: (221,214,209)

Color info

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

RGB color model

#DDD6D1 color RGB value is (221,214,209).

RGB: (221,214,209) (87%, 84%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 209 of 255 = 82%

221
214
209

R + G + B ~ 84%. #DDD6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 214 + 209 = 644 (100%)
R 221 of 644 ~ 34.32%
G 214 of 644 ~ 33.23%
B 209 of 644 ~ 32.45'%

%34.32
%33.23
%32.45

CMYK color model

#DDD6D1 color CMYK value is (0,3,5,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 5.43%
  • key color value is 13.33%

CMYK: (0,3,5,13)
C0M3Y5K13 (0%, 3%, 5%, 13%)
(0.00 / 0.03 / 0.05 / 0.13)

CMYK percentages

%0
%3.17
%5.43
%13.33

Codes

Color #DDD6D1 in popluar color models

DD D6 D1
RGB 221 214 209
HSL 25° 15.00% 84.31%
HSB/HSV 25° 5.43% 86.67%
CMYK 0.00% 3.17% 5.43%
13.33%

Color #DDD6D1 in popluar number systems.

HEX DD D6 D1
Decimal 221 214 209
Binary 11011101 11010110 11010001
Octal 335 326 321

Shades and tints

Shades of #DDD6D1

#DDD6D1
(221,214,209)
#C9C3BE
(201,195,190)
#B5B0AB
(181,176,171)
#A19D98
(161,157,152)
#8D8A85
(141,138,133)
#797772
(121,119,114)
#65645F
(101,100,95)
#51514C
(81,81,76)
#3D3E39
(61,62,57)
#292B26
(41,43,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #DDD6D1

#DDD6D1
(221,214,209)
#E0D9D5
(224,217,213)
#E3DCD9
(227,220,217)
#E6DFDD
(230,223,221)
#E9E2E1
(233,226,225)
#ECE5E5
(236,229,229)
#EFE8E9
(239,232,233)
#F2EBED
(242,235,237)
#F5EEF1
(245,238,241)
#F8F1F5
(248,241,245)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6D1 color. Also use rgb(221,214,209) instead hex code.

Text Font Color

.myTextColor { color: #DDD6D1; }

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

This text font color is #DDD6D1.

Background Color

.myBgColor { background-color: #DDD6D1; }

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

This div background color is #DDD6D1.

Border color

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

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

This div border color is #DDD6D1.

Opacity

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

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

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

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

This text has shadow with #DDD6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD6D1.

Preview

Color preview on black background

This text has color #DDD6D1 on black background.


Color preview on white background

This text has color #DDD6D1 on white background.


Black color preview on #DDD6D1 background

This text has black color on #DDD6D1 background.


White color preview on #DDD6D1 background

This text has white color on #DDD6D1 background.


Related colors

Complementary color

Complementary color for #hex is #22292E.


I love getcolorcode.com

Triadic colors

1 #D1DDD6 and #D6D1DD with #DDD6D1 are triadic colors.

2 #D1D6DD and #D6DDD1 with #DDD6D1 are triadic colors.