COLOR #DDD2C9

HEX: #DDD2C9
RGB: (221,210,201)

Color info

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

RGB color model

#DDD2C9 color RGB value is (221,210,201).

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

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 201 of 255 = 79%

221
210
201

R + G + B ~ 83%. #DDD2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 201 = 632 (100%)
R 221 of 632 ~ 34.97%
G 210 of 632 ~ 33.23%
B 201 of 632 ~ 31.8%

%34.97
%33.23
%31.8

CMYK color model

#DDD2C9 color CMYK value is (0,5,9,13).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(0,5,9,13)
C0M5Y9K13 
(0%,5%,9%,13%)
(0.00/0.05/0.09/0.13)	

CMYK percentages

%0
%4.98
%9.05
%13.33

Codes

Color #DDD2C9 in popluar color models

DDD2C9
RGB221210201
HSL27°22.73%82.75%
HSB/HSV27°9.05%86.67%
CMYK0.00%4.98%9.05%
13.33%

Color #DDD2C9 in popluar number systems.

HEXDDD2C9
Decimal221210201
Binary110111011101001011001001
Octal335322311

Shades and tints

Shades of #DDD2C9

#DDD2C9
(221,210,201)
#C9BFB7
(201,191,183)
#B5ACA5
(181,172,165)
#A19993
(161,153,147)
#8D8681
(141,134,129)
#79736F
(121,115,111)
#65605D
(101,96,93)
#514D4B
(81,77,75)
#3D3A39
(61,58,57)
#292727
(41,39,39)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDD2C9

#DDD2C9
(221,210,201)
#E0D6CD
(224,214,205)
#E3DAD1
(227,218,209)
#E6DED5
(230,222,213)
#E9E2D9
(233,226,217)
#ECE6DD
(236,230,221)
#EFEAE1
(239,234,225)
#F2EEE5
(242,238,229)
#F5F2E9
(245,242,233)
#F8F6ED
(248,246,237)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2C9; }

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

This text font color is #DDD2C9.


Background Color

.myBgColor { background-color: #DDD2C9; }

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

This div background color is #DDD2C9.


Border color

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

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

This div border color is #DDD2C9.


Opacity

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

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

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

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

This text has shadow with #DDD2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2C9 on black background.


Color preview on white background

This text has color #DDD2C9 on white background.



Black color preview on #DDD2C9 background

This text has black color on #DDD2C9 background.


White color preview on #DDD2C9 background

This text has white color on #DDD2C9 background.