COLOR #DDD2D5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
210
213

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

Portions of RGB colors in percentages

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

%34.32
%32.61
%33.07

CMYK color model

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

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

CMYK percentages

%0
%4.98
%3.62
%13.33

Codes

Color #DDD2D5 in popluar color models

DDD2D5
RGB221210213
HSL344°13.92%84.51%
HSB/HSV344°4.98%86.67%
CMYK0.00%4.98%3.62%
13.33%

Color #DDD2D5 in popluar number systems.

HEXDDD2D5
Decimal221210213
Binary110111011101001011010101
Octal335322325

Shades and tints

Shades of #DDD2D5

#DDD2D5
(221,210,213)
#C9BFC2
(201,191,194)
#B5ACAF
(181,172,175)
#A1999C
(161,153,156)
#8D8689
(141,134,137)
#797376
(121,115,118)
#656063
(101,96,99)
#514D50
(81,77,80)
#3D3A3D
(61,58,61)
#29272A
(41,39,42)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DDD2D5

#DDD2D5
(221,210,213)
#E0D6D8
(224,214,216)
#E3DADB
(227,218,219)
#E6DEDE
(230,222,222)
#E9E2E1
(233,226,225)
#ECE6E4
(236,230,228)
#EFEAE7
(239,234,231)
#F2EEEA
(242,238,234)
#F5F2ED
(245,242,237)
#F8F6F0
(248,246,240)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD2D5; }

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

This text font color is #DDD2D5.


Background Color

.myBgColor { background-color: #DDD2D5; }

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

This div background color is #DDD2D5.


Border color

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

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

This div border color is #DDD2D5.


Opacity

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

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

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

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

This text has shadow with #DDD2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD2D5 on black background.


Color preview on white background

This text has color #DDD2D5 on white background.



Black color preview on #DDD2D5 background

This text has black color on #DDD2D5 background.


White color preview on #DDD2D5 background

This text has white color on #DDD2D5 background.