Shades of Zumthor #C5D5D8
Tints of Zumthor #C5D5D8
RGB
CMYK
RGB Variations
Color information
#C5D5D8 (or 0xC5D5D8) is known color: Zumthor. HEX triplet: C5, D5 and D8. RGB value is (197,213,216). Sum of RGB (Red+Green+Blue) = 197+213+216=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5D8 is #3A2A27. Grayscale: #D0D0D0. Windows color (decimal): -3811880 or 14210501. OLE color: 14210501.
HSL color Cylindrical-coordinate representation of color #C5D5D8: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D5D8 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 213 | 216 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.15 |
| HSL | 189.47º | 0.2% | 0.81% | - |
| HSV(B) | 189.47º | 0.09% | 0.85% | - |
| XYZ | 59.21 | 64.42 | 74.28 | - |
| YUV | 208.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 216 | 0.09 | 0.01 | 0 | 0.15 | 189.47 | 0.2 | 0.81 |
| Hex | C5 | D5 | D8 | 9 | 1 | 0 | F | BD | 14 | 51 |
| Octal | 305 | 325 | 330 | 11 | 1 | 0 | 17 | 275 | 24 | 121 |
| Binary | 11000101 | 11010101 | 11011000 | 1001 | 1 | 0 | 1111 | 10111101 | 10100 | 1010001 |
Color Harmonies of #C5D5D8
Complementary color
Monochromatic Colors of #C5D5D8
Black with #C5D5D8
Text Example
Text Example
White with #C5D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D5D8; }
p { color: rgb(197,213,216); }
H1.HeaderClassName
{
color: #C5D5D8;
}
.AnyTagClassName
{
color: #C5D5D8;
}
</style>
background-color css
<style>
a { background-color: #C5D5D8; }
a { background-color: rgb(197,213,216); }
div.DivClassName
{
background-color: #C5D5D8;
}
.BgClassName
{
background-color: #C5D5D8;
}
</style>
border-color css
<style>
span { border-color: #C5D5D8; }
span { border-color: rgb(197,213,216); }
td.TdClassName
{
border-color: #C5D5D8;
}
.TagClassName
{
border-color: #C5D5D8;
}
</style>