Shades of Quartz #D6D9F6
Tints of Quartz #D6D9F6
RGB
CMYK
RGB Variations
Color information
#D6D9F6 (or 0xD6D9F6) is known color: Quartz. HEX triplet: D6, D9 and F6. RGB value is (214,217,246). Sum of RGB (Red+Green+Blue) = 214+217+246=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6D9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D9F6 is #292609. Grayscale: #DBDBDB. Windows color (decimal): -2696714 or 16177622. OLE color: 16177622.
HSL color Cylindrical-coordinate representation of color #D6D9F6: hue angle of 234.38º degrees, saturation: 0.64, 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 #D6D9F6 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 217 | 246 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.04 |
| HSL | 234.38º | 0.64% | 0.9% | - |
| HSV(B) | 234.38º | 0.13% | 0.96% | - |
| XYZ | 69.18 | 70.58 | 97.17 | - |
| YUV | 219.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 246 | 0.13 | 0.12 | 0 | 0.04 | 234.38 | 0.64 | 0.9 |
| Hex | D6 | D9 | F6 | D | C | 0 | 4 | EA | 40 | 5A |
| Octal | 326 | 331 | 366 | 15 | 14 | 0 | 4 | 352 | 100 | 132 |
| Binary | 11010110 | 11011001 | 11110110 | 1101 | 1100 | 0 | 100 | 11101010 | 1000000 | 1011010 |
Color Harmonies of #D6D9F6
Complementary color
Monochromatic Colors of #D6D9F6
Black with #D6D9F6
Text Example
Text Example
White with #D6D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9F6; }
p { color: rgb(214,217,246); }
H1.HeaderClassName
{
color: #D6D9F6;
}
.AnyTagClassName
{
color: #D6D9F6;
}
</style>
background-color css
<style>
a { background-color: #D6D9F6; }
a { background-color: rgb(214,217,246); }
div.DivClassName
{
background-color: #D6D9F6;
}
.BgClassName
{
background-color: #D6D9F6;
}
</style>
border-color css
<style>
span { border-color: #D6D9F6; }
span { border-color: rgb(214,217,246); }
td.TdClassName
{
border-color: #D6D9F6;
}
.TagClassName
{
border-color: #D6D9F6;
}
</style>