#DBDBD9

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

Shades of Snow Drift #DBDBD9

Tints of Snow Drift #DBDBD9

Color information

#DBDBD9 (or 0xDBDBD9) is unknown color: approx Snow Drift. HEX triplet: DB, DB and D9. RGB value is (219,219,217). Sum of RGB (Red+Green+Blue) = 219+219+217=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD9 is #242426. Grayscale: #DADADA. Windows color (decimal): -2368551 or 14277595. OLE color: 14277595.

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

Color convert

RGB219219217-
CMYK000.010.14
HSL60º2.7%85.49%-
HSV(B)60º0.91%85.88%-
XYZ67.0770.7375.76-
YUV218.77127128.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=33.44%
G=33.44%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219217000.010.14602.785.49
HexDBDBD9001E3c355
Octal33333333100116743125
Binary1101101111011011110110010011110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBD9; }

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

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

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

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

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

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

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

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