COLOR #DDC8D1

HEX: #DDC8D1
RGB: (221,200,209)

Color info

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

RGB color model

#DDC8D1 color RGB value is (221,200,209).

  • red value is 221;
  • green value is 200;
  • blue value is 209.
RGB:
(221,200,209)
(87%,78%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 209 of 255 = 82%

221
200
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 209 = 630 (100%)
R 221 of 630 ~ 35.08%
G 200 of 630 ~ 31.75%
B 209 of 630 ~ 33.17%

%35.08
%31.75
%33.17

CMYK color model

#DDC8D1 color CMYK value is (0,10,5,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,10,5,13)
C0M10Y5K13 
(0%,10%,5%,13%)
(0.00/0.10/0.05/0.13)	

CMYK percentages

%0
%9.5
%5.43
%13.33

Codes

Color #DDC8D1 in popluar color models

DDC8D1
RGB221200209
HSL334°23.60%82.55%
HSB/HSV334°9.50%86.67%
CMYK0.00%9.50%5.43%
13.33%

Color #DDC8D1 in popluar number systems.

HEXDDC8D1
Decimal221200209
Binary110111011100100011010001
Octal335310321

Shades and tints

Shades of #DDC8D1

#DDC8D1
(221,200,209)
#C9B6BE
(201,182,190)
#B5A4AB
(181,164,171)
#A19298
(161,146,152)
#8D8085
(141,128,133)
#796E72
(121,110,114)
#655C5F
(101,92,95)
#514A4C
(81,74,76)
#3D3839
(61,56,57)
#292626
(41,38,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDC8D1

#DDC8D1
(221,200,209)
#E0CDD5
(224,205,213)
#E3D2D9
(227,210,217)
#E6D7DD
(230,215,221)
#E9DCE1
(233,220,225)
#ECE1E5
(236,225,229)
#EFE6E9
(239,230,233)
#F2EBED
(242,235,237)
#F5F0F1
(245,240,241)
#F8F5F5
(248,245,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC8D1 color. Also use rgb(221,200,209) instead hex code.

Text Font Color

.myTextColor { color: #DDC8D1; }

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

This text font color is #DDC8D1.


Background Color

.myBgColor { background-color: #DDC8D1; }

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

This div background color is #DDC8D1.


Border color

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

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

This div border color is #DDC8D1.


Opacity

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

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

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

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

This text has shadow with #DDC8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8D1 on black background.


Color preview on white background

This text has color #DDC8D1 on white background.



Black color preview on #DDC8D1 background

This text has black color on #DDC8D1 background.


White color preview on #DDC8D1 background

This text has white color on #DDC8D1 background.