Shades of Geyser #C4D0CE
Tints of Geyser #C4D0CE
RGB
CMYK
RGB Variations
Color information
#C4D0CE (or 0xC4D0CE) is known color: Geyser. HEX triplet: C4, D0 and CE. RGB value is (196,208,206). Sum of RGB (Red+Green+Blue) = 196+208+206=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0CE is #3B2F31. Grayscale: #CCCCCC. Windows color (decimal): -3878706 or 13553860. OLE color: 13553860.
HSL color Cylindrical-coordinate representation of color #C4D0CE: hue angle of 170º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4D0CE is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 208 | 206 | - |
CMYK | 0.06 | 0 | 0.01 | 0.18 |
HSL | 170º | 0.11% | 0.79% | - |
HSV(B) | 170º | 0.06% | 0.82% | - |
XYZ | 56.46 | 61.3 | 67.25 | - |
YUV | 204.18 | 129.02 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 208 | 206 | 0.06 | 0 | 0.01 | 0.18 | 170 | 0.11 | 0.79 |
Hex | C4 | D0 | CE | 6 | 0 | 1 | 12 | AA | B | 4F |
Octal | 304 | 320 | 316 | 6 | 0 | 1 | 22 | 252 | 13 | 117 |
Binary | 11000100 | 11010000 | 11001110 | 110 | 0 | 1 | 10010 | 10101010 | 1011 | 1001111 |
Color Harmonies of #C4D0CE
Complementary color
Monochromatic Colors of #C4D0CE
Black with #C4D0CE
Text Example
Text Example
White with #C4D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0CE; }
p { color: rgb(196,208,206); }
H1.HeaderClassName
{
color: #C4D0CE;
}
.AnyTagClassName
{
color: #C4D0CE;
}
</style>
background-color css
<style>
a { background-color: #C4D0CE; }
a { background-color: rgb(196,208,206); }
div.DivClassName
{
background-color: #C4D0CE;
}
.BgClassName
{
background-color: #C4D0CE;
}
</style>
border-color css
<style>
span { border-color: #C4D0CE; }
span { border-color: rgb(196,208,206); }
td.TdClassName
{
border-color: #C4D0CE;
}
.TagClassName
{
border-color: #C4D0CE;
}
</style>