Shades of Geyser #C6D2CF
Tints of Geyser #C6D2CF
RGB
CMYK
RGB Variations
Color information
#C6D2CF (or 0xC6D2CF) is known color: Geyser. HEX triplet: C6, D2 and CF. RGB value is (198,210,207). Sum of RGB (Red+Green+Blue) = 198+210+207=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2CF is #392D30. Grayscale: #CECECE. Windows color (decimal): -3747121 or 13619910. OLE color: 13619910.
HSL color Cylindrical-coordinate representation of color #C6D2CF: hue angle of 165º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6D2CF is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 207 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.18 |
| HSL | 165º | 0.12% | 0.8% | - |
| HSV(B) | 165º | 0.06% | 0.82% | - |
| XYZ | 57.6 | 62.6 | 68.08 | - |
| YUV | 206.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 207 | 0.06 | 0 | 0.01 | 0.18 | 165 | 0.12 | 0.8 |
| Hex | C6 | D2 | CF | 6 | 0 | 1 | 12 | A5 | C | 50 |
| Octal | 306 | 322 | 317 | 6 | 0 | 1 | 22 | 245 | 14 | 120 |
| Binary | 11000110 | 11010010 | 11001111 | 110 | 0 | 1 | 10010 | 10100101 | 1100 | 1010000 |
Color Harmonies of #C6D2CF
Complementary color
Monochromatic Colors of #C6D2CF
Black with #C6D2CF
Text Example
Text Example
White with #C6D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2CF; }
p { color: rgb(198,210,207); }
H1.HeaderClassName
{
color: #C6D2CF;
}
.AnyTagClassName
{
color: #C6D2CF;
}
</style>
background-color css
<style>
a { background-color: #C6D2CF; }
a { background-color: rgb(198,210,207); }
div.DivClassName
{
background-color: #C6D2CF;
}
.BgClassName
{
background-color: #C6D2CF;
}
</style>
border-color css
<style>
span { border-color: #C6D2CF; }
span { border-color: rgb(198,210,207); }
td.TdClassName
{
border-color: #C6D2CF;
}
.TagClassName
{
border-color: #C6D2CF;
}
</style>