Shades of Geyser #C5D6D2
Tints of Geyser #C5D6D2
RGB
CMYK
RGB Variations
Color information
#C5D6D2 (or 0xC5D6D2) is known color: Geyser. HEX triplet: C5, D6 and D2. RGB value is (197,214,210). Sum of RGB (Red+Green+Blue) = 197+214+210=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6D2 is #3A292D. Grayscale: #D0D0D0. Windows color (decimal): -3811630 or 13817541. OLE color: 13817541.
HSL color Cylindrical-coordinate representation of color #C5D6D2: hue angle of 165.88º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D6D2 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 210 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.16 |
| HSL | 165.88º | 0.17% | 0.81% | - |
| HSV(B) | 165.88º | 0.08% | 0.84% | - |
| XYZ | 58.71 | 64.62 | 70.35 | - |
| YUV | 208.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 210 | 0.08 | 0 | 0.02 | 0.16 | 165.88 | 0.17 | 0.81 |
| Hex | C5 | D6 | D2 | 8 | 0 | 2 | 10 | A6 | 11 | 51 |
| Octal | 305 | 326 | 322 | 10 | 0 | 2 | 20 | 246 | 21 | 121 |
| Binary | 11000101 | 11010110 | 11010010 | 1000 | 0 | 10 | 10000 | 10100110 | 10001 | 1010001 |
Color Harmonies of #C5D6D2
Complementary color
Monochromatic Colors of #C5D6D2
Black with #C5D6D2
Text Example
Text Example
White with #C5D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6D2; }
p { color: rgb(197,214,210); }
H1.HeaderClassName
{
color: #C5D6D2;
}
.AnyTagClassName
{
color: #C5D6D2;
}
</style>
background-color css
<style>
a { background-color: #C5D6D2; }
a { background-color: rgb(197,214,210); }
div.DivClassName
{
background-color: #C5D6D2;
}
.BgClassName
{
background-color: #C5D6D2;
}
</style>
border-color css
<style>
span { border-color: #C5D6D2; }
span { border-color: rgb(197,214,210); }
td.TdClassName
{
border-color: #C5D6D2;
}
.TagClassName
{
border-color: #C5D6D2;
}
</style>