#DBD6DC

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

Shades of Snuff #DBD6DC

Tints of Snuff #DBD6DC

Color information

#DBD6DC (or 0xDBD6DC) is unknown color: approx Snuff. HEX triplet: DB, D6 and DC. RGB value is (219,214,220). Sum of RGB (Red+Green+Blue) = 219+214+220=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DC is #242923. Grayscale: #D8D8D8. Windows color (decimal): -2369828 or 14472923. OLE color: 14472923.

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

Color convert

RGB219214220-
CMYK0.000.0300.14
HSL290º7.89%85.1%-
HSV(B)290º2.73%86.27%-
XYZ66.1868.3277.41-
YUV216.18130.16130.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=33.54%
G=32.77%
B=33.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192142200.000.0300.142907.8985.1
HexDBD6DC030E122855
Octal3333263340301644210125
Binary1101101111010110110111000110111010010001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6DC; }

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

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

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

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

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

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

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

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