Shades of Quartz #D7DAF6
Tints of Quartz #D7DAF6
RGB
CMYK
RGB Variations
Color information
#D7DAF6 (or 0xD7DAF6) is known color: Quartz. HEX triplet: D7, DA and F6. RGB value is (215,218,246). Sum of RGB (Red+Green+Blue) = 215+218+246=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7DAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF6 is #282509. Grayscale: #DCDCDC. Windows color (decimal): -2630922 or 16177879. OLE color: 16177879.
HSL color Cylindrical-coordinate representation of color #D7DAF6: hue angle of 234.19º 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 #D7DAF6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 218 | 246 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.04 |
| HSL | 234.19º | 0.63% | 0.9% | - |
| HSV(B) | 234.19º | 0.13% | 0.96% | - |
| XYZ | 69.73 | 71.24 | 97.27 | - |
| YUV | 220.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 246 | 0.13 | 0.11 | 0 | 0.04 | 234.19 | 0.63 | 0.9 |
| Hex | D7 | DA | F6 | D | B | 0 | 4 | EA | 3F | 5A |
| Octal | 327 | 332 | 366 | 15 | 13 | 0 | 4 | 352 | 77 | 132 |
| Binary | 11010111 | 11011010 | 11110110 | 1101 | 1011 | 0 | 100 | 11101010 | 111111 | 1011010 |
Color Harmonies of #D7DAF6
Complementary color
Monochromatic Colors of #D7DAF6
Black with #D7DAF6
Text Example
Text Example
White with #D7DAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAF6; }
p { color: rgb(215,218,246); }
H1.HeaderClassName
{
color: #D7DAF6;
}
.AnyTagClassName
{
color: #D7DAF6;
}
</style>
background-color css
<style>
a { background-color: #D7DAF6; }
a { background-color: rgb(215,218,246); }
div.DivClassName
{
background-color: #D7DAF6;
}
.BgClassName
{
background-color: #D7DAF6;
}
</style>
border-color css
<style>
span { border-color: #D7DAF6; }
span { border-color: rgb(215,218,246); }
td.TdClassName
{
border-color: #D7DAF6;
}
.TagClassName
{
border-color: #D7DAF6;
}
</style>