#DBD7DA

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

Shades of Snuff #DBD7DA

Tints of Snuff #DBD7DA

Color information

#DBD7DA (or 0xDBD7DA) is unknown color: approx Snuff. HEX triplet: DB, D7 and DA. RGB value is (219,215,218). Sum of RGB (Red+Green+Blue) = 219+215+218=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DA is #242825. Grayscale: #D8D8D8. Windows color (decimal): -2369574 or 14342107. OLE color: 14342107.

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

Color convert

RGB219215218-
CMYK00.020.000.14
HSL315º5.26%85.1%-
HSV(B)315º1.83%85.88%-
XYZ66.1768.7276.11-
YUV216.54128.83129.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=33.59%
G=32.98%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921521800.020.000.143155.2685.1
HexDBD7DA020E13b555
Octal333327332020164735125
Binary110110111101011111011010010011101001110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7DA; }

 p { color: rgb(219,215,218); }

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

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

 a { background-color: rgb(219,215,218); }

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

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

 span { border-color: rgb(219,215,218); }

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