Shades of Geyser #C7D4D0
Tints of Geyser #C7D4D0
RGB
CMYK
RGB Variations
Color information
#C7D4D0 (or 0xC7D4D0) is known color: Geyser. HEX triplet: C7, D4 and D0. RGB value is (199,212,208). Sum of RGB (Red+Green+Blue) = 199+212+208=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4D0 is #382B2F. Grayscale: #CFCFCF. Windows color (decimal): -3681072 or 13685959. OLE color: 13685959.
HSL color Cylindrical-coordinate representation of color #C7D4D0: hue angle of 161.54º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7D4D0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 199 | 212 | 208 | - |
CMYK | 0.06 | 0 | 0.02 | 0.17 |
HSL | 161.54º | 0.13% | 0.81% | - |
HSV(B) | 161.54º | 0.06% | 0.83% | - |
XYZ | 58.48 | 63.78 | 68.9 | - |
YUV | 207.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 212 | 208 | 0.06 | 0 | 0.02 | 0.17 | 161.54 | 0.13 | 0.81 |
Hex | C7 | D4 | D0 | 6 | 0 | 2 | 11 | A2 | D | 51 |
Octal | 307 | 324 | 320 | 6 | 0 | 2 | 21 | 242 | 15 | 121 |
Binary | 11000111 | 11010100 | 11010000 | 110 | 0 | 10 | 10001 | 10100010 | 1101 | 1010001 |
Color Harmonies of #C7D4D0
Complementary color
Monochromatic Colors of #C7D4D0
Black with #C7D4D0
Text Example
Text Example
White with #C7D4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4D0; }
p { color: rgb(199,212,208); }
H1.HeaderClassName
{
color: #C7D4D0;
}
.AnyTagClassName
{
color: #C7D4D0;
}
</style>
background-color css
<style>
a { background-color: #C7D4D0; }
a { background-color: rgb(199,212,208); }
div.DivClassName
{
background-color: #C7D4D0;
}
.BgClassName
{
background-color: #C7D4D0;
}
</style>
border-color css
<style>
span { border-color: #C7D4D0; }
span { border-color: rgb(199,212,208); }
td.TdClassName
{
border-color: #C7D4D0;
}
.TagClassName
{
border-color: #C7D4D0;
}
</style>