COLOR #DDD9D8

HEX: #DDD9D8
RGB: (221,217,216)

Color info

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

RGB color model

#DDD9D8 color RGB value is (221,217,216).

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

RGB channels and saturation

R 221 of 255 = 87%
G 217 of 255 = 85%
B 216 of 255 = 85%

221
217
216

R + G + B ~ 86%. #DDD9D8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 217 + 216 = 654 (100%)
R 221 of 654 ~ 33.79%
G 217 of 654 ~ 33.18%
B 216 of 654 ~ 33.03%

%33.79
%33.18
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(0,2,2,13)
C0M2Y2K13 
(0%,2%,2%,13%)
(0.00/0.02/0.02/0.13)	

CMYK percentages

%0
%1.81
%2.26
%13.33

Codes

Color #DDD9D8 in popluar color models

DDD9D8
RGB221217216
HSL12°6.85%85.69%
HSB/HSV12°2.26%86.67%
CMYK0.00%1.81%2.26%
13.33%

Color #DDD9D8 in popluar number systems.

HEXDDD9D8
Decimal221217216
Binary110111011101100111011000
Octal335331330

Shades and tints

Shades of #DDD9D8

#DDD9D8
(221,217,216)
#C9C6C5
(201,198,197)
#B5B3B2
(181,179,178)
#A1A09F
(161,160,159)
#8D8D8C
(141,141,140)
#797A79
(121,122,121)
#656766
(101,103,102)
#515453
(81,84,83)
#3D4140
(61,65,64)
#292E2D
(41,46,45)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #DDD9D8

#DDD9D8
(221,217,216)
#E0DCDB
(224,220,219)
#E3DFDE
(227,223,222)
#E6E2E1
(230,226,225)
#E9E5E4
(233,229,228)
#ECE8E7
(236,232,231)
#EFEBEA
(239,235,234)
#F2EEED
(242,238,237)
#F5F1F0
(245,241,240)
#F8F4F3
(248,244,243)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD9D8; }

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

This text font color is #DDD9D8.


Background Color

.myBgColor { background-color: #DDD9D8; }

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

This div background color is #DDD9D8.


Border color

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

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

This div border color is #DDD9D8.


Opacity

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

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

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

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

This text has shadow with #DDD9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD9D8 on black background.


Color preview on white background

This text has color #DDD9D8 on white background.



Black color preview on #DDD9D8 background

This text has black color on #DDD9D8 background.


White color preview on #DDD9D8 background

This text has white color on #DDD9D8 background.