Shades of Geyser #D2D7D6
Tints of Geyser #D2D7D6
RGB
CMYK
RGB Variations
Color information
#D2D7D6 (or 0xD2D7D6) is known color: Geyser. HEX triplet: D2, D7 and D6. RGB value is (210,215,214). Sum of RGB (Red+Green+Blue) = 210+215+214=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7D6 is #2D2829. Grayscale: #D5D5D5. Windows color (decimal): -2959402 or 14079954. OLE color: 14079954.
HSL color Cylindrical-coordinate representation of color #D2D7D6: hue angle of 168º 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 #D2D7D6 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 210 | 215 | 214 | - |
CMYK | 0.02 | 0 | 0.00 | 0.16 |
HSL | 168º | 0.06% | 0.83% | - |
HSV(B) | 168º | 0.02% | 0.84% | - |
XYZ | 63.02 | 67.16 | 73.26 | - |
YUV | 213.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 215 | 214 | 0.02 | 0 | 0.00 | 0.16 | 168 | 0.06 | 0.83 |
Hex | D2 | D7 | D6 | 2 | 0 | 0 | 10 | A8 | 6 | 53 |
Octal | 322 | 327 | 326 | 2 | 0 | 0 | 20 | 250 | 6 | 123 |
Binary | 11010010 | 11010111 | 11010110 | 10 | 0 | 0 | 10000 | 10101000 | 110 | 1010011 |
Color Harmonies of #D2D7D6
Complementary color
Monochromatic Colors of #D2D7D6
Black with #D2D7D6
Text Example
Text Example
White with #D2D7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7D6; }
p { color: rgb(210,215,214); }
H1.HeaderClassName
{
color: #D2D7D6;
}
.AnyTagClassName
{
color: #D2D7D6;
}
</style>
background-color css
<style>
a { background-color: #D2D7D6; }
a { background-color: rgb(210,215,214); }
div.DivClassName
{
background-color: #D2D7D6;
}
.BgClassName
{
background-color: #D2D7D6;
}
</style>
border-color css
<style>
span { border-color: #D2D7D6; }
span { border-color: rgb(210,215,214); }
td.TdClassName
{
border-color: #D2D7D6;
}
.TagClassName
{
border-color: #D2D7D6;
}
</style>