#DBDBFB

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

Shades of Quartz #DBDBFB

Tints of Quartz #DBDBFB

Color information

#DBDBFB (or 0xDBDBFB) is unknown color: approx Quartz. HEX triplet: DB, DB and FB. RGB value is (219,219,251). Sum of RGB (Red+Green+Blue) = 219+219+251=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFB is #242404. Grayscale: #DEDEDE. Windows color (decimal): -2368517 or 16505819. OLE color: 16505819.

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

Color convert

RGB219219251-
CMYK0.130.1300.02
HSL240º80%92.16%-
HSV(B)240º12.75%98.43%-
XYZ71.9672.69101.5-
YUV222.65144125.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=31.79%
G=31.79%
B=36.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192192510.130.1300.022408092.16
HexDBDBFBDD02f0505c
Octal333333373151502360120134
Binary110110111101101111111011110111010101111000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBFB; }

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

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

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

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

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

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

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

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