Shades of Geyser #C6D5D1
Tints of Geyser #C6D5D1
RGB
CMYK
RGB Variations
Color information
#C6D5D1 (or 0xC6D5D1) is known color: Geyser. HEX triplet: C6, D5 and D1. RGB value is (198,213,209). Sum of RGB (Red+Green+Blue) = 198+213+209=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5D1 is #392A2E. Grayscale: #D0D0D0. Windows color (decimal): -3746351 or 13751750. OLE color: 13751750.
HSL color Cylindrical-coordinate representation of color #C6D5D1: hue angle of 164º 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 #C6D5D1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 209 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.16 |
| HSL | 164º | 0.15% | 0.81% | - |
| HSV(B) | 164º | 0.07% | 0.84% | - |
| XYZ | 58.59 | 64.2 | 69.62 | - |
| YUV | 208.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 209 | 0.07 | 0 | 0.02 | 0.16 | 164 | 0.15 | 0.81 |
| Hex | C6 | D5 | D1 | 7 | 0 | 2 | 10 | A4 | F | 51 |
| Octal | 306 | 325 | 321 | 7 | 0 | 2 | 20 | 244 | 17 | 121 |
| Binary | 11000110 | 11010101 | 11010001 | 111 | 0 | 10 | 10000 | 10100100 | 1111 | 1010001 |
Color Harmonies of #C6D5D1
Complementary color
Monochromatic Colors of #C6D5D1
Black with #C6D5D1
Text Example
Text Example
White with #C6D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D5D1; }
p { color: rgb(198,213,209); }
H1.HeaderClassName
{
color: #C6D5D1;
}
.AnyTagClassName
{
color: #C6D5D1;
}
</style>
background-color css
<style>
a { background-color: #C6D5D1; }
a { background-color: rgb(198,213,209); }
div.DivClassName
{
background-color: #C6D5D1;
}
.BgClassName
{
background-color: #C6D5D1;
}
</style>
border-color css
<style>
span { border-color: #C6D5D1; }
span { border-color: rgb(198,213,209); }
td.TdClassName
{
border-color: #C6D5D1;
}
.TagClassName
{
border-color: #C6D5D1;
}
</style>