COLOR #DDD9DD

HEX: #DDD9DD RGB: (221,217,221)

Color info

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

RGB color model

#DDD9DD color RGB value is (221,217,221).

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

RGB channels and saturation

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

221
217
221

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 221 = 659 (100%)
R 221 of 659 ~ 33.54%
G 217 of 659 ~ 32.93%
B 221 of 659 ~ 33.54'%

%33.54
%32.93
%33.54

CMYK color model

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

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

Codes

Color #DDD9DD in popluar color models

DD D9 DD
RGB 221 217 221
HSL 300° 5.56% 85.88%
HSB/HSV 300° 1.81% 86.67%
CMYK 0.00% 1.81% 0.00%
13.33%

Color #DDD9DD in popluar number systems.

HEX DD D9 DD
Decimal 221 217 221
Binary 11011101 11011001 11011101
Octal 335 331 335

Shades and tints

Shades of #DDD9DD

#DDD9DD
(221,217,221)
#C9C6C9
(201,198,201)
#B5B3B5
(181,179,181)
#A1A0A1
(161,160,161)
#8D8D8D
(141,141,141)
#797A79
(121,122,121)
#656765
(101,103,101)
#515451
(81,84,81)
#3D413D
(61,65,61)
#292E29
(41,46,41)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #DDD9DD

#DDD9DD
(221,217,221)
#E0DCE0
(224,220,224)
#E3DFE3
(227,223,227)
#E6E2E6
(230,226,230)
#E9E5E9
(233,229,233)
#ECE8EC
(236,232,236)
#EFEBEF
(239,235,239)
#F2EEF2
(242,238,242)
#F5F1F5
(245,241,245)
#F8F4F8
(248,244,248)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9DD; }

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

This text font color is #DDD9DD.

Background Color

.myBgColor { background-color: #DDD9DD; }

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

This div background color is #DDD9DD.

Border color

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

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

This div border color is #DDD9DD.

Opacity

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

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

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

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

This text has shadow with #DDD9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9DD.

Preview

Color preview on black background

This text has color #DDD9DD on black background.


Color preview on white background

This text has color #DDD9DD on white background.


Black color preview on #DDD9DD background

This text has black color on #DDD9DD background.


White color preview on #DDD9DD background

This text has white color on #DDD9DD background.


Related colors

Complementary color

Complementary color for #hex is #222622.


I love getcolorcode.com

Triadic colors

1 #DDDDD9 and #D9DDDD with #DDD9DD are triadic colors.

2 #DDD9DD and #D9DDDD with #DDD9DD are triadic colors.