#DBDBDF

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

Shades of Quartz #DBDBDF

Tints of Quartz #DBDBDF

Color information

#DBDBDF (or 0xDBDBDF) is unknown color: approx Quartz. HEX triplet: DB, DB and DF. RGB value is (219,219,223). Sum of RGB (Red+Green+Blue) = 219+219+223=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBDBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBDF is #242420. Grayscale: #DBDBDB. Windows color (decimal): -2368545 or 14670811. OLE color: 14670811.

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

Color convert

RGB219219223-
CMYK0.020.0200.13
HSL240º5.88%86.67%-
HSV(B)240º1.79%87.45%-
XYZ67.8671.0579.95-
YUV219.46130127.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=33.13%
G=33.13%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192192230.020.0200.132405.8886.67
HexDBDBDF220Df0657
Octal333333337220153606127
Binary110110111101101111011111101001101111100001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBDF; }

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

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

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

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

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

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

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

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