Shades of Quartz #D8D7F1
Tints of Quartz #D8D7F1
RGB
CMYK
RGB Variations
Color information
#D8D7F1 (or 0xD8D7F1) is known color: Quartz. HEX triplet: D8, D7 and F1. RGB value is (216,215,241). Sum of RGB (Red+Green+Blue) = 216+215+241=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7F1 is #27280E. Grayscale: #DADADA. Windows color (decimal): -2566159 or 15849432. OLE color: 15849432.
HSL color Cylindrical-coordinate representation of color #D8D7F1: hue angle of 242.31º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D7F1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 215 | 241 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.05 |
| HSL | 242.31º | 0.48% | 0.89% | - |
| HSV(B) | 242.31º | 0.11% | 0.95% | - |
| XYZ | 68.5 | 69.55 | 93.03 | - |
| YUV | 218.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 241 | 0.10 | 0.11 | 0 | 0.05 | 242.31 | 0.48 | 0.89 |
| Hex | D8 | D7 | F1 | A | B | 0 | 5 | F2 | 30 | 59 |
| Octal | 330 | 327 | 361 | 12 | 13 | 0 | 5 | 362 | 60 | 131 |
| Binary | 11011000 | 11010111 | 11110001 | 1010 | 1011 | 0 | 101 | 11110010 | 110000 | 1011001 |
Color Harmonies of #D8D7F1
Complementary color
Monochromatic Colors of #D8D7F1
Black with #D8D7F1
Text Example
Text Example
White with #D8D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7F1; }
p { color: rgb(216,215,241); }
H1.HeaderClassName
{
color: #D8D7F1;
}
.AnyTagClassName
{
color: #D8D7F1;
}
</style>
background-color css
<style>
a { background-color: #D8D7F1; }
a { background-color: rgb(216,215,241); }
div.DivClassName
{
background-color: #D8D7F1;
}
.BgClassName
{
background-color: #D8D7F1;
}
</style>
border-color css
<style>
span { border-color: #D8D7F1; }
span { border-color: rgb(216,215,241); }
td.TdClassName
{
border-color: #D8D7F1;
}
.TagClassName
{
border-color: #D8D7F1;
}
</style>