Shades of Quartz #DBDAF7
Tints of Quartz #DBDAF7
RGB
CMYK
RGB Variations
Color information
#DBDAF7 (or 0xDBDAF7) is known color: Quartz. HEX triplet: DB, DA and F7. RGB value is (219,218,247). Sum of RGB (Red+Green+Blue) = 219+218+247=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF7 is #242508. Grayscale: #DDDDDD. Windows color (decimal): -2368777 or 16243419. OLE color: 16243419.
HSL color Cylindrical-coordinate representation of color #DBDAF7: hue angle of 242.07º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDAF7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 218 | 247 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.03 |
| HSL | 242.07º | 0.64% | 0.91% | - |
| HSV(B) | 242.07º | 0.12% | 0.97% | - |
| XYZ | 71.07 | 71.92 | 98.13 | - |
| YUV | 221.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 247 | 0.11 | 0.12 | 0 | 0.03 | 242.07 | 0.64 | 0.91 |
| Hex | DB | DA | F7 | B | C | 0 | 3 | F2 | 40 | 5B |
| Octal | 333 | 332 | 367 | 13 | 14 | 0 | 3 | 362 | 100 | 133 |
| Binary | 11011011 | 11011010 | 11110111 | 1011 | 1100 | 0 | 11 | 11110010 | 1000000 | 1011011 |
Color Harmonies of #DBDAF7
Complementary color
Monochromatic Colors of #DBDAF7
Black with #DBDAF7
Text Example
Text Example
White with #DBDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF7; }
p { color: rgb(219,218,247); }
H1.HeaderClassName
{
color: #DBDAF7;
}
.AnyTagClassName
{
color: #DBDAF7;
}
</style>
background-color css
<style>
a { background-color: #DBDAF7; }
a { background-color: rgb(219,218,247); }
div.DivClassName
{
background-color: #DBDAF7;
}
.BgClassName
{
background-color: #DBDAF7;
}
</style>
border-color css
<style>
span { border-color: #DBDAF7; }
span { border-color: rgb(219,218,247); }
td.TdClassName
{
border-color: #DBDAF7;
}
.TagClassName
{
border-color: #DBDAF7;
}
</style>