COLOR #DDD8DA

HEX: #DDD8DA
RGB: (221,216,218)

Color info

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

RGB color model

#DDD8DA color RGB value is (221,216,218).

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

RGB channels and saturation

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

221
216
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 216 + 218 = 655 (100%)
R 221 of 655 ~ 33.74%
G 216 of 655 ~ 32.98%
B 218 of 655 ~ 33.28%

%33.74
%32.98
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,2,1,13)
C0M2Y1K13 
(0%,2%,1%,13%)
(0.00/0.02/0.01/0.13)	

CMYK percentages

%0
%2.26
%1.36
%13.33

Codes

Color #DDD8DA in popluar color models

DDD8DA
RGB221216218
HSL336°6.85%85.69%
HSB/HSV336°2.26%86.67%
CMYK0.00%2.26%1.36%
13.33%

Color #DDD8DA in popluar number systems.

HEXDDD8DA
Decimal221216218
Binary110111011101100011011010
Octal335330332

Shades and tints

Shades of #DDD8DA

#DDD8DA
(221,216,218)
#C9C5C7
(201,197,199)
#B5B2B4
(181,178,180)
#A19FA1
(161,159,161)
#8D8C8E
(141,140,142)
#79797B
(121,121,123)
#656668
(101,102,104)
#515355
(81,83,85)
#3D4042
(61,64,66)
#292D2F
(41,45,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #DDD8DA

#DDD8DA
(221,216,218)
#E0DBDD
(224,219,221)
#E3DEE0
(227,222,224)
#E6E1E3
(230,225,227)
#E9E4E6
(233,228,230)
#ECE7E9
(236,231,233)
#EFEAEC
(239,234,236)
#F2EDEF
(242,237,239)
#F5F0F2
(245,240,242)
#F8F3F5
(248,243,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8DA; }

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

This text font color is #DDD8DA.


Background Color

.myBgColor { background-color: #DDD8DA; }

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

This div background color is #DDD8DA.


Border color

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

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

This div border color is #DDD8DA.


Opacity

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

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

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

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

This text has shadow with #DDD8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD8DA on black background.


Color preview on white background

This text has color #DDD8DA on white background.



Black color preview on #DDD8DA background

This text has black color on #DDD8DA background.


White color preview on #DDD8DA background

This text has white color on #DDD8DA background.