COLOR #DDDBD5

HEX: #DDDBD5
RGB: (221,219,213)

Color info

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

RGB color model

#DDDBD5 color RGB value is (221,219,213).

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

RGB channels and saturation

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

221
219
213

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

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 213 = 653 (100%)
R 221 of 653 ~ 33.84%
G 219 of 653 ~ 33.54%
B 213 of 653 ~ 32.62%

%33.84
%33.54
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(0,1,4,13)
C0M1Y4K13 
(0%,1%,4%,13%)
(0.00/0.01/0.04/0.13)	

CMYK percentages

%0
%0.9
%3.62
%13.33

Codes

Color #DDDBD5 in popluar color models

DDDBD5
RGB221219213
HSL45°10.53%85.10%
HSB/HSV45°3.62%86.67%
CMYK0.00%0.90%3.62%
13.33%

Color #DDDBD5 in popluar number systems.

HEXDDDBD5
Decimal221219213
Binary110111011101101111010101
Octal335333325

Shades and tints

Shades of #DDDBD5

#DDDBD5
(221,219,213)
#C9C8C2
(201,200,194)
#B5B5AF
(181,181,175)
#A1A29C
(161,162,156)
#8D8F89
(141,143,137)
#797C76
(121,124,118)
#656963
(101,105,99)
#515650
(81,86,80)
#3D433D
(61,67,61)
#29302A
(41,48,42)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #DDDBD5

#DDDBD5
(221,219,213)
#E0DED8
(224,222,216)
#E3E1DB
(227,225,219)
#E6E4DE
(230,228,222)
#E9E7E1
(233,231,225)
#ECEAE4
(236,234,228)
#EFEDE7
(239,237,231)
#F2F0EA
(242,240,234)
#F5F3ED
(245,243,237)
#F8F6F0
(248,246,240)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBD5; }

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

This text font color is #DDDBD5.


Background Color

.myBgColor { background-color: #DDDBD5; }

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

This div background color is #DDDBD5.


Border color

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

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

This div border color is #DDDBD5.


Opacity

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

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

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

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

This text has shadow with #DDDBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBD5 on black background.


Color preview on white background

This text has color #DDDBD5 on white background.



Black color preview on #DDDBD5 background

This text has black color on #DDDBD5 background.


White color preview on #DDDBD5 background

This text has white color on #DDDBD5 background.