COLOR #DDD9DC

HEX: #DDD9DC RGB: (221,217,220)

Color info

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

RGB color model

#DDD9DC color RGB value is (221,217,220).

RGB: (221,217,220) (87%, 85%, 86%)

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 220 of 255 = 86%

221
217
220

R + G + B ~ 86%. #DDD9DC is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 220 = 658 (100%)
R 221 of 658 ~ 33.59%
G 217 of 658 ~ 32.98%
B 220 of 658 ~ 33.43'%

%33.59
%32.98
%33.43

CMYK color model

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

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

CMYK: (0,2,0,13)
C0M2Y0K13 (0%, 2%, 0%, 13%)
(0.00 / 0.02 / 0.00 / 0.13)

CMYK percentages

%0
%1.81
%0.45
%13.33

Codes

Color #DDD9DC in popluar color models

DD D9 DC
RGB 221 217 220
HSL 315° 5.56% 85.88%
HSB/HSV 315° 1.81% 86.67%
CMYK 0.00% 1.81% 0.45%
13.33%

Color #DDD9DC in popluar number systems.

HEX DD D9 DC
Decimal 221 217 220
Binary 11011101 11011001 11011100
Octal 335 331 334

Shades and tints

Shades of #DDD9DC

#DDD9DC
(221,217,220)
#C9C6C8
(201,198,200)
#B5B3B4
(181,179,180)
#A1A0A0
(161,160,160)
#8D8D8C
(141,141,140)
#797A78
(121,122,120)
#656764
(101,103,100)
#515450
(81,84,80)
#3D413C
(61,65,60)
#292E28
(41,46,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #DDD9DC

#DDD9DC
(221,217,220)
#E0DCDF
(224,220,223)
#E3DFE2
(227,223,226)
#E6E2E5
(230,226,229)
#E9E5E8
(233,229,232)
#ECE8EB
(236,232,235)
#EFEBEE
(239,235,238)
#F2EEF1
(242,238,241)
#F5F1F4
(245,241,244)
#F8F4F7
(248,244,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9DC; }

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

This text font color is #DDD9DC.

Background Color

.myBgColor { background-color: #DDD9DC; }

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

This div background color is #DDD9DC.

Border color

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

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

This div border color is #DDD9DC.

Opacity

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

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

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

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

This text has shadow with #DDD9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9DC.

Preview

Color preview on black background

This text has color #DDD9DC on black background.


Color preview on white background

This text has color #DDD9DC on white background.


Black color preview on #DDD9DC background

This text has black color on #DDD9DC background.


White color preview on #DDD9DC background

This text has white color on #DDD9DC background.


Related colors

Complementary color

Complementary color for #hex is #222623.


I love getcolorcode.com

Triadic colors

1 #DCDDD9 and #D9DCDD with #DDD9DC are triadic colors.

2 #DCD9DD and #D9DDDC with #DDD9DC are triadic colors.