Shades of Quartz #D6DAF7
Tints of Quartz #D6DAF7
RGB
CMYK
RGB Variations
Color information
#D6DAF7 (or 0xD6DAF7) is known color: Quartz. HEX triplet: D6, DA and F7. RGB value is (214,218,247). Sum of RGB (Red+Green+Blue) = 214+218+247=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6DAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF7 is #292508. Grayscale: #DBDBDB. Windows color (decimal): -2696457 or 16243414. OLE color: 16243414.
HSL color Cylindrical-coordinate representation of color #D6DAF7: hue angle of 232.73º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6DAF7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 218 | 247 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.03 |
| HSL | 232.73º | 0.67% | 0.9% | - |
| HSV(B) | 232.73º | 0.13% | 0.97% | - |
| XYZ | 69.59 | 71.15 | 98.06 | - |
| YUV | 220.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 247 | 0.13 | 0.12 | 0 | 0.03 | 232.73 | 0.67 | 0.9 |
| Hex | D6 | DA | F7 | D | C | 0 | 3 | E9 | 43 | 5A |
| Octal | 326 | 332 | 367 | 15 | 14 | 0 | 3 | 351 | 103 | 132 |
| Binary | 11010110 | 11011010 | 11110111 | 1101 | 1100 | 0 | 11 | 11101001 | 1000011 | 1011010 |
Color Harmonies of #D6DAF7
Complementary color
Monochromatic Colors of #D6DAF7
Black with #D6DAF7
Text Example
Text Example
White with #D6DAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAF7; }
p { color: rgb(214,218,247); }
H1.HeaderClassName
{
color: #D6DAF7;
}
.AnyTagClassName
{
color: #D6DAF7;
}
</style>
background-color css
<style>
a { background-color: #D6DAF7; }
a { background-color: rgb(214,218,247); }
div.DivClassName
{
background-color: #D6DAF7;
}
.BgClassName
{
background-color: #D6DAF7;
}
</style>
border-color css
<style>
span { border-color: #D6DAF7; }
span { border-color: rgb(214,218,247); }
td.TdClassName
{
border-color: #D6DAF7;
}
.TagClassName
{
border-color: #D6DAF7;
}
</style>