COLOR #DDC9CD

HEX: #DDC9CD
RGB: (221,201,205)

Color info

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

RGB color model

#DDC9CD color RGB value is (221,201,205).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 205 of 255 = 80%

221
201
205

R + G + B ~ 82%. #DDC9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 205 = 627 (100%)
R 221 of 627 ~ 35.25%
G 201 of 627 ~ 32.06%
B 205 of 627 ~ 32.7%

%35.25
%32.06
%32.7

CMYK color model

#DDC9CD color CMYK value is (0,9,7,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK:
(0,9,7,13)
C0M9Y7K13 
(0%,9%,7%,13%)
(0.00/0.09/0.07/0.13)	

CMYK percentages

%0
%9.05
%7.24
%13.33

Codes

Color #DDC9CD in popluar color models

DDC9CD
RGB221201205
HSL348°22.73%82.75%
HSB/HSV348°9.05%86.67%
CMYK0.00%9.05%7.24%
13.33%

Color #DDC9CD in popluar number systems.

HEXDDC9CD
Decimal221201205
Binary110111011100100111001101
Octal335311315

Shades and tints

Shades of #DDC9CD

#DDC9CD
(221,201,205)
#C9B7BB
(201,183,187)
#B5A5A9
(181,165,169)
#A19397
(161,147,151)
#8D8185
(141,129,133)
#796F73
(121,111,115)
#655D61
(101,93,97)
#514B4F
(81,75,79)
#3D393D
(61,57,61)
#29272B
(41,39,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDC9CD

#DDC9CD
(221,201,205)
#E0CDD1
(224,205,209)
#E3D1D5
(227,209,213)
#E6D5D9
(230,213,217)
#E9D9DD
(233,217,221)
#ECDDE1
(236,221,225)
#EFE1E5
(239,225,229)
#F2E5E9
(242,229,233)
#F5E9ED
(245,233,237)
#F8EDF1
(248,237,241)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9CD; }

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

This text font color is #DDC9CD.


Background Color

.myBgColor { background-color: #DDC9CD; }

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

This div background color is #DDC9CD.


Border color

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

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

This div border color is #DDC9CD.


Opacity

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

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

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

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

This text has shadow with #DDC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9CD on black background.


Color preview on white background

This text has color #DDC9CD on white background.



Black color preview on #DDC9CD background

This text has black color on #DDC9CD background.


White color preview on #DDC9CD background

This text has white color on #DDC9CD background.