COLOR #DDD6D5

HEX: #DDD6D5
RGB: (221,214,213)

Color info

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

RGB color model

#DDD6D5 color RGB value is (221,214,213).

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

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 213 of 255 = 84%

221
214
213

R + G + B ~ 85%. #DDD6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 213 = 648 (100%)
R 221 of 648 ~ 34.1%
G 214 of 648 ~ 33.02%
B 213 of 648 ~ 32.87%

%34.1
%33.02
%32.87

CMYK color model

#DDD6D5 color CMYK value is (0,3,4,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(0,3,4,13)
C0M3Y4K13 
(0%,3%,4%,13%)
(0.00/0.03/0.04/0.13)	

CMYK percentages

%0
%3.17
%3.62
%13.33

Codes

Color #DDD6D5 in popluar color models

DDD6D5
RGB221214213
HSL10.53%85.10%
HSB/HSV3.62%86.67%
CMYK0.00%3.17%3.62%
13.33%

Color #DDD6D5 in popluar number systems.

HEXDDD6D5
Decimal221214213
Binary110111011101011011010101
Octal335326325

Shades and tints

Shades of #DDD6D5

#DDD6D5
(221,214,213)
#C9C3C2
(201,195,194)
#B5B0AF
(181,176,175)
#A19D9C
(161,157,156)
#8D8A89
(141,138,137)
#797776
(121,119,118)
#656463
(101,100,99)
#515150
(81,81,80)
#3D3E3D
(61,62,61)
#292B2A
(41,43,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDD6D5

#DDD6D5
(221,214,213)
#E0D9D8
(224,217,216)
#E3DCDB
(227,220,219)
#E6DFDE
(230,223,222)
#E9E2E1
(233,226,225)
#ECE5E4
(236,229,228)
#EFE8E7
(239,232,231)
#F2EBEA
(242,235,234)
#F5EEED
(245,238,237)
#F8F1F0
(248,241,240)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6D5; }

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

This text font color is #DDD6D5.


Background Color

.myBgColor { background-color: #DDD6D5; }

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

This div background color is #DDD6D5.


Border color

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

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

This div border color is #DDD6D5.


Opacity

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

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

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

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

This text has shadow with #DDD6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6D5 on black background.


Color preview on white background

This text has color #DDD6D5 on white background.



Black color preview on #DDD6D5 background

This text has black color on #DDD6D5 background.


White color preview on #DDD6D5 background

This text has white color on #DDD6D5 background.