#DBDBD8

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

Shades of Snow Drift #DBDBD8

Tints of Snow Drift #DBDBD8

Color information

#DBDBD8 (or 0xDBDBD8) is unknown color: approx Snow Drift. HEX triplet: DB, DB and D8. RGB value is (219,219,216). Sum of RGB (Red+Green+Blue) = 219+219+216=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD8 is #242427. Grayscale: #DADADA. Windows color (decimal): -2368552 or 14212059. OLE color: 14212059.

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

Color convert

RGB219219216-
CMYK000.010.14
HSL60º4%85.29%-
HSV(B)60º1.37%85.88%-
XYZ66.9470.6875.08-
YUV218.66126.5128.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=33.49%
G=33.49%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219216000.010.1460485.29
HexDBDBD8001E3c455
Octal33333333000116744125
Binary11011011110110111101100000111101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBD8; }

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

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

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

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

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

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

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

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