#DCD6DC

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

Shades of Snuff #DCD6DC

Tints of Snuff #DCD6DC

Color information

#DCD6DC (or 0xDCD6DC) is unknown color: approx Snuff. HEX triplet: DC, D6 and DC. RGB value is (220,214,220). Sum of RGB (Red+Green+Blue) = 220+214+220=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6DC is #232923. Grayscale: #D8D8D8. Windows color (decimal): -2304292 or 14472924. OLE color: 14472924.

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

Color convert

RGB220214220-
CMYK00.0300.14
HSL300º7.89%85.1%-
HSV(B)300º2.73%86.27%-
XYZ66.4868.4877.42-
YUV216.48129.99130.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=33.64%
G=32.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021422000.0300.143007.8985.1
HexDCD6DC030E12c855
Octal3343263340301645410125
Binary1101110011010110110111000110111010010110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6DC; }

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

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

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

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

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

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

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

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