COLOR #DDC9CB

HEX: #DDC9CB
RGB: (221,201,203)

Color info

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

RGB color model

#DDC9CB color RGB value is (221,201,203).

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

RGB channels and saturation

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

221
201
203

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

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 203 = 625 (100%)
R 221 of 625 ~ 35.36%
G 201 of 625 ~ 32.16%
B 203 of 625 ~ 32.48%

%35.36
%32.16
%32.48

CMYK color model

#DDC9CB color CMYK value is (0,9,8,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 8.14%
  • key color value is 13.33%
CMYK:
(0,9,8,13)
C0M9Y8K13 
(0%,9%,8%,13%)
(0.00/0.09/0.08/0.13)	

CMYK percentages

%0
%9.05
%8.14
%13.33

Codes

Color #DDC9CB in popluar color models

DDC9CB
RGB221201203
HSL354°22.73%82.75%
HSB/HSV354°9.05%86.67%
CMYK0.00%9.05%8.14%
13.33%

Color #DDC9CB in popluar number systems.

HEXDDC9CB
Decimal221201203
Binary110111011100100111001011
Octal335311313

Shades and tints

Shades of #DDC9CB

#DDC9CB
(221,201,203)
#C9B7B9
(201,183,185)
#B5A5A7
(181,165,167)
#A19395
(161,147,149)
#8D8183
(141,129,131)
#796F71
(121,111,113)
#655D5F
(101,93,95)
#514B4D
(81,75,77)
#3D393B
(61,57,59)
#292729
(41,39,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #DDC9CB

#DDC9CB
(221,201,203)
#E0CDCF
(224,205,207)
#E3D1D3
(227,209,211)
#E6D5D7
(230,213,215)
#E9D9DB
(233,217,219)
#ECDDDF
(236,221,223)
#EFE1E3
(239,225,227)
#F2E5E7
(242,229,231)
#F5E9EB
(245,233,235)
#F8EDEF
(248,237,239)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9CB; }

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

This text font color is #DDC9CB.


Background Color

.myBgColor { background-color: #DDC9CB; }

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

This div background color is #DDC9CB.


Border color

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

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

This div border color is #DDC9CB.


Opacity

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

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

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

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

This text has shadow with #DDC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9CB on black background.


Color preview on white background

This text has color #DDC9CB on white background.



Black color preview on #DDC9CB background

This text has black color on #DDC9CB background.


White color preview on #DDC9CB background

This text has white color on #DDC9CB background.