COLOR #DDD5D2

HEX: #DDD5D2
RGB: (221,213,210)

Color info

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

RGB color model

#DDD5D2 color RGB value is (221,213,210).

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

RGB channels and saturation

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

221
213
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 210 = 644 (100%)
R 221 of 644 ~ 34.32%
G 213 of 644 ~ 33.07%
B 210 of 644 ~ 32.61%

%34.32
%33.07
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 4.98%
  • 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
%4.98
%13.33

Codes

Color #DDD5D2 in popluar color models

DDD5D2
RGB221213210
HSL16°13.92%84.51%
HSB/HSV16°4.98%86.67%
CMYK0.00%3.62%4.98%
13.33%

Color #DDD5D2 in popluar number systems.

HEXDDD5D2
Decimal221213210
Binary110111011101010111010010
Octal335325322

Shades and tints

Shades of #DDD5D2

#DDD5D2
(221,213,210)
#C9C2BF
(201,194,191)
#B5AFAC
(181,175,172)
#A19C99
(161,156,153)
#8D8986
(141,137,134)
#797673
(121,118,115)
#656360
(101,99,96)
#51504D
(81,80,77)
#3D3D3A
(61,61,58)
#292A27
(41,42,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDD5D2

#DDD5D2
(221,213,210)
#E0D8D6
(224,216,214)
#E3DBDA
(227,219,218)
#E6DEDE
(230,222,222)
#E9E1E2
(233,225,226)
#ECE4E6
(236,228,230)
#EFE7EA
(239,231,234)
#F2EAEE
(242,234,238)
#F5EDF2
(245,237,242)
#F8F0F6
(248,240,246)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5D2; }

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

This text font color is #DDD5D2.


Background Color

.myBgColor { background-color: #DDD5D2; }

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

This div background color is #DDD5D2.


Border color

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

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

This div border color is #DDD5D2.


Opacity

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

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

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

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

This text has shadow with #DDD5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5D2 on black background.


Color preview on white background

This text has color #DDD5D2 on white background.



Black color preview on #DDD5D2 background

This text has black color on #DDD5D2 background.


White color preview on #DDD5D2 background

This text has white color on #DDD5D2 background.