COLOR #DDC9D8

HEX: #DDC9D8
RGB: (221,201,216)

Color info

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

RGB color model

#DDC9D8 color RGB value is (221,201,216).

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

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 216 of 255 = 85%

221
201
216

R + G + B ~ 84%. #DDC9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 216 = 638 (100%)
R 221 of 638 ~ 34.64%
G 201 of 638 ~ 31.5%
B 216 of 638 ~ 33.86%

%34.64
%31.5
%33.86

CMYK color model

#DDC9D8 color CMYK value is (0,9,2,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(0,9,2,13)
C0M9Y2K13 
(0%,9%,2%,13%)
(0.00/0.09/0.02/0.13)	

CMYK percentages

%0
%9.05
%2.26
%13.33

Codes

Color #DDC9D8 in popluar color models

DDC9D8
RGB221201216
HSL315°22.73%82.75%
HSB/HSV315°9.05%86.67%
CMYK0.00%9.05%2.26%
13.33%

Color #DDC9D8 in popluar number systems.

HEXDDC9D8
Decimal221201216
Binary110111011100100111011000
Octal335311330

Shades and tints

Shades of #DDC9D8

#DDC9D8
(221,201,216)
#C9B7C5
(201,183,197)
#B5A5B2
(181,165,178)
#A1939F
(161,147,159)
#8D818C
(141,129,140)
#796F79
(121,111,121)
#655D66
(101,93,102)
#514B53
(81,75,83)
#3D3940
(61,57,64)
#29272D
(41,39,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #DDC9D8

#DDC9D8
(221,201,216)
#E0CDDB
(224,205,219)
#E3D1DE
(227,209,222)
#E6D5E1
(230,213,225)
#E9D9E4
(233,217,228)
#ECDDE7
(236,221,231)
#EFE1EA
(239,225,234)
#F2E5ED
(242,229,237)
#F5E9F0
(245,233,240)
#F8EDF3
(248,237,243)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9D8; }

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

This text font color is #DDC9D8.


Background Color

.myBgColor { background-color: #DDC9D8; }

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

This div background color is #DDC9D8.


Border color

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

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

This div border color is #DDC9D8.


Opacity

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

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

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

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

This text has shadow with #DDC9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9D8 on black background.


Color preview on white background

This text has color #DDC9D8 on white background.



Black color preview on #DDC9D8 background

This text has black color on #DDC9D8 background.


White color preview on #DDC9D8 background

This text has white color on #DDC9D8 background.