Shades of Zumthor #C7D5D8
Tints of Zumthor #C7D5D8
RGB
CMYK
RGB Variations
Color information
#C7D5D8 (or 0xC7D5D8) is known color: Zumthor. HEX triplet: C7, D5 and D8. RGB value is (199,213,216). Sum of RGB (Red+Green+Blue) = 199+213+216=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5D8 is #382A27. Grayscale: #D1D1D1. Windows color (decimal): -3680808 or 14210503. OLE color: 14210503.
HSL color Cylindrical-coordinate representation of color #C7D5D8: hue angle of 190.59º 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 #C7D5D8 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 213 | 216 | - |
CMYK | 0.08 | 0.01 | 0 | 0.15 |
HSL | 190.59º | 0.18% | 0.81% | - |
HSV(B) | 190.59º | 0.08% | 0.85% | - |
XYZ | 59.74 | 64.69 | 74.3 | - |
YUV | 209.16 | 131.86 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 213 | 216 | 0.08 | 0.01 | 0 | 0.15 | 190.59 | 0.18 | 0.81 |
Hex | C7 | D5 | D8 | 8 | 1 | 0 | F | BF | 12 | 51 |
Octal | 307 | 325 | 330 | 10 | 1 | 0 | 17 | 277 | 22 | 121 |
Binary | 11000111 | 11010101 | 11011000 | 1000 | 1 | 0 | 1111 | 10111111 | 10010 | 1010001 |
Color Harmonies of #C7D5D8
Complementary color
Monochromatic Colors of #C7D5D8
Black with #C7D5D8
Text Example
Text Example
White with #C7D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5D8; }
p { color: rgb(199,213,216); }
H1.HeaderClassName
{
color: #C7D5D8;
}
.AnyTagClassName
{
color: #C7D5D8;
}
</style>
background-color css
<style>
a { background-color: #C7D5D8; }
a { background-color: rgb(199,213,216); }
div.DivClassName
{
background-color: #C7D5D8;
}
.BgClassName
{
background-color: #C7D5D8;
}
</style>
border-color css
<style>
span { border-color: #C7D5D8; }
span { border-color: rgb(199,213,216); }
td.TdClassName
{
border-color: #C7D5D8;
}
.TagClassName
{
border-color: #C7D5D8;
}
</style>