Shades of Quartz #DBDBF8
Tints of Quartz #DBDBF8
RGB
CMYK
RGB Variations
Color information
#DBDBF8 (or 0xDBDBF8) is known color: Quartz. HEX triplet: DB, DB and F8. RGB value is (219,219,248). Sum of RGB (Red+Green+Blue) = 219+219+248=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF8 is #242407. Grayscale: #DEDEDE. Windows color (decimal): -2368520 or 16309211. OLE color: 16309211.
HSL color Cylindrical-coordinate representation of color #DBDBF8: hue angle of 240º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDBF8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 219 | 248 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.03 |
| HSL | 240º | 0.67% | 0.92% | - |
| HSV(B) | 240º | 0.12% | 0.97% | - |
| XYZ | 71.49 | 72.5 | 99.03 | - |
| YUV | 222.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 248 | 0.12 | 0.12 | 0 | 0.03 | 240 | 0.67 | 0.92 |
| Hex | DB | DB | F8 | C | C | 0 | 3 | F0 | 43 | 5C |
| Octal | 333 | 333 | 370 | 14 | 14 | 0 | 3 | 360 | 103 | 134 |
| Binary | 11011011 | 11011011 | 11111000 | 1100 | 1100 | 0 | 11 | 11110000 | 1000011 | 1011100 |
Color Harmonies of #DBDBF8
Complementary color
Monochromatic Colors of #DBDBF8
Black with #DBDBF8
Text Example
Text Example
White with #DBDBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBF8; }
p { color: rgb(219,219,248); }
H1.HeaderClassName
{
color: #DBDBF8;
}
.AnyTagClassName
{
color: #DBDBF8;
}
</style>
background-color css
<style>
a { background-color: #DBDBF8; }
a { background-color: rgb(219,219,248); }
div.DivClassName
{
background-color: #DBDBF8;
}
.BgClassName
{
background-color: #DBDBF8;
}
</style>
border-color css
<style>
span { border-color: #DBDBF8; }
span { border-color: rgb(219,219,248); }
td.TdClassName
{
border-color: #DBDBF8;
}
.TagClassName
{
border-color: #DBDBF8;
}
</style>