COLOR #DDD9DF

HEX: #DDD9DF RGB: (221,217,223)

Color info

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

RGB color model

#DDD9DF color RGB value is (221,217,223).

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

RGB channels and saturation

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

221
217
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 223 = 661 (100%)
R 221 of 661 ~ 33.43%
G 217 of 661 ~ 32.83%
B 223 of 661 ~ 33.74'%

%33.43
%32.83
%33.74

CMYK color model

#DDD9DF color CMYK value is (1,3,0,13).

  • cyan value is 0.90%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,3,0,13)
C1M3Y0K13 (1%, 3%, 0%, 13%)
(0.01 / 0.03 / 0.00 / 0.13)

CMYK percentages

%0.9
%2.69
%0
%12.55

Codes

Color #DDD9DF in popluar color models

DD D9 DF
RGB 221 217 223
HSL 280° 8.57% 86.27%
HSB/HSV 280° 2.69% 87.45%
CMYK 0.90% 2.69% 0.00%
12.55%

Color #DDD9DF in popluar number systems.

HEX DD D9 DF
Decimal 221 217 223
Binary 11011101 11011001 11011111
Octal 335 331 337

Shades and tints

Shades of #DDD9DF

#DDD9DF
(221,217,223)
#C9C6CB
(201,198,203)
#B5B3B7
(181,179,183)
#A1A0A3
(161,160,163)
#8D8D8F
(141,141,143)
#797A7B
(121,122,123)
#656767
(101,103,103)
#515453
(81,84,83)
#3D413F
(61,65,63)
#292E2B
(41,46,43)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #DDD9DF

#DDD9DF
(221,217,223)
#E0DCE1
(224,220,225)
#E3DFE3
(227,223,227)
#E6E2E5
(230,226,229)
#E9E5E7
(233,229,231)
#ECE8E9
(236,232,233)
#EFEBEB
(239,235,235)
#F2EEED
(242,238,237)
#F5F1EF
(245,241,239)
#F8F4F1
(248,244,241)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9DF; }

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

This text font color is #DDD9DF.

Background Color

.myBgColor { background-color: #DDD9DF; }

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

This div background color is #DDD9DF.

Border color

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

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

This div border color is #DDD9DF.

Opacity

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

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

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

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

This text has shadow with #DDD9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9DF.

Preview

Color preview on black background

This text has color #DDD9DF on black background.


Color preview on white background

This text has color #DDD9DF on white background.


Black color preview on #DDD9DF background

This text has black color on #DDD9DF background.


White color preview on #DDD9DF background

This text has white color on #DDD9DF background.


Related colors

Complementary color

Complementary color for #hex is #222620.


I love getcolorcode.com

Triadic colors

1 #DFDDD9 and #D9DFDD with #DDD9DF are triadic colors.

2 #DFD9DD and #D9DDDF with #DDD9DF are triadic colors.