Shades of Zumthor #C1D6DB
Tints of Zumthor #C1D6DB
RGB
CMYK
RGB Variations
Color information
#C1D6DB (or 0xC1D6DB) is known color: Zumthor. HEX triplet: C1, D6 and DB. RGB value is (193,214,219). Sum of RGB (Red+Green+Blue) = 193+214+219=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D6DB is #3E2924. Grayscale: #D0D0D0. Windows color (decimal): -4073765 or 14407361. OLE color: 14407361.
HSL color Cylindrical-coordinate representation of color #C1D6DB: hue angle of 191.54º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D6DB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 214 | 219 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.14 |
| HSL | 191.54º | 0.27% | 0.81% | - |
| HSV(B) | 191.54º | 0.12% | 0.86% | - |
| XYZ | 58.83 | 64.55 | 76.38 | - |
| YUV | 208.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 219 | 0.12 | 0.02 | 0 | 0.14 | 191.54 | 0.27 | 0.81 |
| Hex | C1 | D6 | DB | C | 2 | 0 | E | C0 | 1B | 51 |
| Octal | 301 | 326 | 333 | 14 | 2 | 0 | 16 | 300 | 33 | 121 |
| Binary | 11000001 | 11010110 | 11011011 | 1100 | 10 | 0 | 1110 | 11000000 | 11011 | 1010001 |
Color Harmonies of #C1D6DB
Complementary color
Monochromatic Colors of #C1D6DB
Black with #C1D6DB
Text Example
Text Example
White with #C1D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D6DB; }
p { color: rgb(193,214,219); }
H1.HeaderClassName
{
color: #C1D6DB;
}
.AnyTagClassName
{
color: #C1D6DB;
}
</style>
background-color css
<style>
a { background-color: #C1D6DB; }
a { background-color: rgb(193,214,219); }
div.DivClassName
{
background-color: #C1D6DB;
}
.BgClassName
{
background-color: #C1D6DB;
}
</style>
border-color css
<style>
span { border-color: #C1D6DB; }
span { border-color: rgb(193,214,219); }
td.TdClassName
{
border-color: #C1D6DB;
}
.TagClassName
{
border-color: #C1D6DB;
}
</style>