#DBDBDA

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

Shades of Snow Drift #DBDBDA

Tints of Snow Drift #DBDBDA

Color information

#DBDBDA (or 0xDBDBDA) is unknown color: approx Snow Drift. HEX triplet: DB, DB and DA. RGB value is (219,219,218). Sum of RGB (Red+Green+Blue) = 219+219+218=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBDA is #242425. Grayscale: #DADADA. Windows color (decimal): -2368550 or 14343131. OLE color: 14343131.

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

Color convert

RGB219219218-
CMYK000.000.14
HSL60º1.37%85.69%-
HSV(B)60º0.46%85.88%-
XYZ67.270.7976.45-
YUV218.89127.5128.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=33.38%
G=33.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219218000.000.14601.3785.69
HexDBDBDA000E3c156
Octal33333333200016741126
Binary110110111101101111011010000111011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBDA; }

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

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

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

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

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

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

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

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