Shades of Geyser #C5D7D2
Tints of Geyser #C5D7D2
RGB
CMYK
RGB Variations
Color information
#C5D7D2 (or 0xC5D7D2) is known color: Geyser. HEX triplet: C5, D7 and D2. RGB value is (197,215,210). Sum of RGB (Red+Green+Blue) = 197+215+210=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7D2 is #3A282D. Grayscale: #D1D1D1. Windows color (decimal): -3811374 or 13817797. OLE color: 13817797.
HSL color Cylindrical-coordinate representation of color #C5D7D2: hue angle of 163.33º degrees, saturation: 0.18, 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 #C5D7D2 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 210 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.16 |
| HSL | 163.33º | 0.18% | 0.81% | - |
| HSV(B) | 163.33º | 0.08% | 0.84% | - |
| XYZ | 58.96 | 65.12 | 70.44 | - |
| YUV | 209.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 210 | 0.08 | 0 | 0.02 | 0.16 | 163.33 | 0.18 | 0.81 |
| Hex | C5 | D7 | D2 | 8 | 0 | 2 | 10 | A3 | 12 | 51 |
| Octal | 305 | 327 | 322 | 10 | 0 | 2 | 20 | 243 | 22 | 121 |
| Binary | 11000101 | 11010111 | 11010010 | 1000 | 0 | 10 | 10000 | 10100011 | 10010 | 1010001 |
Color Harmonies of #C5D7D2
Complementary color
Monochromatic Colors of #C5D7D2
Black with #C5D7D2
Text Example
Text Example
White with #C5D7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7D2; }
p { color: rgb(197,215,210); }
H1.HeaderClassName
{
color: #C5D7D2;
}
.AnyTagClassName
{
color: #C5D7D2;
}
</style>
background-color css
<style>
a { background-color: #C5D7D2; }
a { background-color: rgb(197,215,210); }
div.DivClassName
{
background-color: #C5D7D2;
}
.BgClassName
{
background-color: #C5D7D2;
}
</style>
border-color css
<style>
span { border-color: #C5D7D2; }
span { border-color: rgb(197,215,210); }
td.TdClassName
{
border-color: #C5D7D2;
}
.TagClassName
{
border-color: #C5D7D2;
}
</style>