Shades of Quartz #DBDAF9
Tints of Quartz #DBDAF9
RGB
CMYK
RGB Variations
Color information
#DBDAF9 (or 0xDBDAF9) is known color: Quartz. HEX triplet: DB, DA and F9. RGB value is (219,218,249). Sum of RGB (Red+Green+Blue) = 219+218+249=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF9 is #242506. Grayscale: #DDDDDD. Windows color (decimal): -2368775 or 16374491. OLE color: 16374491.
HSL color Cylindrical-coordinate representation of color #DBDAF9: hue angle of 241.94º degrees, saturation: 0.72, 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 #DBDAF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 218 | 249 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.02 |
| HSL | 241.94º | 0.72% | 0.92% | - |
| HSV(B) | 241.94º | 0.12% | 0.98% | - |
| XYZ | 71.38 | 72.04 | 99.77 | - |
| YUV | 221.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 249 | 0.12 | 0.12 | 0 | 0.02 | 241.94 | 0.72 | 0.92 |
| Hex | DB | DA | F9 | C | C | 0 | 2 | F2 | 48 | 5C |
| Octal | 333 | 332 | 371 | 14 | 14 | 0 | 2 | 362 | 110 | 134 |
| Binary | 11011011 | 11011010 | 11111001 | 1100 | 1100 | 0 | 10 | 11110010 | 1001000 | 1011100 |
Color Harmonies of #DBDAF9
Complementary color
Monochromatic Colors of #DBDAF9
Black with #DBDAF9
Text Example
Text Example
White with #DBDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF9; }
p { color: rgb(219,218,249); }
H1.HeaderClassName
{
color: #DBDAF9;
}
.AnyTagClassName
{
color: #DBDAF9;
}
</style>
background-color css
<style>
a { background-color: #DBDAF9; }
a { background-color: rgb(219,218,249); }
div.DivClassName
{
background-color: #DBDAF9;
}
.BgClassName
{
background-color: #DBDAF9;
}
</style>
border-color css
<style>
span { border-color: #DBDAF9; }
span { border-color: rgb(219,218,249); }
td.TdClassName
{
border-color: #DBDAF9;
}
.TagClassName
{
border-color: #DBDAF9;
}
</style>