Shades of Quartz #DBD6F0
Tints of Quartz #DBD6F0
RGB
CMYK
RGB Variations
Color information
#DBD6F0 (or 0xDBD6F0) is known color: Quartz. HEX triplet: DB, D6 and F0. RGB value is (219,214,240). Sum of RGB (Red+Green+Blue) = 219+214+240=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD6F0 is #24290F. Grayscale: #DADADA. Windows color (decimal): -2369808 or 15783643. OLE color: 15783643.
HSL color Cylindrical-coordinate representation of color #DBD6F0: hue angle of 251.54º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD6F0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 214 | 240 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.06 |
| HSL | 251.54º | 0.46% | 0.89% | - |
| HSV(B) | 251.54º | 0.11% | 0.94% | - |
| XYZ | 68.99 | 69.44 | 92.21 | - |
| YUV | 218.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 240 | 0.09 | 0.11 | 0 | 0.06 | 251.54 | 0.46 | 0.89 |
| Hex | DB | D6 | F0 | 9 | B | 0 | 6 | FC | 2E | 59 |
| Octal | 333 | 326 | 360 | 11 | 13 | 0 | 6 | 374 | 56 | 131 |
| Binary | 11011011 | 11010110 | 11110000 | 1001 | 1011 | 0 | 110 | 11111100 | 101110 | 1011001 |
Color Harmonies of #DBD6F0
Complementary color
Monochromatic Colors of #DBD6F0
Black with #DBD6F0
Text Example
Text Example
White with #DBD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6F0; }
p { color: rgb(219,214,240); }
H1.HeaderClassName
{
color: #DBD6F0;
}
.AnyTagClassName
{
color: #DBD6F0;
}
</style>
background-color css
<style>
a { background-color: #DBD6F0; }
a { background-color: rgb(219,214,240); }
div.DivClassName
{
background-color: #DBD6F0;
}
.BgClassName
{
background-color: #DBD6F0;
}
</style>
border-color css
<style>
span { border-color: #DBD6F0; }
span { border-color: rgb(219,214,240); }
td.TdClassName
{
border-color: #DBD6F0;
}
.TagClassName
{
border-color: #DBD6F0;
}
</style>