Shades of Quartz #DBDBF9
Tints of Quartz #DBDBF9
RGB
CMYK
RGB Variations
Color information
#DBDBF9 (or 0xDBDBF9) is known color: Quartz. HEX triplet: DB, DB and F9. RGB value is (219,219,249). Sum of RGB (Red+Green+Blue) = 219+219+249=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF9 is #242406. Grayscale: #DEDEDE. Windows color (decimal): -2368519 or 16374747. OLE color: 16374747.
HSL color Cylindrical-coordinate representation of color #DBDBF9: hue angle of 240º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDBF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 219 | 249 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 240º | 0.71% | 0.92% | - |
HSV(B) | 240º | 0.12% | 0.98% | - |
XYZ | 71.64 | 72.56 | 99.85 | - |
YUV | 222.42 | 143 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 249 | 0.12 | 0.12 | 0 | 0.02 | 240 | 0.71 | 0.92 |
Hex | DB | DB | F9 | C | C | 0 | 2 | F0 | 47 | 5C |
Octal | 333 | 333 | 371 | 14 | 14 | 0 | 2 | 360 | 107 | 134 |
Binary | 11011011 | 11011011 | 11111001 | 1100 | 1100 | 0 | 10 | 11110000 | 1000111 | 1011100 |
Color Harmonies of #DBDBF9
Complementary color
Monochromatic Colors of #DBDBF9
Black with #DBDBF9
Text Example
Text Example
White with #DBDBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBF9; }
p { color: rgb(219,219,249); }
H1.HeaderClassName
{
color: #DBDBF9;
}
.AnyTagClassName
{
color: #DBDBF9;
}
</style>
background-color css
<style>
a { background-color: #DBDBF9; }
a { background-color: rgb(219,219,249); }
div.DivClassName
{
background-color: #DBDBF9;
}
.BgClassName
{
background-color: #DBDBF9;
}
</style>
border-color css
<style>
span { border-color: #DBDBF9; }
span { border-color: rgb(219,219,249); }
td.TdClassName
{
border-color: #DBDBF9;
}
.TagClassName
{
border-color: #DBDBF9;
}
</style>