Shades of Quartz #D7D7DC
Tints of Quartz #D7D7DC
RGB
CMYK
RGB Variations
Color information
#D7D7DC (or 0xD7D7DC) is known color: Quartz. HEX triplet: D7, D7 and DC. RGB value is (215,215,220). Sum of RGB (Red+Green+Blue) = 215+215+220=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7DC is #282823. Grayscale: #D7D7D7. Windows color (decimal): -2631716 or 14473175. OLE color: 14473175.
HSL color Cylindrical-coordinate representation of color #D7D7DC: hue angle of 240º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D7D7DC is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 215 | 220 | - |
CMYK | 0.02 | 0.02 | 0 | 0.14 |
HSL | 240º | 0.07% | 0.85% | - |
HSV(B) | 240º | 0.02% | 0.86% | - |
XYZ | 65.24 | 68.22 | 77.44 | - |
YUV | 215.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 215 | 220 | 0.02 | 0.02 | 0 | 0.14 | 240 | 0.07 | 0.85 |
Hex | D7 | D7 | DC | 2 | 2 | 0 | E | F0 | 7 | 55 |
Octal | 327 | 327 | 334 | 2 | 2 | 0 | 16 | 360 | 7 | 125 |
Binary | 11010111 | 11010111 | 11011100 | 10 | 10 | 0 | 1110 | 11110000 | 111 | 1010101 |
Color Harmonies of #D7D7DC
Complementary color
Monochromatic Colors of #D7D7DC
Black with #D7D7DC
Text Example
Text Example
White with #D7D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D7DC; }
p { color: rgb(215,215,220); }
H1.HeaderClassName
{
color: #D7D7DC;
}
.AnyTagClassName
{
color: #D7D7DC;
}
</style>
background-color css
<style>
a { background-color: #D7D7DC; }
a { background-color: rgb(215,215,220); }
div.DivClassName
{
background-color: #D7D7DC;
}
.BgClassName
{
background-color: #D7D7DC;
}
</style>
border-color css
<style>
span { border-color: #D7D7DC; }
span { border-color: rgb(215,215,220); }
td.TdClassName
{
border-color: #D7D7DC;
}
.TagClassName
{
border-color: #D7D7DC;
}
</style>