Shades of Quartz #DBDBF6
Tints of Quartz #DBDBF6
RGB
CMYK
RGB Variations
Color information
#DBDBF6 (or 0xDBDBF6) is known color: Quartz. HEX triplet: DB, DB and F6. RGB value is (219,219,246). Sum of RGB (Red+Green+Blue) = 219+219+246=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBDBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF6 is #242409. Grayscale: #DDDDDD. Windows color (decimal): -2368522 or 16178139. OLE color: 16178139.
HSL color Cylindrical-coordinate representation of color #DBDBF6: hue angle of 240º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDBF6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 219 | 246 | - |
CMYK | 0.11 | 0.11 | 0 | 0.04 |
HSL | 240º | 0.6% | 0.91% | - |
HSV(B) | 240º | 0.11% | 0.96% | - |
XYZ | 71.18 | 72.38 | 97.41 | - |
YUV | 222.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 246 | 0.11 | 0.11 | 0 | 0.04 | 240 | 0.6 | 0.91 |
Hex | DB | DB | F6 | B | B | 0 | 4 | F0 | 3C | 5B |
Octal | 333 | 333 | 366 | 13 | 13 | 0 | 4 | 360 | 74 | 133 |
Binary | 11011011 | 11011011 | 11110110 | 1011 | 1011 | 0 | 100 | 11110000 | 111100 | 1011011 |
Color Harmonies of #DBDBF6
Complementary color
Monochromatic Colors of #DBDBF6
Black with #DBDBF6
Text Example
Text Example
White with #DBDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBF6; }
p { color: rgb(219,219,246); }
H1.HeaderClassName
{
color: #DBDBF6;
}
.AnyTagClassName
{
color: #DBDBF6;
}
</style>
background-color css
<style>
a { background-color: #DBDBF6; }
a { background-color: rgb(219,219,246); }
div.DivClassName
{
background-color: #DBDBF6;
}
.BgClassName
{
background-color: #DBDBF6;
}
</style>
border-color css
<style>
span { border-color: #DBDBF6; }
span { border-color: rgb(219,219,246); }
td.TdClassName
{
border-color: #DBDBF6;
}
.TagClassName
{
border-color: #DBDBF6;
}
</style>