COLOR #DDD9D2

HEX: #DDD9D2 RGB: (221,217,210)

Color info

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

RGB color model

#DDD9D2 color RGB value is (221,217,210).

RGB: (221,217,210) (87%, 85%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 210 of 255 = 82%

221
217
210

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 210 = 648 (100%)
R 221 of 648 ~ 34.1%
G 217 of 648 ~ 33.49%
B 210 of 648 ~ 32.41'%

%34.1
%33.49
%32.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK: (0,2,5,13) C0M2Y5K13 (0%,2%,5%,13%) (0.00/0.02/0.05/0.13) 

CMYK percentages

%0
%1.81
%4.98
%13.33

Codes

Color #DDD9D2 in popluar color models

DD D9 D2
RGB 221 217 210
HSL 38° 13.92% 84.51%
HSB/HSV 38° 4.98% 86.67%
CMYK 0.00% 1.81% 4.98%
13.33%

Color #DDD9D2 in popluar number systems.

HEX DD D9 D2
Decimal 221 217 210
Binary 11011101 11011001 11010010
Octal 335 331 322

Shades and tints

Shades of #DDD9D2

#DDD9D2
(221,217,210)
#C9C6BF
(201,198,191)
#B5B3AC
(181,179,172)
#A1A099
(161,160,153)
#8D8D86
(141,141,134)
#797A73
(121,122,115)
#656760
(101,103,96)
#51544D
(81,84,77)
#3D413A
(61,65,58)
#292E27
(41,46,39)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDD9D2

#DDD9D2
(221,217,210)
#E0DCD6
(224,220,214)
#E3DFDA
(227,223,218)
#E6E2DE
(230,226,222)
#E9E5E2
(233,229,226)
#ECE8E6
(236,232,230)
#EFEBEA
(239,235,234)
#F2EEEE
(242,238,238)
#F5F1F2
(245,241,242)
#F8F4F6
(248,244,246)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9D2; }

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

This text font color is #DDD9D2.

Background Color

.myBgColor { background-color: #DDD9D2; }

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

This div background color is #DDD9D2.

Border color

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

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

This div border color is #DDD9D2.

Opacity

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

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

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

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

This text has shadow with #DDD9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9D2.

Preview

Color preview on black background

This text has color #DDD9D2 on black background.


Color preview on white background

This text has color #DDD9D2 on white background.


Black color preview on #DDD9D2 background

This text has black color on #DDD9D2 background.


White color preview on #DDD9D2 background

This text has white color on #DDD9D2 background.


Related colors

Complementary color

Complementary color for #hex is #22262D.


I love getcolorcode.com

Triadic colors

1 #D2DDD9 and #D9D2DD with #DDD9D2 are triadic colors.

2 #D2D9DD and #D9DDD2 with #DDD9D2 are triadic colors.