Shades of Geyser #C1D7D2
Tints of Geyser #C1D7D2
RGB
CMYK
RGB Variations
Color information
#C1D7D2 (or 0xC1D7D2) is known color: Geyser. HEX triplet: C1, D7 and D2. RGB value is (193,215,210). Sum of RGB (Red+Green+Blue) = 193+215+210=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7D2 is #3E282D. Grayscale: #CFCFCF. Windows color (decimal): -4073518 or 13817793. OLE color: 13817793.
HSL color Cylindrical-coordinate representation of color #C1D7D2: hue angle of 166.36º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D7D2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 210 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.16 |
| HSL | 166.36º | 0.22% | 0.8% | - |
| HSV(B) | 166.36º | 0.1% | 0.84% | - |
| XYZ | 57.93 | 64.59 | 70.39 | - |
| YUV | 207.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 210 | 0.10 | 0 | 0.02 | 0.16 | 166.36 | 0.22 | 0.8 |
| Hex | C1 | D7 | D2 | A | 0 | 2 | 10 | A6 | 16 | 50 |
| Octal | 301 | 327 | 322 | 12 | 0 | 2 | 20 | 246 | 26 | 120 |
| Binary | 11000001 | 11010111 | 11010010 | 1010 | 0 | 10 | 10000 | 10100110 | 10110 | 1010000 |
Color Harmonies of #C1D7D2
Complementary color
Monochromatic Colors of #C1D7D2
Black with #C1D7D2
Text Example
Text Example
White with #C1D7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7D2; }
p { color: rgb(193,215,210); }
H1.HeaderClassName
{
color: #C1D7D2;
}
.AnyTagClassName
{
color: #C1D7D2;
}
</style>
background-color css
<style>
a { background-color: #C1D7D2; }
a { background-color: rgb(193,215,210); }
div.DivClassName
{
background-color: #C1D7D2;
}
.BgClassName
{
background-color: #C1D7D2;
}
</style>
border-color css
<style>
span { border-color: #C1D7D2; }
span { border-color: rgb(193,215,210); }
td.TdClassName
{
border-color: #C1D7D2;
}
.TagClassName
{
border-color: #C1D7D2;
}
</style>