COLOR #DDD9D7

HEX: #DDD9D7 RGB: (221,217,215)

Color info

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

RGB color model

#DDD9D7 color RGB value is (221,217,215).

RGB: (221,217,215) (87%, 85%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 215 of 255 = 84%

221
217
215

R + G + B ~ 85%. #DDD9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 215 = 653 (100%)
R 221 of 653 ~ 33.84%
G 217 of 653 ~ 33.23%
B 215 of 653 ~ 32.92'%

%33.84
%33.23
%32.92

CMYK color model

#DDD9D7 color CMYK value is (0,2,3,13).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 2.71%
  • key color value is 13.33%

CMYK: (0,2,3,13)
C0M2Y3K13 (0%, 2%, 3%, 13%)
(0.00 / 0.02 / 0.03 / 0.13)

CMYK percentages

%0
%1.81
%2.71
%13.33

Codes

Color #DDD9D7 in popluar color models

DD D9 D7
RGB 221 217 215
HSL 20° 8.11% 85.49%
HSB/HSV 20° 2.71% 86.67%
CMYK 0.00% 1.81% 2.71%
13.33%

Color #DDD9D7 in popluar number systems.

HEX DD D9 D7
Decimal 221 217 215
Binary 11011101 11011001 11010111
Octal 335 331 327

Shades and tints

Shades of #DDD9D7

#DDD9D7
(221,217,215)
#C9C6C4
(201,198,196)
#B5B3B1
(181,179,177)
#A1A09E
(161,160,158)
#8D8D8B
(141,141,139)
#797A78
(121,122,120)
#656765
(101,103,101)
#515452
(81,84,82)
#3D413F
(61,65,63)
#292E2C
(41,46,44)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #DDD9D7

#DDD9D7
(221,217,215)
#E0DCDA
(224,220,218)
#E3DFDD
(227,223,221)
#E6E2E0
(230,226,224)
#E9E5E3
(233,229,227)
#ECE8E6
(236,232,230)
#EFEBE9
(239,235,233)
#F2EEEC
(242,238,236)
#F5F1EF
(245,241,239)
#F8F4F2
(248,244,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9D7; }

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

This text font color is #DDD9D7.

Background Color

.myBgColor { background-color: #DDD9D7; }

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

This div background color is #DDD9D7.

Border color

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

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

This div border color is #DDD9D7.

Opacity

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

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

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

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

This text has shadow with #DDD9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9D7.

Preview

Color preview on black background

This text has color #DDD9D7 on black background.


Color preview on white background

This text has color #DDD9D7 on white background.


Black color preview on #DDD9D7 background

This text has black color on #DDD9D7 background.


White color preview on #DDD9D7 background

This text has white color on #DDD9D7 background.


Related colors

Complementary color

Complementary color for #hex is #222628.


I love getcolorcode.com

Triadic colors

1 #D7DDD9 and #D9D7DD with #DDD9D7 are triadic colors.

2 #D7D9DD and #D9DDD7 with #DDD9D7 are triadic colors.