COLOR #DDD0D0

HEX: #DDD0D0 RGB: (221,208,208)

Color info

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

RGB color model

#DDD0D0 color RGB value is (221,208,208).

RGB: (221,208,208) (87%, 82%, 82%)

RGB channels and saturation

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

221
208
208

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

Portions of RGB colors in percentages

R + G + B = 221 + 208 + 208 = 637 (100%)
R 221 of 637 ~ 34.69%
G 208 of 637 ~ 32.65%
B 208 of 637 ~ 32.65'%

%34.69
%32.65
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 5.88%
  • key color value is 13.33%

CMYK: (0,6,6,13)
C0M6Y6K13 (0%, 6%, 6%, 13%)
(0.00 / 0.06 / 0.06 / 0.13)

CMYK percentages

%0
%5.88
%5.88
%13.33

Codes

Color #DDD0D0 in popluar color models

DD D0 D0
RGB 221 208 208
HSL 16.05% 84.12%
HSB/HSV 5.88% 86.67%
CMYK 0.00% 5.88% 5.88%
13.33%

Color #DDD0D0 in popluar number systems.

HEX DD D0 D0
Decimal 221 208 208
Binary 11011101 11010000 11010000
Octal 335 320 320

Shades and tints

Shades of #DDD0D0

#DDD0D0
(221,208,208)
#C9BEBE
(201,190,190)
#B5ACAC
(181,172,172)
#A19A9A
(161,154,154)
#8D8888
(141,136,136)
#797676
(121,118,118)
#656464
(101,100,100)
#515252
(81,82,82)
#3D4040
(61,64,64)
#292E2E
(41,46,46)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #DDD0D0

#DDD0D0
(221,208,208)
#E0D4D4
(224,212,212)
#E3D8D8
(227,216,216)
#E6DCDC
(230,220,220)
#E9E0E0
(233,224,224)
#ECE4E4
(236,228,228)
#EFE8E8
(239,232,232)
#F2ECEC
(242,236,236)
#F5F0F0
(245,240,240)
#F8F4F4
(248,244,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD0D0; }

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

This text font color is #DDD0D0.

Background Color

.myBgColor { background-color: #DDD0D0; }

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

This div background color is #DDD0D0.

Border color

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

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

This div border color is #DDD0D0.

Opacity

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

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

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

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

This text has shadow with #DDD0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD0D0.

Preview

Color preview on black background

This text has color #DDD0D0 on black background.


Color preview on white background

This text has color #DDD0D0 on white background.


Black color preview on #DDD0D0 background

This text has black color on #DDD0D0 background.


White color preview on #DDD0D0 background

This text has white color on #DDD0D0 background.


Related colors

Complementary color

Complementary color for #hex is #222F2F.


I love getcolorcode.com