Shades of Geyser #C7DAD6
Tints of Geyser #C7DAD6
RGB
CMYK
RGB Variations
Color information
#C7DAD6 (or 0xC7DAD6) is known color: Geyser. HEX triplet: C7, DA and D6. RGB value is (199,218,214). Sum of RGB (Red+Green+Blue) = 199+218+214=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAD6 is #382529. Grayscale: #D3D3D3. Windows color (decimal): -3679530 or 14080711. OLE color: 14080711.
HSL color Cylindrical-coordinate representation of color #C7DAD6: hue angle of 167.37º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DAD6 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 214 | - |
CMYK | 0.09 | 0 | 0.02 | 0.15 |
HSL | 167.37º | 0.2% | 0.82% | - |
HSV(B) | 167.37º | 0.09% | 0.85% | - |
XYZ | 60.76 | 67.14 | 73.38 | - |
YUV | 211.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 214 | 0.09 | 0 | 0.02 | 0.15 | 167.37 | 0.2 | 0.82 |
Hex | C7 | DA | D6 | 9 | 0 | 2 | F | A7 | 14 | 52 |
Octal | 307 | 332 | 326 | 11 | 0 | 2 | 17 | 247 | 24 | 122 |
Binary | 11000111 | 11011010 | 11010110 | 1001 | 0 | 10 | 1111 | 10100111 | 10100 | 1010010 |
Color Harmonies of #C7DAD6
Complementary color
Monochromatic Colors of #C7DAD6
Black with #C7DAD6
Text Example
Text Example
White with #C7DAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAD6; }
p { color: rgb(199,218,214); }
H1.HeaderClassName
{
color: #C7DAD6;
}
.AnyTagClassName
{
color: #C7DAD6;
}
</style>
background-color css
<style>
a { background-color: #C7DAD6; }
a { background-color: rgb(199,218,214); }
div.DivClassName
{
background-color: #C7DAD6;
}
.BgClassName
{
background-color: #C7DAD6;
}
</style>
border-color css
<style>
span { border-color: #C7DAD6; }
span { border-color: rgb(199,218,214); }
td.TdClassName
{
border-color: #C7DAD6;
}
.TagClassName
{
border-color: #C7DAD6;
}
</style>