Shades of Quartz #DBD1F9
Tints of Quartz #DBD1F9
RGB
CMYK
RGB Variations
Color information
#DBD1F9 (or 0xDBD1F9) is known color: Quartz. HEX triplet: DB, D1 and F9. RGB value is (219,209,249). Sum of RGB (Red+Green+Blue) = 219+209+249=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD1F9 is #242E06. Grayscale: #D8D8D8. Windows color (decimal): -2371079 or 16372187. OLE color: 16372187.
HSL color Cylindrical-coordinate representation of color #DBD1F9: hue angle of 255º degrees, saturation: 0.77, 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 #DBD1F9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 209 | 249 | - |
CMYK | 0.12 | 0.16 | 0 | 0.02 |
HSL | 255º | 0.77% | 0.9% | - |
HSV(B) | 255º | 0.16% | 0.98% | - |
XYZ | 69.11 | 67.5 | 99.01 | - |
YUV | 216.55 | 146.31 | 129.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 249 | 0.12 | 0.16 | 0 | 0.02 | 255 | 0.77 | 0.9 |
Hex | DB | D1 | F9 | C | 10 | 0 | 2 | FF | 4D | 5A |
Octal | 333 | 321 | 371 | 14 | 20 | 0 | 2 | 377 | 115 | 132 |
Binary | 11011011 | 11010001 | 11111001 | 1100 | 10000 | 0 | 10 | 11111111 | 1001101 | 1011010 |
Color Harmonies of #DBD1F9
Complementary color
Monochromatic Colors of #DBD1F9
Black with #DBD1F9
Text Example
Text Example
White with #DBD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1F9; }
p { color: rgb(219,209,249); }
H1.HeaderClassName
{
color: #DBD1F9;
}
.AnyTagClassName
{
color: #DBD1F9;
}
</style>
background-color css
<style>
a { background-color: #DBD1F9; }
a { background-color: rgb(219,209,249); }
div.DivClassName
{
background-color: #DBD1F9;
}
.BgClassName
{
background-color: #DBD1F9;
}
</style>
border-color css
<style>
span { border-color: #DBD1F9; }
span { border-color: rgb(219,209,249); }
td.TdClassName
{
border-color: #DBD1F9;
}
.TagClassName
{
border-color: #DBD1F9;
}
</style>