#DBDBDE

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

Shades of Quartz #DBDBDE

Tints of Quartz #DBDBDE

Color information

#DBDBDE (or 0xDBDBDE) is unknown color: approx Quartz. HEX triplet: DB, DB and DE. RGB value is (219,219,222). Sum of RGB (Red+Green+Blue) = 219+219+222=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBDBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBDE is #242421. Grayscale: #DBDBDB. Windows color (decimal): -2368546 or 14605275. OLE color: 14605275.

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

Color convert

RGB219219222-
CMYK0.010.0100.13
HSL240º4.35%86.47%-
HSV(B)240º1.35%87.06%-
XYZ67.737179.24-
YUV219.34129.5127.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 33.18%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=33.18%
G=33.18%
B=33.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192192220.010.0100.132404.3586.47
HexDBDBDE110Df0456
Octal333333336110153604126
Binary1101101111011011110111101101101111100001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBDE; }

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

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

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

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

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

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

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

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