COLOR #DDD0D2

HEX: #DDD0D2
RGB: (221,208,210)

Color info

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

RGB color model

#DDD0D2 color RGB value is (221,208,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 210 of 255 = 82%

221
208
210

R + G + B ~ 84%. #DDD0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 210 = 639 (100%)
R 221 of 639 ~ 34.59%
G 208 of 639 ~ 32.55%
B 210 of 639 ~ 32.86%

%34.59
%32.55
%32.86

CMYK color model

#DDD0D2 color CMYK value is (0,6,5,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(0,6,5,13)
C0M6Y5K13 
(0%,6%,5%,13%)
(0.00/0.06/0.05/0.13)	

CMYK percentages

%0
%5.88
%4.98
%13.33

Codes

Color #DDD0D2 in popluar color models

DDD0D2
RGB221208210
HSL351°16.05%84.12%
HSB/HSV351°5.88%86.67%
CMYK0.00%5.88%4.98%
13.33%

Color #DDD0D2 in popluar number systems.

HEXDDD0D2
Decimal221208210
Binary110111011101000011010010
Octal335320322

Shades and tints

Shades of #DDD0D2

#DDD0D2
(221,208,210)
#C9BEBF
(201,190,191)
#B5ACAC
(181,172,172)
#A19A99
(161,154,153)
#8D8886
(141,136,134)
#797673
(121,118,115)
#656460
(101,100,96)
#51524D
(81,82,77)
#3D403A
(61,64,58)
#292E27
(41,46,39)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #DDD0D2

#DDD0D2
(221,208,210)
#E0D4D6
(224,212,214)
#E3D8DA
(227,216,218)
#E6DCDE
(230,220,222)
#E9E0E2
(233,224,226)
#ECE4E6
(236,228,230)
#EFE8EA
(239,232,234)
#F2ECEE
(242,236,238)
#F5F0F2
(245,240,242)
#F8F4F6
(248,244,246)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0D2; }

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

This text font color is #DDD0D2.


Background Color

.myBgColor { background-color: #DDD0D2; }

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

This div background color is #DDD0D2.


Border color

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

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

This div border color is #DDD0D2.


Opacity

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

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

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

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

This text has shadow with #DDD0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD0D2 on black background.


Color preview on white background

This text has color #DDD0D2 on white background.



Black color preview on #DDD0D2 background

This text has black color on #DDD0D2 background.


White color preview on #DDD0D2 background

This text has white color on #DDD0D2 background.