Shades of Geyser #C8D2D0
Tints of Geyser #C8D2D0
RGB
CMYK
RGB Variations
Color information
#C8D2D0 (or 0xC8D2D0) is known color: Geyser. HEX triplet: C8, D2 and D0. RGB value is (200,210,208). Sum of RGB (Red+Green+Blue) = 200+210+208=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2D0 is #372D2F. Grayscale: #CECECE. Windows color (decimal): -3616048 or 13685448. OLE color: 13685448.
HSL color Cylindrical-coordinate representation of color #C8D2D0: hue angle of 168º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8D2D0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 208 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.18 |
| HSL | 168º | 0.1% | 0.8% | - |
| HSV(B) | 168º | 0.05% | 0.82% | - |
| XYZ | 58.25 | 62.93 | 68.75 | - |
| YUV | 206.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 208 | 0.05 | 0 | 0.01 | 0.18 | 168 | 0.1 | 0.8 |
| Hex | C8 | D2 | D0 | 5 | 0 | 1 | 12 | A8 | A | 50 |
| Octal | 310 | 322 | 320 | 5 | 0 | 1 | 22 | 250 | 12 | 120 |
| Binary | 11001000 | 11010010 | 11010000 | 101 | 0 | 1 | 10010 | 10101000 | 1010 | 1010000 |
Color Harmonies of #C8D2D0
Complementary color
Monochromatic Colors of #C8D2D0
Black with #C8D2D0
Text Example
Text Example
White with #C8D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2D0; }
p { color: rgb(200,210,208); }
H1.HeaderClassName
{
color: #C8D2D0;
}
.AnyTagClassName
{
color: #C8D2D0;
}
</style>
background-color css
<style>
a { background-color: #C8D2D0; }
a { background-color: rgb(200,210,208); }
div.DivClassName
{
background-color: #C8D2D0;
}
.BgClassName
{
background-color: #C8D2D0;
}
</style>
border-color css
<style>
span { border-color: #C8D2D0; }
span { border-color: rgb(200,210,208); }
td.TdClassName
{
border-color: #C8D2D0;
}
.TagClassName
{
border-color: #C8D2D0;
}
</style>