COLOR #DDCDC9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
205
201

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

Portions of RGB colors in percentages

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

%35.25
%32.7
%32.06

CMYK color model

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

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

CMYK percentages

%0
%7.24
%9.05
%13.33

Codes

Color #DDCDC9 in popluar color models

DDCDC9
RGB221205201
HSL12°22.73%82.75%
HSB/HSV12°9.05%86.67%
CMYK0.00%7.24%9.05%
13.33%

Color #DDCDC9 in popluar number systems.

HEXDDCDC9
Decimal221205201
Binary110111011100110111001001
Octal335315311

Shades and tints

Shades of #DDCDC9

#DDCDC9
(221,205,201)
#C9BBB7
(201,187,183)
#B5A9A5
(181,169,165)
#A19793
(161,151,147)
#8D8581
(141,133,129)
#79736F
(121,115,111)
#65615D
(101,97,93)
#514F4B
(81,79,75)
#3D3D39
(61,61,57)
#292B27
(41,43,39)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDCDC9

#DDCDC9
(221,205,201)
#E0D1CD
(224,209,205)
#E3D5D1
(227,213,209)
#E6D9D5
(230,217,213)
#E9DDD9
(233,221,217)
#ECE1DD
(236,225,221)
#EFE5E1
(239,229,225)
#F2E9E5
(242,233,229)
#F5EDE9
(245,237,233)
#F8F1ED
(248,241,237)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCDC9; }

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

This text font color is #DDCDC9.


Background Color

.myBgColor { background-color: #DDCDC9; }

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

This div background color is #DDCDC9.


Border color

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

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

This div border color is #DDCDC9.


Opacity

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

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

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

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

This text has shadow with #DDCDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCDC9 on black background.


Color preview on white background

This text has color #DDCDC9 on white background.



Black color preview on #DDCDC9 background

This text has black color on #DDCDC9 background.


White color preview on #DDCDC9 background

This text has white color on #DDCDC9 background.