Shades of Quartz #D8D6F1
Tints of Quartz #D8D6F1
RGB
CMYK
RGB Variations
Color information
#D8D6F1 (or 0xD8D6F1) is known color: Quartz. HEX triplet: D8, D6 and F1. RGB value is (216,214,241). Sum of RGB (Red+Green+Blue) = 216+214+241=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6F1 is #27290E. Grayscale: #D9D9D9. Windows color (decimal): -2566415 or 15849176. OLE color: 15849176.
HSL color Cylindrical-coordinate representation of color #D8D6F1: hue angle of 244.44º degrees, saturation: 0.49, 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 #D8D6F1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 214 | 241 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.05 |
| HSL | 244.44º | 0.49% | 0.89% | - |
| HSV(B) | 244.44º | 0.11% | 0.95% | - |
| XYZ | 68.24 | 69.04 | 92.95 | - |
| YUV | 217.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 241 | 0.10 | 0.11 | 0 | 0.05 | 244.44 | 0.49 | 0.89 |
| Hex | D8 | D6 | F1 | A | B | 0 | 5 | F4 | 31 | 59 |
| Octal | 330 | 326 | 361 | 12 | 13 | 0 | 5 | 364 | 61 | 131 |
| Binary | 11011000 | 11010110 | 11110001 | 1010 | 1011 | 0 | 101 | 11110100 | 110001 | 1011001 |
Color Harmonies of #D8D6F1
Complementary color
Monochromatic Colors of #D8D6F1
Black with #D8D6F1
Text Example
Text Example
White with #D8D6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6F1; }
p { color: rgb(216,214,241); }
H1.HeaderClassName
{
color: #D8D6F1;
}
.AnyTagClassName
{
color: #D8D6F1;
}
</style>
background-color css
<style>
a { background-color: #D8D6F1; }
a { background-color: rgb(216,214,241); }
div.DivClassName
{
background-color: #D8D6F1;
}
.BgClassName
{
background-color: #D8D6F1;
}
</style>
border-color css
<style>
span { border-color: #D8D6F1; }
span { border-color: rgb(216,214,241); }
td.TdClassName
{
border-color: #D8D6F1;
}
.TagClassName
{
border-color: #D8D6F1;
}
</style>