Shades of Zumthor #C5D6DB
Tints of Zumthor #C5D6DB
RGB
CMYK
RGB Variations
Color information
#C5D6DB (or 0xC5D6DB) is known color: Zumthor. HEX triplet: C5, D6 and DB. RGB value is (197,214,219). Sum of RGB (Red+Green+Blue) = 197+214+219=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6DB is #3A2924. Grayscale: #D1D1D1. Windows color (decimal): -3811621 or 14407365. OLE color: 14407365.
HSL color Cylindrical-coordinate representation of color #C5D6DB: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D6DB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 214 | 219 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.14 |
| HSL | 193.64º | 0.23% | 0.82% | - |
| HSV(B) | 193.64º | 0.1% | 0.86% | - |
| XYZ | 59.86 | 65.08 | 76.42 | - |
| YUV | 209.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 219 | 0.10 | 0.02 | 0 | 0.14 | 193.64 | 0.23 | 0.82 |
| Hex | C5 | D6 | DB | A | 2 | 0 | E | C2 | 17 | 52 |
| Octal | 305 | 326 | 333 | 12 | 2 | 0 | 16 | 302 | 27 | 122 |
| Binary | 11000101 | 11010110 | 11011011 | 1010 | 10 | 0 | 1110 | 11000010 | 10111 | 1010010 |
Color Harmonies of #C5D6DB
Complementary color
Monochromatic Colors of #C5D6DB
Black with #C5D6DB
Text Example
Text Example
White with #C5D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6DB; }
p { color: rgb(197,214,219); }
H1.HeaderClassName
{
color: #C5D6DB;
}
.AnyTagClassName
{
color: #C5D6DB;
}
</style>
background-color css
<style>
a { background-color: #C5D6DB; }
a { background-color: rgb(197,214,219); }
div.DivClassName
{
background-color: #C5D6DB;
}
.BgClassName
{
background-color: #C5D6DB;
}
</style>
border-color css
<style>
span { border-color: #C5D6DB; }
span { border-color: rgb(197,214,219); }
td.TdClassName
{
border-color: #C5D6DB;
}
.TagClassName
{
border-color: #C5D6DB;
}
</style>