Shades of Geyser #C2D1CE
Tints of Geyser #C2D1CE
RGB
CMYK
RGB Variations
Color information
#C2D1CE (or 0xC2D1CE) is known color: Geyser. HEX triplet: C2, D1 and CE. RGB value is (194,209,206). Sum of RGB (Red+Green+Blue) = 194+209+206=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1CE is #3D2E31. Grayscale: #CCCCCC. Windows color (decimal): -4009522 or 13554114. OLE color: 13554114.
HSL color Cylindrical-coordinate representation of color #C2D1CE: hue angle of 168º 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 #C2D1CE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 206 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.18 |
| HSL | 168º | 0.14% | 0.79% | - |
| HSV(B) | 168º | 0.07% | 0.82% | - |
| XYZ | 56.19 | 61.53 | 67.31 | - |
| YUV | 204.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 206 | 0.07 | 0 | 0.01 | 0.18 | 168 | 0.14 | 0.79 |
| Hex | C2 | D1 | CE | 7 | 0 | 1 | 12 | A8 | E | 4F |
| Octal | 302 | 321 | 316 | 7 | 0 | 1 | 22 | 250 | 16 | 117 |
| Binary | 11000010 | 11010001 | 11001110 | 111 | 0 | 1 | 10010 | 10101000 | 1110 | 1001111 |
Color Harmonies of #C2D1CE
Complementary color
Monochromatic Colors of #C2D1CE
Black with #C2D1CE
Text Example
Text Example
White with #C2D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1CE; }
p { color: rgb(194,209,206); }
H1.HeaderClassName
{
color: #C2D1CE;
}
.AnyTagClassName
{
color: #C2D1CE;
}
</style>
background-color css
<style>
a { background-color: #C2D1CE; }
a { background-color: rgb(194,209,206); }
div.DivClassName
{
background-color: #C2D1CE;
}
.BgClassName
{
background-color: #C2D1CE;
}
</style>
border-color css
<style>
span { border-color: #C2D1CE; }
span { border-color: rgb(194,209,206); }
td.TdClassName
{
border-color: #C2D1CE;
}
.TagClassName
{
border-color: #C2D1CE;
}
</style>