Shades of Quartz #D7DAF0
Tints of Quartz #D7DAF0
RGB
CMYK
RGB Variations
Color information
#D7DAF0 (or 0xD7DAF0) is known color: Quartz. HEX triplet: D7, DA and F0. RGB value is (215,218,240). Sum of RGB (Red+Green+Blue) = 215+218+240=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF0 is #28250F. Grayscale: #DBDBDB. Windows color (decimal): -2630928 or 15784663. OLE color: 15784663.
HSL color Cylindrical-coordinate representation of color #D7DAF0: hue angle of 232.8º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DAF0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 218 | 240 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.06 |
| HSL | 232.8º | 0.45% | 0.89% | - |
| HSV(B) | 232.8º | 0.1% | 0.94% | - |
| XYZ | 68.82 | 70.88 | 92.49 | - |
| YUV | 219.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 240 | 0.10 | 0.09 | 0 | 0.06 | 232.8 | 0.45 | 0.89 |
| Hex | D7 | DA | F0 | A | 9 | 0 | 6 | E9 | 2D | 59 |
| Octal | 327 | 332 | 360 | 12 | 11 | 0 | 6 | 351 | 55 | 131 |
| Binary | 11010111 | 11011010 | 11110000 | 1010 | 1001 | 0 | 110 | 11101001 | 101101 | 1011001 |
Color Harmonies of #D7DAF0
Complementary color
Monochromatic Colors of #D7DAF0
Black with #D7DAF0
Text Example
Text Example
White with #D7DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAF0; }
p { color: rgb(215,218,240); }
H1.HeaderClassName
{
color: #D7DAF0;
}
.AnyTagClassName
{
color: #D7DAF0;
}
</style>
background-color css
<style>
a { background-color: #D7DAF0; }
a { background-color: rgb(215,218,240); }
div.DivClassName
{
background-color: #D7DAF0;
}
.BgClassName
{
background-color: #D7DAF0;
}
</style>
border-color css
<style>
span { border-color: #D7DAF0; }
span { border-color: rgb(215,218,240); }
td.TdClassName
{
border-color: #D7DAF0;
}
.TagClassName
{
border-color: #D7DAF0;
}
</style>