Shades of Zumthor #C7D6D8
Tints of Zumthor #C7D6D8
RGB
CMYK
RGB Variations
Color information
#C7D6D8 (or 0xC7D6D8) is known color: Zumthor. HEX triplet: C7, D6 and D8. RGB value is (199,214,216). Sum of RGB (Red+Green+Blue) = 199+214+216=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7D6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6D8 is #382927. Grayscale: #D1D1D1. Windows color (decimal): -3680552 or 14210759. OLE color: 14210759.
HSL color Cylindrical-coordinate representation of color #C7D6D8: hue angle of 187.06º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7D6D8 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 214 | 216 | - |
CMYK | 0.08 | 0.01 | 0 | 0.15 |
HSL | 187.06º | 0.18% | 0.81% | - |
HSV(B) | 187.06º | 0.08% | 0.85% | - |
XYZ | 59.99 | 65.19 | 74.39 | - |
YUV | 209.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 216 | 0.08 | 0.01 | 0 | 0.15 | 187.06 | 0.18 | 0.81 |
Hex | C7 | D6 | D8 | 8 | 1 | 0 | F | BB | 12 | 51 |
Octal | 307 | 326 | 330 | 10 | 1 | 0 | 17 | 273 | 22 | 121 |
Binary | 11000111 | 11010110 | 11011000 | 1000 | 1 | 0 | 1111 | 10111011 | 10010 | 1010001 |
Color Harmonies of #C7D6D8
Complementary color
Monochromatic Colors of #C7D6D8
Black with #C7D6D8
Text Example
Text Example
White with #C7D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6D8; }
p { color: rgb(199,214,216); }
H1.HeaderClassName
{
color: #C7D6D8;
}
.AnyTagClassName
{
color: #C7D6D8;
}
</style>
background-color css
<style>
a { background-color: #C7D6D8; }
a { background-color: rgb(199,214,216); }
div.DivClassName
{
background-color: #C7D6D8;
}
.BgClassName
{
background-color: #C7D6D8;
}
</style>
border-color css
<style>
span { border-color: #C7D6D8; }
span { border-color: rgb(199,214,216); }
td.TdClassName
{
border-color: #C7D6D8;
}
.TagClassName
{
border-color: #C7D6D8;
}
</style>