COLOR #DDD9DA

HEX: #DDD9DA RGB: (221,217,218)

Color info

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

RGB color model

#DDD9DA color RGB value is (221,217,218).

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

RGB channels and saturation

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

221
217
218

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 218 = 656 (100%)
R 221 of 656 ~ 33.69%
G 217 of 656 ~ 33.08%
B 218 of 656 ~ 33.23'%

%33.69
%33.08
%33.23

CMYK color model

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

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

CMYK: (0,2,1,13)
C0M2Y1K13 (0%, 2%, 1%, 13%)
(0.00 / 0.02 / 0.01 / 0.13)

CMYK percentages

%0
%1.81
%1.36
%13.33

Codes

Color #DDD9DA in popluar color models

DD D9 DA
RGB 221 217 218
HSL 345° 5.56% 85.88%
HSB/HSV 345° 1.81% 86.67%
CMYK 0.00% 1.81% 1.36%
13.33%

Color #DDD9DA in popluar number systems.

HEX DD D9 DA
Decimal 221 217 218
Binary 11011101 11011001 11011010
Octal 335 331 332

Shades and tints

Shades of #DDD9DA

#DDD9DA
(221,217,218)
#C9C6C7
(201,198,199)
#B5B3B4
(181,179,180)
#A1A0A1
(161,160,161)
#8D8D8E
(141,141,142)
#797A7B
(121,122,123)
#656768
(101,103,104)
#515455
(81,84,85)
#3D4142
(61,65,66)
#292E2F
(41,46,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #DDD9DA

#DDD9DA
(221,217,218)
#E0DCDD
(224,220,221)
#E3DFE0
(227,223,224)
#E6E2E3
(230,226,227)
#E9E5E6
(233,229,230)
#ECE8E9
(236,232,233)
#EFEBEC
(239,235,236)
#F2EEEF
(242,238,239)
#F5F1F2
(245,241,242)
#F8F4F5
(248,244,245)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9DA; }

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

This text font color is #DDD9DA.

Background Color

.myBgColor { background-color: #DDD9DA; }

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

This div background color is #DDD9DA.

Border color

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

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

This div border color is #DDD9DA.

Opacity

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

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

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

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

This text has shadow with #DDD9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9DA.

Preview

Color preview on black background

This text has color #DDD9DA on black background.


Color preview on white background

This text has color #DDD9DA on white background.


Black color preview on #DDD9DA background

This text has black color on #DDD9DA background.


White color preview on #DDD9DA background

This text has white color on #DDD9DA background.


Related colors

Complementary color

Complementary color for #hex is #222625.


I love getcolorcode.com

Triadic colors

1 #DADDD9 and #D9DADD with #DDD9DA are triadic colors.

2 #DAD9DD and #D9DDDA with #DDD9DA are triadic colors.