Shades of Geyser #C3D2CF
Tints of Geyser #C3D2CF
RGB
CMYK
RGB Variations
Color information
#C3D2CF (or 0xC3D2CF) is known color: Geyser. HEX triplet: C3, D2 and CF. RGB value is (195,210,207). Sum of RGB (Red+Green+Blue) = 195+210+207=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2CF is #3C2D30. Grayscale: #CDCDCD. Windows color (decimal): -3943729 or 13619907. OLE color: 13619907.
HSL color Cylindrical-coordinate representation of color #C3D2CF: 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 #C3D2CF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 207 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.18 |
| HSL | 168º | 0.14% | 0.79% | - |
| HSV(B) | 168º | 0.07% | 0.82% | - |
| XYZ | 56.81 | 62.2 | 68.04 | - |
| YUV | 205.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 207 | 0.07 | 0 | 0.01 | 0.18 | 168 | 0.14 | 0.79 |
| Hex | C3 | D2 | CF | 7 | 0 | 1 | 12 | A8 | E | 4F |
| Octal | 303 | 322 | 317 | 7 | 0 | 1 | 22 | 250 | 16 | 117 |
| Binary | 11000011 | 11010010 | 11001111 | 111 | 0 | 1 | 10010 | 10101000 | 1110 | 1001111 |
Color Harmonies of #C3D2CF
Complementary color
Monochromatic Colors of #C3D2CF
Black with #C3D2CF
Text Example
Text Example
White with #C3D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2CF; }
p { color: rgb(195,210,207); }
H1.HeaderClassName
{
color: #C3D2CF;
}
.AnyTagClassName
{
color: #C3D2CF;
}
</style>
background-color css
<style>
a { background-color: #C3D2CF; }
a { background-color: rgb(195,210,207); }
div.DivClassName
{
background-color: #C3D2CF;
}
.BgClassName
{
background-color: #C3D2CF;
}
</style>
border-color css
<style>
span { border-color: #C3D2CF; }
span { border-color: rgb(195,210,207); }
td.TdClassName
{
border-color: #C3D2CF;
}
.TagClassName
{
border-color: #C3D2CF;
}
</style>