COLOR #DDC9D1

HEX: #DDC9D1
RGB: (221,201,209)

Color info

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

RGB color model

#DDC9D1 color RGB value is (221,201,209).

  • red value is 221;
  • green value is 201;
  • blue value is 209.
RGB:
(221,201,209)
(87%,79%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 209 of 255 = 82%

221
201
209

R + G + B ~ 83%. #DDC9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 209 = 631 (100%)
R 221 of 631 ~ 35.02%
G 201 of 631 ~ 31.85%
B 209 of 631 ~ 33.12%

%35.02
%31.85
%33.12

CMYK color model

#DDC9D1 color CMYK value is (0,9,5,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,9,5,13)
C0M9Y5K13 
(0%,9%,5%,13%)
(0.00/0.09/0.05/0.13)	

CMYK percentages

%0
%9.05
%5.43
%13.33

Codes

Color #DDC9D1 in popluar color models

DDC9D1
RGB221201209
HSL336°22.73%82.75%
HSB/HSV336°9.05%86.67%
CMYK0.00%9.05%5.43%
13.33%

Color #DDC9D1 in popluar number systems.

HEXDDC9D1
Decimal221201209
Binary110111011100100111010001
Octal335311321

Shades and tints

Shades of #DDC9D1

#DDC9D1
(221,201,209)
#C9B7BE
(201,183,190)
#B5A5AB
(181,165,171)
#A19398
(161,147,152)
#8D8185
(141,129,133)
#796F72
(121,111,114)
#655D5F
(101,93,95)
#514B4C
(81,75,76)
#3D3939
(61,57,57)
#292726
(41,39,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDC9D1

#DDC9D1
(221,201,209)
#E0CDD5
(224,205,213)
#E3D1D9
(227,209,217)
#E6D5DD
(230,213,221)
#E9D9E1
(233,217,225)
#ECDDE5
(236,221,229)
#EFE1E9
(239,225,233)
#F2E5ED
(242,229,237)
#F5E9F1
(245,233,241)
#F8EDF5
(248,237,245)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9D1; }

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

This text font color is #DDC9D1.


Background Color

.myBgColor { background-color: #DDC9D1; }

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

This div background color is #DDC9D1.


Border color

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

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

This div border color is #DDC9D1.


Opacity

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

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

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

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

This text has shadow with #DDC9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9D1 on black background.


Color preview on white background

This text has color #DDC9D1 on white background.



Black color preview on #DDC9D1 background

This text has black color on #DDC9D1 background.


White color preview on #DDC9D1 background

This text has white color on #DDC9D1 background.