Shades of Quartz #DBDBFB
Tints of Quartz #DBDBFB
RGB
CMYK
RGB Variations
Color information
#DBDBFB (or 0xDBDBFB) is known color: 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
RGB | 219 | 219 | 251 | - |
CMYK | 0.13 | 0.13 | 0 | 0.02 |
HSL | 240º | 0.8% | 0.92% | - |
HSV(B) | 240º | 0.13% | 0.98% | - |
XYZ | 71.96 | 72.69 | 101.5 | - |
YUV | 222.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 251 | 0.13 | 0.13 | 0 | 0.02 | 240 | 0.8 | 0.92 |
Hex | DB | DB | FB | D | D | 0 | 2 | F0 | 50 | 5C |
Octal | 333 | 333 | 373 | 15 | 15 | 0 | 2 | 360 | 120 | 134 |
Binary | 11011011 | 11011011 | 11111011 | 1101 | 1101 | 0 | 10 | 11110000 | 1010000 | 1011100 |
Color Harmonies of #DBDBFB
Complementary color
Monochromatic Colors of #DBDBFB
Black with #DBDBFB
Text Example
Text Example
White with #DBDBFB
Text Example
Text Example
HTML Codes & Css Web 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>