COLOR #DDDDD9

HEX: #DDDDD9 RGB: (221,221,217)

Color info

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

RGB color model

#DDDDD9 color RGB value is (221,221,217).

RGB: (221,221,217) (87%, 87%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 217 of 255 = 85%

221
221
217

R + G + B ~ 86%. #DDDDD9 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 217 = 659 (100%)
R 221 of 659 ~ 33.54%
G 221 of 659 ~ 33.54%
B 217 of 659 ~ 32.93'%

%33.54
%33.54
%32.93

CMYK color model

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

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

CMYK: (0,0,2,13)
C0M0Y2K13 (0%, 0%, 2%, 13%)
(0.00 / 0.00 / 0.02 / 0.13)

CMYK percentages

%0
%0
%1.81
%13.33

Codes

Color #DDDDD9 in popluar color models

DD DD D9
RGB 221 221 217
HSL 60° 5.56% 85.88%
HSB/HSV 60° 1.81% 86.67%
CMYK 0.00% 0.00% 1.81%
13.33%

Color #DDDDD9 in popluar number systems.

HEX DD DD D9
Decimal 221 221 217
Binary 11011101 11011101 11011001
Octal 335 335 331

Shades and tints

Shades of #DDDDD9

#DDDDD9
(221,221,217)
#C9C9C6
(201,201,198)
#B5B5B3
(181,181,179)
#A1A1A0
(161,161,160)
#8D8D8D
(141,141,141)
#79797A
(121,121,122)
#656567
(101,101,103)
#515154
(81,81,84)
#3D3D41
(61,61,65)
#29292E
(41,41,46)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #DDDDD9

#DDDDD9
(221,221,217)
#E0E0DC
(224,224,220)
#E3E3DF
(227,227,223)
#E6E6E2
(230,230,226)
#E9E9E5
(233,233,229)
#ECECE8
(236,236,232)
#EFEFEB
(239,239,235)
#F2F2EE
(242,242,238)
#F5F5F1
(245,245,241)
#F8F8F4
(248,248,244)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDD9; }

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

This text font color is #DDDDD9.

Background Color

.myBgColor { background-color: #DDDDD9; }

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

This div background color is #DDDDD9.

Border color

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

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

This div border color is #DDDDD9.

Opacity

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

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

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

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

This text has shadow with #DDDDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDD9.

Preview

Color preview on black background

This text has color #DDDDD9 on black background.


Color preview on white background

This text has color #DDDDD9 on white background.


Black color preview on #DDDDD9 background

This text has black color on #DDDDD9 background.


White color preview on #DDDDD9 background

This text has white color on #DDDDD9 background.


Related colors

Complementary color

Complementary color for #hex is #222226.


I love getcolorcode.com