COLOR #DDD8D2

HEX: #DDD8D2
RGB: (221,216,210)

Color info

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

RGB color model

#DDD8D2 color RGB value is (221,216,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 216 of 255 = 85%
B 210 of 255 = 82%

221
216
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 216 + 210 = 647 (100%)
R 221 of 647 ~ 34.16%
G 216 of 647 ~ 33.38%
B 210 of 647 ~ 32.46%

%34.16
%33.38
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,2,5,13)
C0M2Y5K13 
(0%,2%,5%,13%)
(0.00/0.02/0.05/0.13)	

CMYK percentages

%0
%2.26
%4.98
%13.33

Codes

Color #DDD8D2 in popluar color models

DDD8D2
RGB221216210
HSL33°13.92%84.51%
HSB/HSV33°4.98%86.67%
CMYK0.00%2.26%4.98%
13.33%

Color #DDD8D2 in popluar number systems.

HEXDDD8D2
Decimal221216210
Binary110111011101100011010010
Octal335330322

Shades and tints

Shades of #DDD8D2

#DDD8D2
(221,216,210)
#C9C5BF
(201,197,191)
#B5B2AC
(181,178,172)
#A19F99
(161,159,153)
#8D8C86
(141,140,134)
#797973
(121,121,115)
#656660
(101,102,96)
#51534D
(81,83,77)
#3D403A
(61,64,58)
#292D27
(41,45,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #DDD8D2

#DDD8D2
(221,216,210)
#E0DBD6
(224,219,214)
#E3DEDA
(227,222,218)
#E6E1DE
(230,225,222)
#E9E4E2
(233,228,226)
#ECE7E6
(236,231,230)
#EFEAEA
(239,234,234)
#F2EDEE
(242,237,238)
#F5F0F2
(245,240,242)
#F8F3F6
(248,243,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD8D2; }

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

This text font color is #DDD8D2.


Background Color

.myBgColor { background-color: #DDD8D2; }

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

This div background color is #DDD8D2.


Border color

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

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

This div border color is #DDD8D2.


Opacity

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

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

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

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

This text has shadow with #DDD8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD8D2 on black background.


Color preview on white background

This text has color #DDD8D2 on white background.



Black color preview on #DDD8D2 background

This text has black color on #DDD8D2 background.


White color preview on #DDD8D2 background

This text has white color on #DDD8D2 background.