Shades of Geyser #C3D2CE
Tints of Geyser #C3D2CE
RGB
CMYK
RGB Variations
Color information
#C3D2CE (or 0xC3D2CE) is known color: Geyser. HEX triplet: C3, D2 and CE. RGB value is (195,210,206). Sum of RGB (Red+Green+Blue) = 195+210+206=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2CE is #3C2D31. Grayscale: #CDCDCD. Windows color (decimal): -3943730 or 13554371. OLE color: 13554371.
HSL color Cylindrical-coordinate representation of color #C3D2CE: hue angle of 164º 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 #C3D2CE is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 206 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.18 |
| HSL | 164º | 0.14% | 0.79% | - |
| HSV(B) | 164º | 0.07% | 0.82% | - |
| XYZ | 56.69 | 62.15 | 67.4 | - |
| YUV | 205.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 206 | 0.07 | 0 | 0.02 | 0.18 | 164 | 0.14 | 0.79 |
| Hex | C3 | D2 | CE | 7 | 0 | 2 | 12 | A4 | E | 4F |
| Octal | 303 | 322 | 316 | 7 | 0 | 2 | 22 | 244 | 16 | 117 |
| Binary | 11000011 | 11010010 | 11001110 | 111 | 0 | 10 | 10010 | 10100100 | 1110 | 1001111 |
Color Harmonies of #C3D2CE
Complementary color
Monochromatic Colors of #C3D2CE
Black with #C3D2CE
Text Example
Text Example
White with #C3D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2CE; }
p { color: rgb(195,210,206); }
H1.HeaderClassName
{
color: #C3D2CE;
}
.AnyTagClassName
{
color: #C3D2CE;
}
</style>
background-color css
<style>
a { background-color: #C3D2CE; }
a { background-color: rgb(195,210,206); }
div.DivClassName
{
background-color: #C3D2CE;
}
.BgClassName
{
background-color: #C3D2CE;
}
</style>
border-color css
<style>
span { border-color: #C3D2CE; }
span { border-color: rgb(195,210,206); }
td.TdClassName
{
border-color: #C3D2CE;
}
.TagClassName
{
border-color: #C3D2CE;
}
</style>