COLOR #DDB9CD

HEX: #DDB9CD
RGB: (221,185,205)

Color info

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

RGB color model

#DDB9CD color RGB value is (221,185,205).

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

RGB channels and saturation

R 221 of 255 = 87%
G 185 of 255 = 73%
B 205 of 255 = 80%

221
185
205

R + G + B ~ 80%. #DDB9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 185 + 205 = 611 (100%)
R 221 of 611 ~ 36.17%
G 185 of 611 ~ 30.28%
B 205 of 611 ~ 33.55%

%36.17
%30.28
%33.55

CMYK color model

#DDB9CD color CMYK value is (0,16,7,13).

  • cyan value is 0.00%
  • magenta value is 16.29%
  • yellow value is 7.24%
  • key color value is 13.33%
CMYK:
(0,16,7,13)
C0M16Y7K13 
(0%,16%,7%,13%)
(0.00/0.16/0.07/0.13)	

CMYK percentages

%0
%16.29
%7.24
%13.33

Codes

Color #DDB9CD in popluar color models

DDB9CD
RGB221185205
HSL327°34.62%79.61%
HSB/HSV327°16.29%86.67%
CMYK0.00%16.29%7.24%
13.33%

Color #DDB9CD in popluar number systems.

HEXDDB9CD
Decimal221185205
Binary110111011011100111001101
Octal335271315

Shades and tints

Shades of #DDB9CD

#DDB9CD
(221,185,205)
#C9A9BB
(201,169,187)
#B599A9
(181,153,169)
#A18997
(161,137,151)
#8D7985
(141,121,133)
#796973
(121,105,115)
#655961
(101,89,97)
#51494F
(81,73,79)
#3D393D
(61,57,61)
#29292B
(41,41,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDB9CD

#DDB9CD
(221,185,205)
#E0BFD1
(224,191,209)
#E3C5D5
(227,197,213)
#E6CBD9
(230,203,217)
#E9D1DD
(233,209,221)
#ECD7E1
(236,215,225)
#EFDDE5
(239,221,229)
#F2E3E9
(242,227,233)
#F5E9ED
(245,233,237)
#F8EFF1
(248,239,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB9CD; }

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

This text font color is #DDB9CD.


Background Color

.myBgColor { background-color: #DDB9CD; }

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

This div background color is #DDB9CD.


Border color

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

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

This div border color is #DDB9CD.


Opacity

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

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

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

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

This text has shadow with #DDB9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB9CD on black background.


Color preview on white background

This text has color #DDB9CD on white background.



Black color preview on #DDB9CD background

This text has black color on #DDB9CD background.


White color preview on #DDB9CD background

This text has white color on #DDB9CD background.