Shades of Quartz #DBD7F6
Tints of Quartz #DBD7F6
RGB
CMYK
RGB Variations
Color information
#DBD7F6 (or 0xDBD7F6) is known color: Quartz. HEX triplet: DB, D7 and F6. RGB value is (219,215,246). Sum of RGB (Red+Green+Blue) = 219+215+246=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7F6 is #242809. Grayscale: #DBDBDB. Windows color (decimal): -2369546 or 16177115. OLE color: 16177115.
HSL color Cylindrical-coordinate representation of color #DBD7F6: hue angle of 247.74º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD7F6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 215 | 246 | - |
CMYK | 0.11 | 0.13 | 0 | 0.04 |
HSL | 247.74º | 0.63% | 0.9% | - |
HSV(B) | 247.74º | 0.13% | 0.96% | - |
XYZ | 70.15 | 70.31 | 97.06 | - |
YUV | 219.73 | 142.83 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 246 | 0.11 | 0.13 | 0 | 0.04 | 247.74 | 0.63 | 0.9 |
Hex | DB | D7 | F6 | B | D | 0 | 4 | F8 | 3F | 5A |
Octal | 333 | 327 | 366 | 13 | 15 | 0 | 4 | 370 | 77 | 132 |
Binary | 11011011 | 11010111 | 11110110 | 1011 | 1101 | 0 | 100 | 11111000 | 111111 | 1011010 |
Color Harmonies of #DBD7F6
Complementary color
Monochromatic Colors of #DBD7F6
Black with #DBD7F6
Text Example
Text Example
White with #DBD7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7F6; }
p { color: rgb(219,215,246); }
H1.HeaderClassName
{
color: #DBD7F6;
}
.AnyTagClassName
{
color: #DBD7F6;
}
</style>
background-color css
<style>
a { background-color: #DBD7F6; }
a { background-color: rgb(219,215,246); }
div.DivClassName
{
background-color: #DBD7F6;
}
.BgClassName
{
background-color: #DBD7F6;
}
</style>
border-color css
<style>
span { border-color: #DBD7F6; }
span { border-color: rgb(219,215,246); }
td.TdClassName
{
border-color: #DBD7F6;
}
.TagClassName
{
border-color: #DBD7F6;
}
</style>