Shades of Quartz #D2D2D7
Tints of Quartz #D2D2D7
RGB
CMYK
RGB Variations
Color information
#D2D2D7 (or 0xD2D2D7) is known color: Quartz. HEX triplet: D2, D2 and D7. RGB value is (210,210,215). Sum of RGB (Red+Green+Blue) = 210+210+215=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2D2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D2D7 is #2D2D28. Grayscale: #D2D2D2. Windows color (decimal): -2960681 or 14144210. OLE color: 14144210.
HSL color Cylindrical-coordinate representation of color #D2D2D7: hue angle of 240º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2D2D7 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 210 | 210 | 215 | - |
CMYK | 0.02 | 0.02 | 0 | 0.16 |
HSL | 240º | 0.06% | 0.83% | - |
HSV(B) | 240º | 0.02% | 0.84% | - |
XYZ | 61.89 | 64.7 | 73.52 | - |
YUV | 210.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 210 | 215 | 0.02 | 0.02 | 0 | 0.16 | 240 | 0.06 | 0.83 |
Hex | D2 | D2 | D7 | 2 | 2 | 0 | 10 | F0 | 6 | 53 |
Octal | 322 | 322 | 327 | 2 | 2 | 0 | 20 | 360 | 6 | 123 |
Binary | 11010010 | 11010010 | 11010111 | 10 | 10 | 0 | 10000 | 11110000 | 110 | 1010011 |
Color Harmonies of #D2D2D7
Complementary color
Monochromatic Colors of #D2D2D7
Black with #D2D2D7
Text Example
Text Example
White with #D2D2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D2D7; }
p { color: rgb(210,210,215); }
H1.HeaderClassName
{
color: #D2D2D7;
}
.AnyTagClassName
{
color: #D2D2D7;
}
</style>
background-color css
<style>
a { background-color: #D2D2D7; }
a { background-color: rgb(210,210,215); }
div.DivClassName
{
background-color: #D2D2D7;
}
.BgClassName
{
background-color: #D2D2D7;
}
</style>
border-color css
<style>
span { border-color: #D2D2D7; }
span { border-color: rgb(210,210,215); }
td.TdClassName
{
border-color: #D2D2D7;
}
.TagClassName
{
border-color: #D2D2D7;
}
</style>