Shades of Geyser #C7D6D1
Tints of Geyser #C7D6D1
RGB
CMYK
RGB Variations
Color information
#C7D6D1 (or 0xC7D6D1) is known color: Geyser. HEX triplet: C7, D6 and D1. RGB value is (199,214,209). Sum of RGB (Red+Green+Blue) = 199+214+209=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6D1 is #38292E. Grayscale: #D0D0D0. Windows color (decimal): -3680559 or 13752007. OLE color: 13752007.
HSL color Cylindrical-coordinate representation of color #C7D6D1: hue angle of 160º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D6D1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 209 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.16 |
| HSL | 160º | 0.15% | 0.81% | - |
| HSV(B) | 160º | 0.07% | 0.84% | - |
| XYZ | 59.11 | 64.84 | 69.72 | - |
| YUV | 208.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 209 | 0.07 | 0 | 0.02 | 0.16 | 160 | 0.15 | 0.81 |
| Hex | C7 | D6 | D1 | 7 | 0 | 2 | 10 | A0 | F | 51 |
| Octal | 307 | 326 | 321 | 7 | 0 | 2 | 20 | 240 | 17 | 121 |
| Binary | 11000111 | 11010110 | 11010001 | 111 | 0 | 10 | 10000 | 10100000 | 1111 | 1010001 |
Color Harmonies of #C7D6D1
Complementary color
Monochromatic Colors of #C7D6D1
Black with #C7D6D1
Text Example
Text Example
White with #C7D6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6D1; }
p { color: rgb(199,214,209); }
H1.HeaderClassName
{
color: #C7D6D1;
}
.AnyTagClassName
{
color: #C7D6D1;
}
</style>
background-color css
<style>
a { background-color: #C7D6D1; }
a { background-color: rgb(199,214,209); }
div.DivClassName
{
background-color: #C7D6D1;
}
.BgClassName
{
background-color: #C7D6D1;
}
</style>
border-color css
<style>
span { border-color: #C7D6D1; }
span { border-color: rgb(199,214,209); }
td.TdClassName
{
border-color: #C7D6D1;
}
.TagClassName
{
border-color: #C7D6D1;
}
</style>