Shades of Zumthor #C7D9D8
Tints of Zumthor #C7D9D8
RGB
CMYK
RGB Variations
Color information
#C7D9D8 (or 0xC7D9D8) is known color: Zumthor. HEX triplet: C7, D9 and D8. RGB value is (199,217,216). Sum of RGB (Red+Green+Blue) = 199+217+216=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9D8 is #382627. Grayscale: #D3D3D3. Windows color (decimal): -3679784 or 14211527. OLE color: 14211527.
HSL color Cylindrical-coordinate representation of color #C7D9D8: hue angle of 176.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7D9D8 is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 216 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.15 |
| HSL | 176.67º | 0.19% | 0.82% | - |
| HSV(B) | 176.67º | 0.08% | 0.85% | - |
| XYZ | 60.76 | 66.73 | 74.64 | - |
| YUV | 211.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 216 | 0.08 | 0 | 0.00 | 0.15 | 176.67 | 0.19 | 0.82 |
| Hex | C7 | D9 | D8 | 8 | 0 | 0 | F | B1 | 13 | 52 |
| Octal | 307 | 331 | 330 | 10 | 0 | 0 | 17 | 261 | 23 | 122 |
| Binary | 11000111 | 11011001 | 11011000 | 1000 | 0 | 0 | 1111 | 10110001 | 10011 | 1010010 |
Color Harmonies of #C7D9D8
Complementary color
Monochromatic Colors of #C7D9D8
Black with #C7D9D8
Text Example
Text Example
White with #C7D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9D8; }
p { color: rgb(199,217,216); }
H1.HeaderClassName
{
color: #C7D9D8;
}
.AnyTagClassName
{
color: #C7D9D8;
}
</style>
background-color css
<style>
a { background-color: #C7D9D8; }
a { background-color: rgb(199,217,216); }
div.DivClassName
{
background-color: #C7D9D8;
}
.BgClassName
{
background-color: #C7D9D8;
}
</style>
border-color css
<style>
span { border-color: #C7D9D8; }
span { border-color: rgb(199,217,216); }
td.TdClassName
{
border-color: #C7D9D8;
}
.TagClassName
{
border-color: #C7D9D8;
}
</style>