COLOR #DDD6D9

HEX: #DDD6D9
RGB: (221,214,217)

Color info

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

RGB color model

#DDD6D9 color RGB value is (221,214,217).

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

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 217 of 255 = 85%

221
214
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 217 = 652 (100%)
R 221 of 652 ~ 33.9%
G 214 of 652 ~ 32.82%
B 217 of 652 ~ 33.28%

%33.9
%32.82
%33.28

CMYK color model

#DDD6D9 color CMYK value is (0,3,2,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,3,2,13)
C0M3Y2K13 
(0%,3%,2%,13%)
(0.00/0.03/0.02/0.13)	

CMYK percentages

%0
%3.17
%1.81
%13.33

Codes

Color #DDD6D9 in popluar color models

DDD6D9
RGB221214217
HSL334°9.33%85.29%
HSB/HSV334°3.17%86.67%
CMYK0.00%3.17%1.81%
13.33%

Color #DDD6D9 in popluar number systems.

HEXDDD6D9
Decimal221214217
Binary110111011101011011011001
Octal335326331

Shades and tints

Shades of #DDD6D9

#DDD6D9
(221,214,217)
#C9C3C6
(201,195,198)
#B5B0B3
(181,176,179)
#A19DA0
(161,157,160)
#8D8A8D
(141,138,141)
#79777A
(121,119,122)
#656467
(101,100,103)
#515154
(81,81,84)
#3D3E41
(61,62,65)
#292B2E
(41,43,46)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #DDD6D9

#DDD6D9
(221,214,217)
#E0D9DC
(224,217,220)
#E3DCDF
(227,220,223)
#E6DFE2
(230,223,226)
#E9E2E5
(233,226,229)
#ECE5E8
(236,229,232)
#EFE8EB
(239,232,235)
#F2EBEE
(242,235,238)
#F5EEF1
(245,238,241)
#F8F1F4
(248,241,244)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6D9; }

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

This text font color is #DDD6D9.


Background Color

.myBgColor { background-color: #DDD6D9; }

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

This div background color is #DDD6D9.


Border color

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

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

This div border color is #DDD6D9.


Opacity

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

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

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

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

This text has shadow with #DDD6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6D9 on black background.


Color preview on white background

This text has color #DDD6D9 on white background.



Black color preview on #DDD6D9 background

This text has black color on #DDD6D9 background.


White color preview on #DDD6D9 background

This text has white color on #DDD6D9 background.