COLOR #DDDBDD

HEX: #DDDBDD RGB: (221,219,221)

Color info

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

RGB color model

#DDDBDD color RGB value is (221,219,221).

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

RGB channels and saturation

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

221
219
221

R + G + B ~ 87%. #DDDBDD is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 219 + 221 = 661 (100%)
R 221 of 661 ~ 33.43%
G 219 of 661 ~ 33.13%
B 221 of 661 ~ 33.43'%

%33.43
%33.13
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (0,1,0,13)
C0M1Y0K13 (0%, 1%, 0%, 13%)
(0.00 / 0.01 / 0.00 / 0.13)

CMYK percentages

%0
%0.9
%0
%13.33

Codes

Color #DDDBDD in popluar color models

DD DB DD
RGB 221 219 221
HSL 300° 2.86% 86.27%
HSB/HSV 300° 0.90% 86.67%
CMYK 0.00% 0.90% 0.00%
13.33%

Color #DDDBDD in popluar number systems.

HEX DD DB DD
Decimal 221 219 221
Binary 11011101 11011011 11011101
Octal 335 333 335

Shades and tints

Shades of #DDDBDD

#DDDBDD
(221,219,221)
#C9C8C9
(201,200,201)
#B5B5B5
(181,181,181)
#A1A2A1
(161,162,161)
#8D8F8D
(141,143,141)
#797C79
(121,124,121)
#656965
(101,105,101)
#515651
(81,86,81)
#3D433D
(61,67,61)
#293029
(41,48,41)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #DDDBDD

#DDDBDD
(221,219,221)
#E0DEE0
(224,222,224)
#E3E1E3
(227,225,227)
#E6E4E6
(230,228,230)
#E9E7E9
(233,231,233)
#ECEAEC
(236,234,236)
#EFEDEF
(239,237,239)
#F2F0F2
(242,240,242)
#F5F3F5
(245,243,245)
#F8F6F8
(248,246,248)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBDD; }

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

This text font color is #DDDBDD.

Background Color

.myBgColor { background-color: #DDDBDD; }

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

This div background color is #DDDBDD.

Border color

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

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

This div border color is #DDDBDD.

Opacity

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

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

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

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

This text has shadow with #DDDBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDBDD.

Preview

Color preview on black background

This text has color #DDDBDD on black background.


Color preview on white background

This text has color #DDDBDD on white background.


Black color preview on #DDDBDD background

This text has black color on #DDDBDD background.


White color preview on #DDDBDD background

This text has white color on #DDDBDD background.


Related colors

Complementary color

Complementary color for #hex is #222422.


I love getcolorcode.com

Triadic colors

1 #DDDDDB and #DBDDDD with #DDDBDD are triadic colors.

2 #DDDBDD and #DBDDDD with #DDDBDD are triadic colors.