COLOR #DDD8C9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
216
201

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

Portions of RGB colors in percentages

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

%34.64
%33.86
%31.5

CMYK color model

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

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

CMYK percentages

%0
%2.26
%9.05
%13.33

Codes

Color #DDD8C9 in popluar color models

DDD8C9
RGB221216201
HSL45°22.73%82.75%
HSB/HSV45°9.05%86.67%
CMYK0.00%2.26%9.05%
13.33%

Color #DDD8C9 in popluar number systems.

HEXDDD8C9
Decimal221216201
Binary110111011101100011001001
Octal335330311

Shades and tints

Shades of #DDD8C9

#DDD8C9
(221,216,201)
#C9C5B7
(201,197,183)
#B5B2A5
(181,178,165)
#A19F93
(161,159,147)
#8D8C81
(141,140,129)
#79796F
(121,121,111)
#65665D
(101,102,93)
#51534B
(81,83,75)
#3D4039
(61,64,57)
#292D27
(41,45,39)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDD8C9

#DDD8C9
(221,216,201)
#E0DBCD
(224,219,205)
#E3DED1
(227,222,209)
#E6E1D5
(230,225,213)
#E9E4D9
(233,228,217)
#ECE7DD
(236,231,221)
#EFEAE1
(239,234,225)
#F2EDE5
(242,237,229)
#F5F0E9
(245,240,233)
#F8F3ED
(248,243,237)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8C9; }

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

This text font color is #DDD8C9.


Background Color

.myBgColor { background-color: #DDD8C9; }

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

This div background color is #DDD8C9.


Border color

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

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

This div border color is #DDD8C9.


Opacity

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

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

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

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

This text has shadow with #DDD8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD8C9 on black background.


Color preview on white background

This text has color #DDD8C9 on white background.



Black color preview on #DDD8C9 background

This text has black color on #DDD8C9 background.


White color preview on #DDD8C9 background

This text has white color on #DDD8C9 background.