Shades of Geyser #C8D7D3
Tints of Geyser #C8D7D3
RGB
CMYK
RGB Variations
Color information
#C8D7D3 (or 0xC8D7D3) is known color: Geyser. HEX triplet: C8, D7 and D3. RGB value is (200,215,211). Sum of RGB (Red+Green+Blue) = 200+215+211=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7D3 is #37282C. Grayscale: #D2D2D2. Windows color (decimal): -3614765 or 13883336. OLE color: 13883336.
HSL color Cylindrical-coordinate representation of color #C8D7D3: hue angle of 164º degrees, saturation: 0.16, 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 #C8D7D3 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 211 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.16 |
| HSL | 164º | 0.16% | 0.81% | - |
| HSV(B) | 164º | 0.07% | 0.84% | - |
| XYZ | 59.88 | 65.58 | 71.13 | - |
| YUV | 210.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 211 | 0.07 | 0 | 0.02 | 0.16 | 164 | 0.16 | 0.81 |
| Hex | C8 | D7 | D3 | 7 | 0 | 2 | 10 | A4 | 10 | 51 |
| Octal | 310 | 327 | 323 | 7 | 0 | 2 | 20 | 244 | 20 | 121 |
| Binary | 11001000 | 11010111 | 11010011 | 111 | 0 | 10 | 10000 | 10100100 | 10000 | 1010001 |
Color Harmonies of #C8D7D3
Complementary color
Monochromatic Colors of #C8D7D3
Black with #C8D7D3
Text Example
Text Example
White with #C8D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7D3; }
p { color: rgb(200,215,211); }
H1.HeaderClassName
{
color: #C8D7D3;
}
.AnyTagClassName
{
color: #C8D7D3;
}
</style>
background-color css
<style>
a { background-color: #C8D7D3; }
a { background-color: rgb(200,215,211); }
div.DivClassName
{
background-color: #C8D7D3;
}
.BgClassName
{
background-color: #C8D7D3;
}
</style>
border-color css
<style>
span { border-color: #C8D7D3; }
span { border-color: rgb(200,215,211); }
td.TdClassName
{
border-color: #C8D7D3;
}
.TagClassName
{
border-color: #C8D7D3;
}
</style>