COLOR #DDD7D1

HEX: #DDD7D1 RGB: (221,215,209)

Color info

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

RGB color model

#DDD7D1 color RGB value is (221,215,209).

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

RGB channels and saturation

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

221
215
209

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

Portions of RGB colors in percentages

R + G + B = 221 + 215 + 209 = 645 (100%)
R 221 of 645 ~ 34.26%
G 215 of 645 ~ 33.33%
B 209 of 645 ~ 32.4'%

%34.26
%33.33
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.71%
  • 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
%2.71
%5.43
%13.33

Codes

Color #DDD7D1 in popluar color models

DD D7 D1
RGB 221 215 209
HSL 30° 15.00% 84.31%
HSB/HSV 30° 5.43% 86.67%
CMYK 0.00% 2.71% 5.43%
13.33%

Color #DDD7D1 in popluar number systems.

HEX DD D7 D1
Decimal 221 215 209
Binary 11011101 11010111 11010001
Octal 335 327 321

Shades and tints

Shades of #DDD7D1

#DDD7D1
(221,215,209)
#C9C4BE
(201,196,190)
#B5B1AB
(181,177,171)
#A19E98
(161,158,152)
#8D8B85
(141,139,133)
#797872
(121,120,114)
#65655F
(101,101,95)
#51524C
(81,82,76)
#3D3F39
(61,63,57)
#292C26
(41,44,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDD7D1

#DDD7D1
(221,215,209)
#E0DAD5
(224,218,213)
#E3DDD9
(227,221,217)
#E6E0DD
(230,224,221)
#E9E3E1
(233,227,225)
#ECE6E5
(236,230,229)
#EFE9E9
(239,233,233)
#F2ECED
(242,236,237)
#F5EFF1
(245,239,241)
#F8F2F5
(248,242,245)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7D1; }

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

This text font color is #DDD7D1.

Background Color

.myBgColor { background-color: #DDD7D1; }

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

This div background color is #DDD7D1.

Border color

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

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

This div border color is #DDD7D1.

Opacity

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

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

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

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

This text has shadow with #DDD7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD7D1.

Preview

Color preview on black background

This text has color #DDD7D1 on black background.


Color preview on white background

This text has color #DDD7D1 on white background.


Black color preview on #DDD7D1 background

This text has black color on #DDD7D1 background.


White color preview on #DDD7D1 background

This text has white color on #DDD7D1 background.


Related colors

Complementary color

Complementary color for #hex is #22282E.


I love getcolorcode.com

Triadic colors

1 #D1DDD7 and #D7D1DD with #DDD7D1 are triadic colors.

2 #D1D7DD and #D7DDD1 with #DDD7D1 are triadic colors.