Shades of Geyser #C2D9D6
Tints of Geyser #C2D9D6
RGB
CMYK
RGB Variations
Color information
#C2D9D6 (or 0xC2D9D6) is known color: Geyser. HEX triplet: C2, D9 and D6. RGB value is (194,217,214). Sum of RGB (Red+Green+Blue) = 194+217+214=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9D6 is #3D2629. Grayscale: #D1D1D1. Windows color (decimal): -4007466 or 14080450. OLE color: 14080450.
HSL color Cylindrical-coordinate representation of color #C2D9D6: hue angle of 172.17º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9D6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 214 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.15 |
| HSL | 172.17º | 0.23% | 0.81% | - |
| HSV(B) | 172.17º | 0.11% | 0.85% | - |
| XYZ | 59.2 | 65.95 | 73.23 | - |
| YUV | 209.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 214 | 0.11 | 0 | 0.01 | 0.15 | 172.17 | 0.23 | 0.81 |
| Hex | C2 | D9 | D6 | B | 0 | 1 | F | AC | 17 | 51 |
| Octal | 302 | 331 | 326 | 13 | 0 | 1 | 17 | 254 | 27 | 121 |
| Binary | 11000010 | 11011001 | 11010110 | 1011 | 0 | 1 | 1111 | 10101100 | 10111 | 1010001 |
Color Harmonies of #C2D9D6
Complementary color
Monochromatic Colors of #C2D9D6
Black with #C2D9D6
Text Example
Text Example
White with #C2D9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9D6; }
p { color: rgb(194,217,214); }
H1.HeaderClassName
{
color: #C2D9D6;
}
.AnyTagClassName
{
color: #C2D9D6;
}
</style>
background-color css
<style>
a { background-color: #C2D9D6; }
a { background-color: rgb(194,217,214); }
div.DivClassName
{
background-color: #C2D9D6;
}
.BgClassName
{
background-color: #C2D9D6;
}
</style>
border-color css
<style>
span { border-color: #C2D9D6; }
span { border-color: rgb(194,217,214); }
td.TdClassName
{
border-color: #C2D9D6;
}
.TagClassName
{
border-color: #C2D9D6;
}
</style>