Shades of Geyser #C4D6D3
Tints of Geyser #C4D6D3
RGB
CMYK
RGB Variations
Color information
#C4D6D3 (or 0xC4D6D3) is known color: Geyser. HEX triplet: C4, D6 and D3. RGB value is (196,214,211). Sum of RGB (Red+Green+Blue) = 196+214+211=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6D3 is #3B292C. Grayscale: #D0D0D0. Windows color (decimal): -3877165 or 13883076. OLE color: 13883076.
HSL color Cylindrical-coordinate representation of color #C4D6D3: hue angle of 170º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D6D3 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 211 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.16 |
| HSL | 170º | 0.18% | 0.8% | - |
| HSV(B) | 170º | 0.08% | 0.84% | - |
| XYZ | 58.57 | 64.53 | 71 | - |
| YUV | 208.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 211 | 0.08 | 0 | 0.01 | 0.16 | 170 | 0.18 | 0.8 |
| Hex | C4 | D6 | D3 | 8 | 0 | 1 | 10 | AA | 12 | 50 |
| Octal | 304 | 326 | 323 | 10 | 0 | 1 | 20 | 252 | 22 | 120 |
| Binary | 11000100 | 11010110 | 11010011 | 1000 | 0 | 1 | 10000 | 10101010 | 10010 | 1010000 |
Color Harmonies of #C4D6D3
Complementary color
Monochromatic Colors of #C4D6D3
Black with #C4D6D3
Text Example
Text Example
White with #C4D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D6D3; }
p { color: rgb(196,214,211); }
H1.HeaderClassName
{
color: #C4D6D3;
}
.AnyTagClassName
{
color: #C4D6D3;
}
</style>
background-color css
<style>
a { background-color: #C4D6D3; }
a { background-color: rgb(196,214,211); }
div.DivClassName
{
background-color: #C4D6D3;
}
.BgClassName
{
background-color: #C4D6D3;
}
</style>
border-color css
<style>
span { border-color: #C4D6D3; }
span { border-color: rgb(196,214,211); }
td.TdClassName
{
border-color: #C4D6D3;
}
.TagClassName
{
border-color: #C4D6D3;
}
</style>