#DDD9DC

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

Shades of Snuff #DDD9DC

Tints of Snuff #DDD9DC

Color information

#DDD9DC (or 0xDDD9DC) is unknown color: approx Snuff. HEX triplet: DD, D9 and DC. RGB value is (221,217,220). Sum of RGB (Red+Green+Blue) = 221+217+220=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DC is #222623. Grayscale: #DADADA. Windows color (decimal): -2237988 or 14473693. OLE color: 14473693.

HSL color Cylindrical-coordinate representation of color #DDD9DC: hue angle of 315º 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 #DDD9DC is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221217220-
CMYK00.020.000.13
HSL315º5.56%85.88%-
HSV(B)315º1.81%86.67%-
XYZ67.5570.1777.69-
YUV218.54128.83129.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=33.59%
G=32.98%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121722000.020.000.133155.5685.88
HexDDD9DC020D13b656
Octal335331334020154736126
Binary110111011101100111011100010011011001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9DC; }

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

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

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

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

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

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

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

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