COLOR #DDD5D1

HEX: #DDD5D1
RGB: (221,213,209)

Color info

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

RGB color model

#DDD5D1 color RGB value is (221,213,209).

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

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 209 of 255 = 82%

221
213
209

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 209 = 643 (100%)
R 221 of 643 ~ 34.37%
G 213 of 643 ~ 33.13%
B 209 of 643 ~ 32.5%

%34.37
%33.13
%32.5

CMYK color model

#DDD5D1 color CMYK value is (0,4,5,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(0,4,5,13)
C0M4Y5K13 
(0%,4%,5%,13%)
(0.00/0.04/0.05/0.13)	

CMYK percentages

%0
%3.62
%5.43
%13.33

Codes

Color #DDD5D1 in popluar color models

DDD5D1
RGB221213209
HSL20°15.00%84.31%
HSB/HSV20°5.43%86.67%
CMYK0.00%3.62%5.43%
13.33%

Color #DDD5D1 in popluar number systems.

HEXDDD5D1
Decimal221213209
Binary110111011101010111010001
Octal335325321

Shades and tints

Shades of #DDD5D1

#DDD5D1
(221,213,209)
#C9C2BE
(201,194,190)
#B5AFAB
(181,175,171)
#A19C98
(161,156,152)
#8D8985
(141,137,133)
#797672
(121,118,114)
#65635F
(101,99,95)
#51504C
(81,80,76)
#3D3D39
(61,61,57)
#292A26
(41,42,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDD5D1

#DDD5D1
(221,213,209)
#E0D8D5
(224,216,213)
#E3DBD9
(227,219,217)
#E6DEDD
(230,222,221)
#E9E1E1
(233,225,225)
#ECE4E5
(236,228,229)
#EFE7E9
(239,231,233)
#F2EAED
(242,234,237)
#F5EDF1
(245,237,241)
#F8F0F5
(248,240,245)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5D1; }

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

This text font color is #DDD5D1.


Background Color

.myBgColor { background-color: #DDD5D1; }

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

This div background color is #DDD5D1.


Border color

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

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

This div border color is #DDD5D1.


Opacity

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

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

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

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

This text has shadow with #DDD5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5D1 on black background.


Color preview on white background

This text has color #DDD5D1 on white background.



Black color preview on #DDD5D1 background

This text has black color on #DDD5D1 background.


White color preview on #DDD5D1 background

This text has white color on #DDD5D1 background.