#DBD2DC

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

Shades of Snuff #DBD2DC

Tints of Snuff #DBD2DC

Color information

#DBD2DC (or 0xDBD2DC) is unknown color: approx Snuff. HEX triplet: DB, D2 and DC. RGB value is (219,210,220). Sum of RGB (Red+Green+Blue) = 219+210+220=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2DC is #242D23. Grayscale: #D5D5D5. Windows color (decimal): -2370852 or 14471899. OLE color: 14471899.

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

Color convert

RGB219210220-
CMYK0.000.0500.14
HSL294º12.5%84.31%-
HSV(B)294º4.55%86.27%-
XYZ65.1866.3277.08-
YUV213.83131.48131.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=33.74%
G=32.36%
B=33.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192102200.000.0500.1429412.584.31
HexDBD2DC050E126c54
Octal3333223340501644614124
Binary11011011110100101101110001010111010010011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2DC; }

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

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

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

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

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

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

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

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