Shades of Quartz #D7DAF5
Tints of Quartz #D7DAF5
RGB
CMYK
RGB Variations
Color information
#D7DAF5 (or 0xD7DAF5) is known color: Quartz. HEX triplet: D7, DA and F5. RGB value is (215,218,245). Sum of RGB (Red+Green+Blue) = 215+218+245=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7DAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF5 is #28250A. Grayscale: #DCDCDC. Windows color (decimal): -2630923 or 16112343. OLE color: 16112343.
HSL color Cylindrical-coordinate representation of color #D7DAF5: hue angle of 234º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7DAF5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 218 | 245 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.04 |
| HSL | 234º | 0.6% | 0.9% | - |
| HSV(B) | 234º | 0.12% | 0.96% | - |
| XYZ | 69.58 | 71.18 | 96.46 | - |
| YUV | 220.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 245 | 0.12 | 0.11 | 0 | 0.04 | 234 | 0.6 | 0.9 |
| Hex | D7 | DA | F5 | C | B | 0 | 4 | EA | 3C | 5A |
| Octal | 327 | 332 | 365 | 14 | 13 | 0 | 4 | 352 | 74 | 132 |
| Binary | 11010111 | 11011010 | 11110101 | 1100 | 1011 | 0 | 100 | 11101010 | 111100 | 1011010 |
Color Harmonies of #D7DAF5
Complementary color
Monochromatic Colors of #D7DAF5
Black with #D7DAF5
Text Example
Text Example
White with #D7DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAF5; }
p { color: rgb(215,218,245); }
H1.HeaderClassName
{
color: #D7DAF5;
}
.AnyTagClassName
{
color: #D7DAF5;
}
</style>
background-color css
<style>
a { background-color: #D7DAF5; }
a { background-color: rgb(215,218,245); }
div.DivClassName
{
background-color: #D7DAF5;
}
.BgClassName
{
background-color: #D7DAF5;
}
</style>
border-color css
<style>
span { border-color: #D7DAF5; }
span { border-color: rgb(215,218,245); }
td.TdClassName
{
border-color: #D7DAF5;
}
.TagClassName
{
border-color: #D7DAF5;
}
</style>