COLOR #DDDDD0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
221
208

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 208 = 650 (100%)
R 221 of 650 ~ 34%
G 221 of 650 ~ 34%
B 208 of 650 ~ 32%

%34
%34
%32

CMYK color model

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

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

CMYK percentages

%0
%0
%5.88
%13.33

Codes

Color #DDDDD0 in popluar color models

DDDDD0
RGB221221208
HSL60°16.05%84.12%
HSB/HSV60°5.88%86.67%
CMYK0.00%0.00%5.88%
13.33%

Color #DDDDD0 in popluar number systems.

HEXDDDDD0
Decimal221221208
Binary110111011101110111010000
Octal335335320

Shades and tints

Shades of #DDDDD0

#DDDDD0
(221,221,208)
#C9C9BE
(201,201,190)
#B5B5AC
(181,181,172)
#A1A19A
(161,161,154)
#8D8D88
(141,141,136)
#797976
(121,121,118)
#656564
(101,101,100)
#515152
(81,81,82)
#3D3D40
(61,61,64)
#29292E
(41,41,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #DDDDD0

#DDDDD0
(221,221,208)
#E0E0D4
(224,224,212)
#E3E3D8
(227,227,216)
#E6E6DC
(230,230,220)
#E9E9E0
(233,233,224)
#ECECE4
(236,236,228)
#EFEFE8
(239,239,232)
#F2F2EC
(242,242,236)
#F5F5F0
(245,245,240)
#F8F8F4
(248,248,244)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDD0; }

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

This text font color is #DDDDD0.


Background Color

.myBgColor { background-color: #DDDDD0; }

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

This div background color is #DDDDD0.


Border color

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

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

This div border color is #DDDDD0.


Opacity

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

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

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

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

This text has shadow with #DDDDD0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDDDD0 on black background.


Color preview on white background

This text has color #DDDDD0 on white background.



Black color preview on #DDDDD0 background

This text has black color on #DDDDD0 background.


White color preview on #DDDDD0 background

This text has white color on #DDDDD0 background.