Shades of Quartz #DBDAFB
Tints of Quartz #DBDAFB
RGB
CMYK
RGB Variations
Color information
#DBDAFB (or 0xDBDAFB) is known color: Quartz. HEX triplet: DB, DA and FB. RGB value is (219,218,251). Sum of RGB (Red+Green+Blue) = 219+218+251=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFB is #242504. Grayscale: #DDDDDD. Windows color (decimal): -2368773 or 16505563. OLE color: 16505563.
HSL color Cylindrical-coordinate representation of color #DBDAFB: hue angle of 241.82º 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 #DBDAFB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 218 | 251 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.02 |
| HSL | 241.82º | 0.8% | 0.92% | - |
| HSV(B) | 241.82º | 0.13% | 0.98% | - |
| XYZ | 71.7 | 72.17 | 101.42 | - |
| YUV | 222.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 251 | 0.13 | 0.13 | 0 | 0.02 | 241.82 | 0.8 | 0.92 |
| Hex | DB | DA | FB | D | D | 0 | 2 | F2 | 50 | 5C |
| Octal | 333 | 332 | 373 | 15 | 15 | 0 | 2 | 362 | 120 | 134 |
| Binary | 11011011 | 11011010 | 11111011 | 1101 | 1101 | 0 | 10 | 11110010 | 1010000 | 1011100 |
Color Harmonies of #DBDAFB
Complementary color
Monochromatic Colors of #DBDAFB
Black with #DBDAFB
Text Example
Text Example
White with #DBDAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFB; }
p { color: rgb(219,218,251); }
H1.HeaderClassName
{
color: #DBDAFB;
}
.AnyTagClassName
{
color: #DBDAFB;
}
</style>
background-color css
<style>
a { background-color: #DBDAFB; }
a { background-color: rgb(219,218,251); }
div.DivClassName
{
background-color: #DBDAFB;
}
.BgClassName
{
background-color: #DBDAFB;
}
</style>
border-color css
<style>
span { border-color: #DBDAFB; }
span { border-color: rgb(219,218,251); }
td.TdClassName
{
border-color: #DBDAFB;
}
.TagClassName
{
border-color: #DBDAFB;
}
</style>