Shades of Geyser #C1D8D3
Tints of Geyser #C1D8D3
RGB
CMYK
RGB Variations
Color information
#C1D8D3 (or 0xC1D8D3) is known color: Geyser. HEX triplet: C1, D8 and D3. RGB value is (193,216,211). Sum of RGB (Red+Green+Blue) = 193+216+211=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8D3 is #3E272C. Grayscale: #D0D0D0. Windows color (decimal): -4073261 or 13883585. OLE color: 13883585.
HSL color Cylindrical-coordinate representation of color #C1D8D3: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D8D3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 211 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.15 |
| HSL | 166.96º | 0.23% | 0.8% | - |
| HSV(B) | 166.96º | 0.11% | 0.85% | - |
| XYZ | 58.31 | 65.15 | 71.13 | - |
| YUV | 208.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 211 | 0.11 | 0 | 0.02 | 0.15 | 166.96 | 0.23 | 0.8 |
| Hex | C1 | D8 | D3 | B | 0 | 2 | F | A7 | 17 | 50 |
| Octal | 301 | 330 | 323 | 13 | 0 | 2 | 17 | 247 | 27 | 120 |
| Binary | 11000001 | 11011000 | 11010011 | 1011 | 0 | 10 | 1111 | 10100111 | 10111 | 1010000 |
Color Harmonies of #C1D8D3
Complementary color
Monochromatic Colors of #C1D8D3
Black with #C1D8D3
Text Example
Text Example
White with #C1D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D8D3; }
p { color: rgb(193,216,211); }
H1.HeaderClassName
{
color: #C1D8D3;
}
.AnyTagClassName
{
color: #C1D8D3;
}
</style>
background-color css
<style>
a { background-color: #C1D8D3; }
a { background-color: rgb(193,216,211); }
div.DivClassName
{
background-color: #C1D8D3;
}
.BgClassName
{
background-color: #C1D8D3;
}
</style>
border-color css
<style>
span { border-color: #C1D8D3; }
span { border-color: rgb(193,216,211); }
td.TdClassName
{
border-color: #C1D8D3;
}
.TagClassName
{
border-color: #C1D8D3;
}
</style>