#DCD9DC

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

Shades of Snuff #DCD9DC

Tints of Snuff #DCD9DC

Color information

#DCD9DC (or 0xDCD9DC) is unknown color: approx Snuff. HEX triplet: DC, D9 and DC. RGB value is (220,217,220). Sum of RGB (Red+Green+Blue) = 220+217+220=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9DC is #232623. Grayscale: #DADADA. Windows color (decimal): -2303524 or 14473692. OLE color: 14473692.

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

Color convert

RGB220217220-
CMYK00.0100.14
HSL300º4.11%85.69%-
HSV(B)300º1.36%86.27%-
XYZ67.2570.0177.68-
YUV218.24128.99129.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=33.49%
G=33.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021722000.0100.143004.1185.69
HexDCD9DC010E12c456
Octal334331334010164544126
Binary11011100110110011101110001011101001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9DC; }

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

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

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

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

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

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

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

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