Shades of Zumthor #C1DBDB
Tints of Zumthor #C1DBDB
RGB
CMYK
RGB Variations
Color information
#C1DBDB (or 0xC1DBDB) is known color: Zumthor. HEX triplet: C1, DB and DB. RGB value is (193,219,219). Sum of RGB (Red+Green+Blue) = 193+219+219=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C1DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBDB is #3E2424. Grayscale: #D3D3D3. Windows color (decimal): -4072485 or 14408641. OLE color: 14408641.
HSL color Cylindrical-coordinate representation of color #C1DBDB: hue angle of 180º 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 #C1DBDB is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 219 | - |
| CMYK | 0.12 | 0 | 0 | 0.14 |
| HSL | 180º | 0.27% | 0.81% | - |
| HSV(B) | 180º | 0.12% | 0.86% | - |
| XYZ | 60.11 | 67.11 | 76.8 | - |
| YUV | 211.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 219 | 0.12 | 0 | 0 | 0.14 | 180 | 0.27 | 0.81 |
| Hex | C1 | DB | DB | C | 0 | 0 | E | B4 | 1B | 51 |
| Octal | 301 | 333 | 333 | 14 | 0 | 0 | 16 | 264 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11011011 | 1100 | 0 | 0 | 1110 | 10110100 | 11011 | 1010001 |
Color Harmonies of #C1DBDB
Complementary color
Monochromatic Colors of #C1DBDB
Black with #C1DBDB
Text Example
Text Example
White with #C1DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBDB; }
p { color: rgb(193,219,219); }
H1.HeaderClassName
{
color: #C1DBDB;
}
.AnyTagClassName
{
color: #C1DBDB;
}
</style>
background-color css
<style>
a { background-color: #C1DBDB; }
a { background-color: rgb(193,219,219); }
div.DivClassName
{
background-color: #C1DBDB;
}
.BgClassName
{
background-color: #C1DBDB;
}
</style>
border-color css
<style>
span { border-color: #C1DBDB; }
span { border-color: rgb(193,219,219); }
td.TdClassName
{
border-color: #C1DBDB;
}
.TagClassName
{
border-color: #C1DBDB;
}
</style>