Shades of Geyser #C3D8D4
Tints of Geyser #C3D8D4
RGB
CMYK
RGB Variations
Color information
#C3D8D4 (or 0xC3D8D4) is known color: Geyser. HEX triplet: C3, D8 and D4. RGB value is (195,216,212). Sum of RGB (Red+Green+Blue) = 195+216+212=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8D4 is #3C272B. Grayscale: #D1D1D1. Windows color (decimal): -3942188 or 13949123. OLE color: 13949123.
HSL color Cylindrical-coordinate representation of color #C3D8D4: hue angle of 168.57º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8D4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 212 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.15 |
| HSL | 168.57º | 0.21% | 0.81% | - |
| HSV(B) | 168.57º | 0.1% | 0.85% | - |
| XYZ | 58.95 | 65.47 | 71.82 | - |
| YUV | 209.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 212 | 0.10 | 0 | 0.02 | 0.15 | 168.57 | 0.21 | 0.81 |
| Hex | C3 | D8 | D4 | A | 0 | 2 | F | A9 | 15 | 51 |
| Octal | 303 | 330 | 324 | 12 | 0 | 2 | 17 | 251 | 25 | 121 |
| Binary | 11000011 | 11011000 | 11010100 | 1010 | 0 | 10 | 1111 | 10101001 | 10101 | 1010001 |
Color Harmonies of #C3D8D4
Complementary color
Monochromatic Colors of #C3D8D4
Black with #C3D8D4
Text Example
Text Example
White with #C3D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8D4; }
p { color: rgb(195,216,212); }
H1.HeaderClassName
{
color: #C3D8D4;
}
.AnyTagClassName
{
color: #C3D8D4;
}
</style>
background-color css
<style>
a { background-color: #C3D8D4; }
a { background-color: rgb(195,216,212); }
div.DivClassName
{
background-color: #C3D8D4;
}
.BgClassName
{
background-color: #C3D8D4;
}
</style>
border-color css
<style>
span { border-color: #C3D8D4; }
span { border-color: rgb(195,216,212); }
td.TdClassName
{
border-color: #C3D8D4;
}
.TagClassName
{
border-color: #C3D8D4;
}
</style>