COLOR #DDD7DA

HEX: #DDD7DA
RGB: (221,215,218)

Color info

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

RGB color model

#DDD7DA color RGB value is (221,215,218).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 218 of 255 = 85%

221
215
218

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

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 218 = 654 (100%)
R 221 of 654 ~ 33.79%
G 215 of 654 ~ 32.87%
B 218 of 654 ~ 33.33%

%33.79
%32.87
%33.33

CMYK color model

#DDD7DA color CMYK value is (0,3,1,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(0,3,1,13)
C0M3Y1K13 
(0%,3%,1%,13%)
(0.00/0.03/0.01/0.13)	

CMYK percentages

%0
%2.71
%1.36
%13.33

Codes

Color #DDD7DA in popluar color models

DDD7DA
RGB221215218
HSL330°8.11%85.49%
HSB/HSV330°2.71%86.67%
CMYK0.00%2.71%1.36%
13.33%

Color #DDD7DA in popluar number systems.

HEXDDD7DA
Decimal221215218
Binary110111011101011111011010
Octal335327332

Shades and tints

Shades of #DDD7DA

#DDD7DA
(221,215,218)
#C9C4C7
(201,196,199)
#B5B1B4
(181,177,180)
#A19EA1
(161,158,161)
#8D8B8E
(141,139,142)
#79787B
(121,120,123)
#656568
(101,101,104)
#515255
(81,82,85)
#3D3F42
(61,63,66)
#292C2F
(41,44,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDD7DA

#DDD7DA
(221,215,218)
#E0DADD
(224,218,221)
#E3DDE0
(227,221,224)
#E6E0E3
(230,224,227)
#E9E3E6
(233,227,230)
#ECE6E9
(236,230,233)
#EFE9EC
(239,233,236)
#F2ECEF
(242,236,239)
#F5EFF2
(245,239,242)
#F8F2F5
(248,242,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7DA; }

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

This text font color is #DDD7DA.


Background Color

.myBgColor { background-color: #DDD7DA; }

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

This div background color is #DDD7DA.


Border color

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

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

This div border color is #DDD7DA.


Opacity

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

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

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

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

This text has shadow with #DDD7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7DA on black background.


Color preview on white background

This text has color #DDD7DA on white background.



Black color preview on #DDD7DA background

This text has black color on #DDD7DA background.


White color preview on #DDD7DA background

This text has white color on #DDD7DA background.