COLOR #DDD2D1

HEX: #DDD2D1 RGB: (221,210,209)

Color info

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

RGB color model

#DDD2D1 color RGB value is (221,210,209).

RGB: (221,210,209) (87%, 82%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 209 of 255 = 82%

221
210
209

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

Portions of RGB colors in percentages

R + G + B = 221 + 210 + 209 = 640 (100%)
R 221 of 640 ~ 34.53%
G 210 of 640 ~ 32.81%
B 209 of 640 ~ 32.66'%

%34.53
%32.81
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK: (0,5,5,13) C0M5Y5K13 (0%,5%,5%,13%) (0.00/0.05/0.05/0.13) 

CMYK percentages

%0
%4.98
%5.43
%13.33

Codes

Color #DDD2D1 in popluar color models

DD D2 D1
RGB 221 210 209
HSL 15.00% 84.31%
HSB/HSV 5.43% 86.67%
CMYK 0.00% 4.98% 5.43%
13.33%

Color #DDD2D1 in popluar number systems.

HEX DD D2 D1
Decimal 221 210 209
Binary 11011101 11010010 11010001
Octal 335 322 321

Shades and tints

Shades of #DDD2D1

#DDD2D1
(221,210,209)
#C9BFBE
(201,191,190)
#B5ACAB
(181,172,171)
#A19998
(161,153,152)
#8D8685
(141,134,133)
#797372
(121,115,114)
#65605F
(101,96,95)
#514D4C
(81,77,76)
#3D3A39
(61,58,57)
#292726
(41,39,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDD2D1

#DDD2D1
(221,210,209)
#E0D6D5
(224,214,213)
#E3DAD9
(227,218,217)
#E6DEDD
(230,222,221)
#E9E2E1
(233,226,225)
#ECE6E5
(236,230,229)
#EFEAE9
(239,234,233)
#F2EEED
(242,238,237)
#F5F2F1
(245,242,241)
#F8F6F5
(248,246,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2D1; }

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

This text font color is #DDD2D1.

Background Color

.myBgColor { background-color: #DDD2D1; }

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

This div background color is #DDD2D1.

Border color

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

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

This div border color is #DDD2D1.

Opacity

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

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

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

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

This text has shadow with #DDD2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD2D1.

Preview

Color preview on black background

This text has color #DDD2D1 on black background.


Color preview on white background

This text has color #DDD2D1 on white background.


Black color preview on #DDD2D1 background

This text has black color on #DDD2D1 background.


White color preview on #DDD2D1 background

This text has white color on #DDD2D1 background.


Related colors

Complementary color

Complementary color for #hex is #222D2E.


I love getcolorcode.com

Triadic colors

1 #D1DDD2 and #D2D1DD with #DDD2D1 are triadic colors.

2 #D1D2DD and #D2DDD1 with #DDD2D1 are triadic colors.