Shades of Quartz #DBDBFA
Tints of Quartz #DBDBFA
RGB
CMYK
RGB Variations
Color information
#DBDBFA (or 0xDBDBFA) is known color: Quartz. HEX triplet: DB, DB and FA. RGB value is (219,219,250). Sum of RGB (Red+Green+Blue) = 219+219+250=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFA is #242405. Grayscale: #DEDEDE. Windows color (decimal): -2368518 or 16440283. OLE color: 16440283.
HSL color Cylindrical-coordinate representation of color #DBDBFA: hue angle of 240º degrees, saturation: 0.76, 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 #DBDBFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 219 | 250 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 240º | 0.76% | 0.92% | - |
HSV(B) | 240º | 0.12% | 0.98% | - |
XYZ | 71.8 | 72.63 | 100.68 | - |
YUV | 222.53 | 143.5 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 250 | 0.12 | 0.12 | 0 | 0.02 | 240 | 0.76 | 0.92 |
Hex | DB | DB | FA | C | C | 0 | 2 | F0 | 4C | 5C |
Octal | 333 | 333 | 372 | 14 | 14 | 0 | 2 | 360 | 114 | 134 |
Binary | 11011011 | 11011011 | 11111010 | 1100 | 1100 | 0 | 10 | 11110000 | 1001100 | 1011100 |
Color Harmonies of #DBDBFA
Complementary color
Monochromatic Colors of #DBDBFA
Black with #DBDBFA
Text Example
Text Example
White with #DBDBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBFA; }
p { color: rgb(219,219,250); }
H1.HeaderClassName
{
color: #DBDBFA;
}
.AnyTagClassName
{
color: #DBDBFA;
}
</style>
background-color css
<style>
a { background-color: #DBDBFA; }
a { background-color: rgb(219,219,250); }
div.DivClassName
{
background-color: #DBDBFA;
}
.BgClassName
{
background-color: #DBDBFA;
}
</style>
border-color css
<style>
span { border-color: #DBDBFA; }
span { border-color: rgb(219,219,250); }
td.TdClassName
{
border-color: #DBDBFA;
}
.TagClassName
{
border-color: #DBDBFA;
}
</style>