COLOR #DDD9DB

HEX: #DDD9DB RGB: (221,217,219)

Color info

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

RGB color model

#DDD9DB color RGB value is (221,217,219).

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

RGB channels and saturation

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

221
217
219

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

Portions of RGB colors in percentages

R + G + B = 221 + 217 + 219 = 657 (100%)
R 221 of 657 ~ 33.64%
G 217 of 657 ~ 33.03%
B 219 of 657 ~ 33.33'%

%33.64
%33.03
%33.33

CMYK color model

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

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

Codes

Color #DDD9DB in popluar color models

DD D9 DB
RGB 221 217 219
HSL 330° 5.56% 85.88%
HSB/HSV 330° 1.81% 86.67%
CMYK 0.00% 1.81% 0.90%
13.33%

Color #DDD9DB in popluar number systems.

HEX DD D9 DB
Decimal 221 217 219
Binary 11011101 11011001 11011011
Octal 335 331 333

Shades and tints

Shades of #DDD9DB

#DDD9DB
(221,217,219)
#C9C6C8
(201,198,200)
#B5B3B5
(181,179,181)
#A1A0A2
(161,160,162)
#8D8D8F
(141,141,143)
#797A7C
(121,122,124)
#656769
(101,103,105)
#515456
(81,84,86)
#3D4143
(61,65,67)
#292E30
(41,46,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #DDD9DB

#DDD9DB
(221,217,219)
#E0DCDE
(224,220,222)
#E3DFE1
(227,223,225)
#E6E2E4
(230,226,228)
#E9E5E7
(233,229,231)
#ECE8EA
(236,232,234)
#EFEBED
(239,235,237)
#F2EEF0
(242,238,240)
#F5F1F3
(245,241,243)
#F8F4F6
(248,244,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9DB; }

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

This text font color is #DDD9DB.

Background Color

.myBgColor { background-color: #DDD9DB; }

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

This div background color is #DDD9DB.

Border color

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

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

This div border color is #DDD9DB.

Opacity

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

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

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

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

This text has shadow with #DDD9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD9DB.

Preview

Color preview on black background

This text has color #DDD9DB on black background.


Color preview on white background

This text has color #DDD9DB on white background.


Black color preview on #DDD9DB background

This text has black color on #DDD9DB background.


White color preview on #DDD9DB background

This text has white color on #DDD9DB background.


Related colors

Complementary color

Complementary color for #hex is #222624.


I love getcolorcode.com

Triadic colors

1 #DBDDD9 and #D9DBDD with #DDD9DB are triadic colors.

2 #DBD9DD and #D9DDDB with #DDD9DB are triadic colors.