#DDD9DD

Color #DDD9DD Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #DDD9DD

Tints of Snuff #DDD9DD

Color information

#DDD9DD (or 0xDDD9DD) is unknown color: approx Snuff. HEX triplet: DD, D9 and DD. RGB value is (221,217,221). Sum of RGB (Red+Green+Blue) = 221+217+221=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DD is #222622. Grayscale: #DADADA. Windows color (decimal): -2237987 or 14539229. OLE color: 14539229.

HSL color Cylindrical-coordinate representation of color #DDD9DD: hue angle of 300º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDD9DD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221217221-
CMYK00.0200.13
HSL300º5.56%85.88%-
HSV(B)300º1.81%86.67%-
XYZ67.6870.2278.39-
YUV218.65129.33129.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=33.54%
G=32.93%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121722100.0200.133005.5685.88
HexDDD9DD020D12c656
Octal335331335020154546126
Binary110111011101100111011101010011011001011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9DD; }

 p { color: rgb(221,217,221); }

 H1.HeaderClassName
 {
   color: #DDD9DD;
 }
 .AnyTagClassName
 {
   color: #DDD9DD;
 }
</style>
background-color css

<style>
 a { background-color: #DDD9DD; }

 a { background-color: rgb(221,217,221); }

 div.DivClassName
 {
   background-color: #DDD9DD;
 }
 .BgClassName
 {
   background-color: #DDD9DD;
 }
</style>
border-color css

<style>
 span { border-color: #DDD9DD; }

 span { border-color: rgb(221,217,221); }

 td.TdClassName
 {
   border-color: #DDD9DD;
 }
 .TagClassName
 {
   border-color: #DDD9DD;
 }
</style>