Shades of Geyser #C1DAD6
Tints of Geyser #C1DAD6
RGB
CMYK
RGB Variations
Color information
#C1DAD6 (or 0xC1DAD6) is known color: Geyser. HEX triplet: C1, DA and D6. RGB value is (193,218,214). Sum of RGB (Red+Green+Blue) = 193+218+214=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DAD6 is #3E2529. Grayscale: #D2D2D2. Windows color (decimal): -4072746 or 14080705. OLE color: 14080705.
HSL color Cylindrical-coordinate representation of color #C1DAD6: hue angle of 170.4º degrees, saturation: 0.25, 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 #C1DAD6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 214 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.15 |
| HSL | 170.4º | 0.25% | 0.81% | - |
| HSV(B) | 170.4º | 0.11% | 0.85% | - |
| XYZ | 59.2 | 66.34 | 73.3 | - |
| YUV | 210.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 214 | 0.11 | 0 | 0.02 | 0.15 | 170.4 | 0.25 | 0.81 |
| Hex | C1 | DA | D6 | B | 0 | 2 | F | AA | 19 | 51 |
| Octal | 301 | 332 | 326 | 13 | 0 | 2 | 17 | 252 | 31 | 121 |
| Binary | 11000001 | 11011010 | 11010110 | 1011 | 0 | 10 | 1111 | 10101010 | 11001 | 1010001 |
Color Harmonies of #C1DAD6
Complementary color
Monochromatic Colors of #C1DAD6
Black with #C1DAD6
Text Example
Text Example
White with #C1DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DAD6; }
p { color: rgb(193,218,214); }
H1.HeaderClassName
{
color: #C1DAD6;
}
.AnyTagClassName
{
color: #C1DAD6;
}
</style>
background-color css
<style>
a { background-color: #C1DAD6; }
a { background-color: rgb(193,218,214); }
div.DivClassName
{
background-color: #C1DAD6;
}
.BgClassName
{
background-color: #C1DAD6;
}
</style>
border-color css
<style>
span { border-color: #C1DAD6; }
span { border-color: rgb(193,218,214); }
td.TdClassName
{
border-color: #C1DAD6;
}
.TagClassName
{
border-color: #C1DAD6;
}
</style>