Shades of Quartz #D8D8DA
Tints of Quartz #D8D8DA
RGB
CMYK
RGB Variations
Color information
#D8D8DA (or 0xD8D8DA) is known color: Quartz. HEX triplet: D8, D8 and DA. RGB value is (216,216,218). Sum of RGB (Red+Green+Blue) = 216+216+218=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8DA is #272725. Grayscale: #D8D8D8. Windows color (decimal): -2565926 or 14342360. OLE color: 14342360.
HSL color Cylindrical-coordinate representation of color #D8D8DA: hue angle of 240º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D8D8DA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 216 | 218 | - |
CMYK | 0.01 | 0.01 | 0 | 0.15 |
HSL | 240º | 0.03% | 0.85% | - |
HSV(B) | 240º | 0.01% | 0.85% | - |
XYZ | 65.53 | 68.77 | 76.15 | - |
YUV | 216.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 216 | 218 | 0.01 | 0.01 | 0 | 0.15 | 240 | 0.03 | 0.85 |
Hex | D8 | D8 | DA | 1 | 1 | 0 | F | F0 | 3 | 55 |
Octal | 330 | 330 | 332 | 1 | 1 | 0 | 17 | 360 | 3 | 125 |
Binary | 11011000 | 11011000 | 11011010 | 1 | 1 | 0 | 1111 | 11110000 | 11 | 1010101 |
Color Harmonies of #D8D8DA
Complementary color
Monochromatic Colors of #D8D8DA
Black with #D8D8DA
Text Example
Text Example
White with #D8D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8DA; }
p { color: rgb(216,216,218); }
H1.HeaderClassName
{
color: #D8D8DA;
}
.AnyTagClassName
{
color: #D8D8DA;
}
</style>
background-color css
<style>
a { background-color: #D8D8DA; }
a { background-color: rgb(216,216,218); }
div.DivClassName
{
background-color: #D8D8DA;
}
.BgClassName
{
background-color: #D8D8DA;
}
</style>
border-color css
<style>
span { border-color: #D8D8DA; }
span { border-color: rgb(216,216,218); }
td.TdClassName
{
border-color: #D8D8DA;
}
.TagClassName
{
border-color: #D8D8DA;
}
</style>