COLOR #DDDBDA

HEX: #DDDBDA
RGB: (221,219,218)

Color info

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

RGB color model

#DDDBDA color RGB value is (221,219,218).

  • red value is 221;
  • green value is 219;
  • blue value is 218.
RGB:
(221,219,218)
(87%,86%,85%)

RGB channels and saturation

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

221
219
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 218 = 658 (100%)
R 221 of 658 ~ 33.59%
G 219 of 658 ~ 33.28%
B 218 of 658 ~ 33.13%

%33.59
%33.28
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,1,1,13)
C0M1Y1K13 
(0%,1%,1%,13%)
(0.00/0.01/0.01/0.13)	

CMYK percentages

%0
%0.9
%1.36
%13.33

Codes

Color #DDDBDA in popluar color models

DDDBDA
RGB221219218
HSL20°4.23%86.08%
HSB/HSV20°1.36%86.67%
CMYK0.00%0.90%1.36%
13.33%

Color #DDDBDA in popluar number systems.

HEXDDDBDA
Decimal221219218
Binary110111011101101111011010
Octal335333332

Shades and tints

Shades of #DDDBDA

#DDDBDA
(221,219,218)
#C9C8C7
(201,200,199)
#B5B5B4
(181,181,180)
#A1A2A1
(161,162,161)
#8D8F8E
(141,143,142)
#797C7B
(121,124,123)
#656968
(101,105,104)
#515655
(81,86,85)
#3D4342
(61,67,66)
#29302F
(41,48,47)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #DDDBDA

#DDDBDA
(221,219,218)
#E0DEDD
(224,222,221)
#E3E1E0
(227,225,224)
#E6E4E3
(230,228,227)
#E9E7E6
(233,231,230)
#ECEAE9
(236,234,233)
#EFEDEC
(239,237,236)
#F2F0EF
(242,240,239)
#F5F3F2
(245,243,242)
#F8F6F5
(248,246,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBDA; }

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

This text font color is #DDDBDA.


Background Color

.myBgColor { background-color: #DDDBDA; }

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

This div background color is #DDDBDA.


Border color

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

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

This div border color is #DDDBDA.


Opacity

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

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

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

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

This text has shadow with #DDDBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBDA on black background.


Color preview on white background

This text has color #DDDBDA on white background.



Black color preview on #DDDBDA background

This text has black color on #DDDBDA background.


White color preview on #DDDBDA background

This text has white color on #DDDBDA background.