Shades of Geyser #C1D0CE
Tints of Geyser #C1D0CE
RGB
CMYK
RGB Variations
Color information
#C1D0CE (or 0xC1D0CE) is known color: Geyser. HEX triplet: C1, D0 and CE. RGB value is (193,208,206). Sum of RGB (Red+Green+Blue) = 193+208+206=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0CE is #3E2F31. Grayscale: #CBCBCB. Windows color (decimal): -4075314 or 13553857. OLE color: 13553857.
HSL color Cylindrical-coordinate representation of color #C1D0CE: hue angle of 172º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1D0CE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 206 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.18 |
| HSL | 172º | 0.14% | 0.79% | - |
| HSV(B) | 172º | 0.07% | 0.82% | - |
| XYZ | 55.69 | 60.91 | 67.21 | - |
| YUV | 203.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 206 | 0.07 | 0 | 0.01 | 0.18 | 172 | 0.14 | 0.79 |
| Hex | C1 | D0 | CE | 7 | 0 | 1 | 12 | AC | E | 4F |
| Octal | 301 | 320 | 316 | 7 | 0 | 1 | 22 | 254 | 16 | 117 |
| Binary | 11000001 | 11010000 | 11001110 | 111 | 0 | 1 | 10010 | 10101100 | 1110 | 1001111 |
Color Harmonies of #C1D0CE
Complementary color
Monochromatic Colors of #C1D0CE
Black with #C1D0CE
Text Example
Text Example
White with #C1D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0CE; }
p { color: rgb(193,208,206); }
H1.HeaderClassName
{
color: #C1D0CE;
}
.AnyTagClassName
{
color: #C1D0CE;
}
</style>
background-color css
<style>
a { background-color: #C1D0CE; }
a { background-color: rgb(193,208,206); }
div.DivClassName
{
background-color: #C1D0CE;
}
.BgClassName
{
background-color: #C1D0CE;
}
</style>
border-color css
<style>
span { border-color: #C1D0CE; }
span { border-color: rgb(193,208,206); }
td.TdClassName
{
border-color: #C1D0CE;
}
.TagClassName
{
border-color: #C1D0CE;
}
</style>