Shades of Quartz #D8D7DF
Tints of Quartz #D8D7DF
RGB
CMYK
RGB Variations
Color information
#D8D7DF (or 0xD8D7DF) is known color: Quartz. HEX triplet: D8, D7 and DF. RGB value is (216,215,223). Sum of RGB (Red+Green+Blue) = 216+215+223=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7DF is #272820. Grayscale: #D8D8D8. Windows color (decimal): -2566177 or 14669784. OLE color: 14669784.
HSL color Cylindrical-coordinate representation of color #D8D7DF: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D7DF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 215 | 223 | - |
CMYK | 0.03 | 0.04 | 0 | 0.13 |
HSL | 247.5º | 0.11% | 0.86% | - |
HSV(B) | 247.5º | 0.04% | 0.87% | - |
XYZ | 65.94 | 68.53 | 79.56 | - |
YUV | 216.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 215 | 223 | 0.03 | 0.04 | 0 | 0.13 | 247.5 | 0.11 | 0.86 |
Hex | D8 | D7 | DF | 3 | 4 | 0 | D | F8 | B | 56 |
Octal | 330 | 327 | 337 | 3 | 4 | 0 | 15 | 370 | 13 | 126 |
Binary | 11011000 | 11010111 | 11011111 | 11 | 100 | 0 | 1101 | 11111000 | 1011 | 1010110 |
Color Harmonies of #D8D7DF
Complementary color
Monochromatic Colors of #D8D7DF
Black with #D8D7DF
Text Example
Text Example
White with #D8D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7DF; }
p { color: rgb(216,215,223); }
H1.HeaderClassName
{
color: #D8D7DF;
}
.AnyTagClassName
{
color: #D8D7DF;
}
</style>
background-color css
<style>
a { background-color: #D8D7DF; }
a { background-color: rgb(216,215,223); }
div.DivClassName
{
background-color: #D8D7DF;
}
.BgClassName
{
background-color: #D8D7DF;
}
</style>
border-color css
<style>
span { border-color: #D8D7DF; }
span { border-color: rgb(216,215,223); }
td.TdClassName
{
border-color: #D8D7DF;
}
.TagClassName
{
border-color: #D8D7DF;
}
</style>