Shades of Quartz #DBDAFA
Tints of Quartz #DBDAFA
RGB
CMYK
RGB Variations
Color information
#DBDAFA (or 0xDBDAFA) is known color: Quartz. HEX triplet: DB, DA and FA. RGB value is (219,218,250). Sum of RGB (Red+Green+Blue) = 219+218+250=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFA is #242505. Grayscale: #DDDDDD. Windows color (decimal): -2368774 or 16440027. OLE color: 16440027.
HSL color Cylindrical-coordinate representation of color #DBDAFA: hue angle of 241.88º degrees, saturation: 0.76, 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 #DBDAFA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 218 | 250 | - |
CMYK | 0.12 | 0.13 | 0 | 0.02 |
HSL | 241.88º | 0.76% | 0.92% | - |
HSV(B) | 241.88º | 0.13% | 0.98% | - |
XYZ | 71.54 | 72.11 | 100.59 | - |
YUV | 221.95 | 143.83 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 250 | 0.12 | 0.13 | 0 | 0.02 | 241.88 | 0.76 | 0.92 |
Hex | DB | DA | FA | C | D | 0 | 2 | F2 | 4C | 5C |
Octal | 333 | 332 | 372 | 14 | 15 | 0 | 2 | 362 | 114 | 134 |
Binary | 11011011 | 11011010 | 11111010 | 1100 | 1101 | 0 | 10 | 11110010 | 1001100 | 1011100 |
Color Harmonies of #DBDAFA
Complementary color
Monochromatic Colors of #DBDAFA
Black with #DBDAFA
Text Example
Text Example
White with #DBDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFA; }
p { color: rgb(219,218,250); }
H1.HeaderClassName
{
color: #DBDAFA;
}
.AnyTagClassName
{
color: #DBDAFA;
}
</style>
background-color css
<style>
a { background-color: #DBDAFA; }
a { background-color: rgb(219,218,250); }
div.DivClassName
{
background-color: #DBDAFA;
}
.BgClassName
{
background-color: #DBDAFA;
}
</style>
border-color css
<style>
span { border-color: #DBDAFA; }
span { border-color: rgb(219,218,250); }
td.TdClassName
{
border-color: #DBDAFA;
}
.TagClassName
{
border-color: #DBDAFA;
}
</style>