Shades of Quartz #D7D4F6
Tints of Quartz #D7D4F6
RGB
CMYK
RGB Variations
Color information
#D7D4F6 (or 0xD7D4F6) is known color: Quartz. HEX triplet: D7, D4 and F6. RGB value is (215,212,246). Sum of RGB (Red+Green+Blue) = 215+212+246=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7D4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4F6 is #282B09. Grayscale: #D8D8D8. Windows color (decimal): -2632458 or 16176343. OLE color: 16176343.
HSL color Cylindrical-coordinate representation of color #D7D4F6: hue angle of 245.29º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D4F6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 212 | 246 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.04 |
| HSL | 245.29º | 0.65% | 0.9% | - |
| HSV(B) | 245.29º | 0.14% | 0.96% | - |
| XYZ | 68.2 | 68.19 | 96.76 | - |
| YUV | 216.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 246 | 0.13 | 0.14 | 0 | 0.04 | 245.29 | 0.65 | 0.9 |
| Hex | D7 | D4 | F6 | D | E | 0 | 4 | F5 | 41 | 5A |
| Octal | 327 | 324 | 366 | 15 | 16 | 0 | 4 | 365 | 101 | 132 |
| Binary | 11010111 | 11010100 | 11110110 | 1101 | 1110 | 0 | 100 | 11110101 | 1000001 | 1011010 |
Color Harmonies of #D7D4F6
Complementary color
Monochromatic Colors of #D7D4F6
Black with #D7D4F6
Text Example
Text Example
White with #D7D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4F6; }
p { color: rgb(215,212,246); }
H1.HeaderClassName
{
color: #D7D4F6;
}
.AnyTagClassName
{
color: #D7D4F6;
}
</style>
background-color css
<style>
a { background-color: #D7D4F6; }
a { background-color: rgb(215,212,246); }
div.DivClassName
{
background-color: #D7D4F6;
}
.BgClassName
{
background-color: #D7D4F6;
}
</style>
border-color css
<style>
span { border-color: #D7D4F6; }
span { border-color: rgb(215,212,246); }
td.TdClassName
{
border-color: #D7D4F6;
}
.TagClassName
{
border-color: #D7D4F6;
}
</style>