Shades of Geyser #C8D8D5
Tints of Geyser #C8D8D5
RGB
CMYK
RGB Variations
Color information
#C8D8D5 (or 0xC8D8D5) is known color: Geyser. HEX triplet: C8, D8 and D5. RGB value is (200,216,213). Sum of RGB (Red+Green+Blue) = 200+216+213=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8D5 is #37272A. Grayscale: #D2D2D2. Windows color (decimal): -3614507 or 14014664. OLE color: 14014664.
HSL color Cylindrical-coordinate representation of color #C8D8D5: hue angle of 168.75º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D8D5 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 213 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.15 |
| HSL | 168.75º | 0.17% | 0.82% | - |
| HSV(B) | 168.75º | 0.07% | 0.85% | - |
| XYZ | 60.39 | 66.2 | 72.55 | - |
| YUV | 210.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 213 | 0.07 | 0 | 0.01 | 0.15 | 168.75 | 0.17 | 0.82 |
| Hex | C8 | D8 | D5 | 7 | 0 | 1 | F | A9 | 11 | 52 |
| Octal | 310 | 330 | 325 | 7 | 0 | 1 | 17 | 251 | 21 | 122 |
| Binary | 11001000 | 11011000 | 11010101 | 111 | 0 | 1 | 1111 | 10101001 | 10001 | 1010010 |
Color Harmonies of #C8D8D5
Complementary color
Monochromatic Colors of #C8D8D5
Black with #C8D8D5
Text Example
Text Example
White with #C8D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8D5; }
p { color: rgb(200,216,213); }
H1.HeaderClassName
{
color: #C8D8D5;
}
.AnyTagClassName
{
color: #C8D8D5;
}
</style>
background-color css
<style>
a { background-color: #C8D8D5; }
a { background-color: rgb(200,216,213); }
div.DivClassName
{
background-color: #C8D8D5;
}
.BgClassName
{
background-color: #C8D8D5;
}
</style>
border-color css
<style>
span { border-color: #C8D8D5; }
span { border-color: rgb(200,216,213); }
td.TdClassName
{
border-color: #C8D8D5;
}
.TagClassName
{
border-color: #C8D8D5;
}
</style>