Shades of Geyser #C6D6D2
Tints of Geyser #C6D6D2
RGB
CMYK
RGB Variations
Color information
#C6D6D2 (or 0xC6D6D2) is known color: Geyser. HEX triplet: C6, D6 and D2. RGB value is (198,214,210). Sum of RGB (Red+Green+Blue) = 198+214+210=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6D2 is #39292D. Grayscale: #D0D0D0. Windows color (decimal): -3746094 or 13817542. OLE color: 13817542.
HSL color Cylindrical-coordinate representation of color #C6D6D2: hue angle of 165º degrees, saturation: 0.16, 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 #C6D6D2 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 210 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.16 |
| HSL | 165º | 0.16% | 0.81% | - |
| HSV(B) | 165º | 0.07% | 0.84% | - |
| XYZ | 58.97 | 64.75 | 70.36 | - |
| YUV | 208.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 210 | 0.07 | 0 | 0.02 | 0.16 | 165 | 0.16 | 0.81 |
| Hex | C6 | D6 | D2 | 7 | 0 | 2 | 10 | A5 | 10 | 51 |
| Octal | 306 | 326 | 322 | 7 | 0 | 2 | 20 | 245 | 20 | 121 |
| Binary | 11000110 | 11010110 | 11010010 | 111 | 0 | 10 | 10000 | 10100101 | 10000 | 1010001 |
Color Harmonies of #C6D6D2
Complementary color
Monochromatic Colors of #C6D6D2
Black with #C6D6D2
Text Example
Text Example
White with #C6D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6D2; }
p { color: rgb(198,214,210); }
H1.HeaderClassName
{
color: #C6D6D2;
}
.AnyTagClassName
{
color: #C6D6D2;
}
</style>
background-color css
<style>
a { background-color: #C6D6D2; }
a { background-color: rgb(198,214,210); }
div.DivClassName
{
background-color: #C6D6D2;
}
.BgClassName
{
background-color: #C6D6D2;
}
</style>
border-color css
<style>
span { border-color: #C6D6D2; }
span { border-color: rgb(198,214,210); }
td.TdClassName
{
border-color: #C6D6D2;
}
.TagClassName
{
border-color: #C6D6D2;
}
</style>