Shades of Quartz #DBD2FB
Tints of Quartz #DBD2FB
RGB
CMYK
RGB Variations
Color information
#DBD2FB (or 0xDBD2FB) is known color: Quartz. HEX triplet: DB, D2 and FB. RGB value is (219,210,251). Sum of RGB (Red+Green+Blue) = 219+210+251=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD2FB is #242D04. Grayscale: #D9D9D9. Windows color (decimal): -2370821 or 16503515. OLE color: 16503515.
HSL color Cylindrical-coordinate representation of color #DBD2FB: hue angle of 253.17º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD2FB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 210 | 251 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.02 |
| HSL | 253.17º | 0.84% | 0.9% | - |
| HSV(B) | 253.17º | 0.16% | 0.98% | - |
| XYZ | 69.67 | 68.12 | 100.74 | - |
| YUV | 217.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 251 | 0.13 | 0.16 | 0 | 0.02 | 253.17 | 0.84 | 0.9 |
| Hex | DB | D2 | FB | D | 10 | 0 | 2 | FD | 54 | 5A |
| Octal | 333 | 322 | 373 | 15 | 20 | 0 | 2 | 375 | 124 | 132 |
| Binary | 11011011 | 11010010 | 11111011 | 1101 | 10000 | 0 | 10 | 11111101 | 1010100 | 1011010 |
Color Harmonies of #DBD2FB
Complementary color
Monochromatic Colors of #DBD2FB
Black with #DBD2FB
Text Example
Text Example
White with #DBD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2FB; }
p { color: rgb(219,210,251); }
H1.HeaderClassName
{
color: #DBD2FB;
}
.AnyTagClassName
{
color: #DBD2FB;
}
</style>
background-color css
<style>
a { background-color: #DBD2FB; }
a { background-color: rgb(219,210,251); }
div.DivClassName
{
background-color: #DBD2FB;
}
.BgClassName
{
background-color: #DBD2FB;
}
</style>
border-color css
<style>
span { border-color: #DBD2FB; }
span { border-color: rgb(219,210,251); }
td.TdClassName
{
border-color: #DBD2FB;
}
.TagClassName
{
border-color: #DBD2FB;
}
</style>