Shades of Geyser #C3D8D3
Tints of Geyser #C3D8D3
RGB
CMYK
RGB Variations
Color information
#C3D8D3 (or 0xC3D8D3) is known color: Geyser. HEX triplet: C3, D8 and D3. RGB value is (195,216,211). Sum of RGB (Red+Green+Blue) = 195+216+211=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8D3 is #3C272C. Grayscale: #D1D1D1. Windows color (decimal): -3942189 or 13883587. OLE color: 13883587.
HSL color Cylindrical-coordinate representation of color #C3D8D3: hue angle of 165.71º 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 #C3D8D3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 211 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.15 |
| HSL | 165.71º | 0.21% | 0.81% | - |
| HSV(B) | 165.71º | 0.1% | 0.85% | - |
| XYZ | 58.82 | 65.42 | 71.15 | - |
| YUV | 209.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 211 | 0.10 | 0 | 0.02 | 0.15 | 165.71 | 0.21 | 0.81 |
| Hex | C3 | D8 | D3 | A | 0 | 2 | F | A6 | 15 | 51 |
| Octal | 303 | 330 | 323 | 12 | 0 | 2 | 17 | 246 | 25 | 121 |
| Binary | 11000011 | 11011000 | 11010011 | 1010 | 0 | 10 | 1111 | 10100110 | 10101 | 1010001 |
Color Harmonies of #C3D8D3
Complementary color
Monochromatic Colors of #C3D8D3
Black with #C3D8D3
Text Example
Text Example
White with #C3D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8D3; }
p { color: rgb(195,216,211); }
H1.HeaderClassName
{
color: #C3D8D3;
}
.AnyTagClassName
{
color: #C3D8D3;
}
</style>
background-color css
<style>
a { background-color: #C3D8D3; }
a { background-color: rgb(195,216,211); }
div.DivClassName
{
background-color: #C3D8D3;
}
.BgClassName
{
background-color: #C3D8D3;
}
</style>
border-color css
<style>
span { border-color: #C3D8D3; }
span { border-color: rgb(195,216,211); }
td.TdClassName
{
border-color: #C3D8D3;
}
.TagClassName
{
border-color: #C3D8D3;
}
</style>