Shades of Quartz #DBD0FB
Tints of Quartz #DBD0FB
RGB
CMYK
RGB Variations
Color information
#DBD0FB (or 0xDBD0FB) is known color: Quartz. HEX triplet: DB, D0 and FB. RGB value is (219,208,251). Sum of RGB (Red+Green+Blue) = 219+208+251=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0FB is #242F04. Grayscale: #D8D8D8. Windows color (decimal): -2371333 or 16503003. OLE color: 16503003.
HSL color Cylindrical-coordinate representation of color #DBD0FB: hue angle of 255.35º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD0FB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 208 | 251 | - |
CMYK | 0.13 | 0.17 | 0 | 0.02 |
HSL | 255.35º | 0.84% | 0.9% | - |
HSV(B) | 255.35º | 0.17% | 0.98% | - |
XYZ | 69.18 | 67.14 | 100.58 | - |
YUV | 216.19 | 147.64 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 251 | 0.13 | 0.17 | 0 | 0.02 | 255.35 | 0.84 | 0.9 |
Hex | DB | D0 | FB | D | 11 | 0 | 2 | FF | 54 | 5A |
Octal | 333 | 320 | 373 | 15 | 21 | 0 | 2 | 377 | 124 | 132 |
Binary | 11011011 | 11010000 | 11111011 | 1101 | 10001 | 0 | 10 | 11111111 | 1010100 | 1011010 |
Color Harmonies of #DBD0FB
Complementary color
Monochromatic Colors of #DBD0FB
Black with #DBD0FB
Text Example
Text Example
White with #DBD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0FB; }
p { color: rgb(219,208,251); }
H1.HeaderClassName
{
color: #DBD0FB;
}
.AnyTagClassName
{
color: #DBD0FB;
}
</style>
background-color css
<style>
a { background-color: #DBD0FB; }
a { background-color: rgb(219,208,251); }
div.DivClassName
{
background-color: #DBD0FB;
}
.BgClassName
{
background-color: #DBD0FB;
}
</style>
border-color css
<style>
span { border-color: #DBD0FB; }
span { border-color: rgb(219,208,251); }
td.TdClassName
{
border-color: #DBD0FB;
}
.TagClassName
{
border-color: #DBD0FB;
}
</style>