Shades of Geyser #C4D8D5
Tints of Geyser #C4D8D5
RGB
CMYK
RGB Variations
Color information
#C4D8D5 (or 0xC4D8D5) is known color: Geyser. HEX triplet: C4, D8 and D5. RGB value is (196,216,213). Sum of RGB (Red+Green+Blue) = 196+216+213=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8D5 is #3B272A. Grayscale: #D1D1D1. Windows color (decimal): -3876651 or 14014660. OLE color: 14014660.
HSL color Cylindrical-coordinate representation of color #C4D8D5: hue angle of 171º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D8D5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 213 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.15 |
| HSL | 171º | 0.2% | 0.81% | - |
| HSV(B) | 171º | 0.09% | 0.85% | - |
| XYZ | 59.33 | 65.65 | 72.5 | - |
| YUV | 209.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 213 | 0.09 | 0 | 0.01 | 0.15 | 171 | 0.2 | 0.81 |
| Hex | C4 | D8 | D5 | 9 | 0 | 1 | F | AB | 14 | 51 |
| Octal | 304 | 330 | 325 | 11 | 0 | 1 | 17 | 253 | 24 | 121 |
| Binary | 11000100 | 11011000 | 11010101 | 1001 | 0 | 1 | 1111 | 10101011 | 10100 | 1010001 |
Color Harmonies of #C4D8D5
Complementary color
Monochromatic Colors of #C4D8D5
Black with #C4D8D5
Text Example
Text Example
White with #C4D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8D5; }
p { color: rgb(196,216,213); }
H1.HeaderClassName
{
color: #C4D8D5;
}
.AnyTagClassName
{
color: #C4D8D5;
}
</style>
background-color css
<style>
a { background-color: #C4D8D5; }
a { background-color: rgb(196,216,213); }
div.DivClassName
{
background-color: #C4D8D5;
}
.BgClassName
{
background-color: #C4D8D5;
}
</style>
border-color css
<style>
span { border-color: #C4D8D5; }
span { border-color: rgb(196,216,213); }
td.TdClassName
{
border-color: #C4D8D5;
}
.TagClassName
{
border-color: #C4D8D5;
}
</style>