#DBD4DB

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

Shades of Snuff #DBD4DB

Tints of Snuff #DBD4DB

Color information

#DBD4DB (or 0xDBD4DB) is unknown color: approx Snuff. HEX triplet: DB, D4 and DB. RGB value is (219,212,219). Sum of RGB (Red+Green+Blue) = 219+212+219=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DB is #242B24. Grayscale: #D6D6D6. Windows color (decimal): -2370341 or 14406875. OLE color: 14406875.

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

Color convert

RGB219212219-
CMYK00.0300.14
HSL300º8.86%84.51%-
HSV(B)300º3.2%85.88%-
XYZ65.5467.2676.55-
YUV214.89130.32130.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=33.69%
G=32.62%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921221900.0300.143008.8684.51
HexDBD4DB030E12c955
Octal3333243330301645411125
Binary1101101111010100110110110110111010010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4DB; }

 p { color: rgb(219,212,219); }

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

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

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

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

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

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

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