Shades of Zumthor #C1DCDB
Tints of Zumthor #C1DCDB
RGB
CMYK
RGB Variations
Color information
#C1DCDB (or 0xC1DCDB) is known color: Zumthor. HEX triplet: C1, DC and DB. RGB value is (193,220,219). Sum of RGB (Red+Green+Blue) = 193+220+219=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCDB is #3E2324. Grayscale: #D3D3D3. Windows color (decimal): -4072229 or 14408897. OLE color: 14408897.
HSL color Cylindrical-coordinate representation of color #C1DCDB: hue angle of 177.78º degrees, saturation: 0.28, 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 #C1DCDB is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 219 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.14 |
| HSL | 177.78º | 0.28% | 0.81% | - |
| HSV(B) | 177.78º | 0.12% | 0.86% | - |
| XYZ | 60.37 | 67.64 | 76.89 | - |
| YUV | 211.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 219 | 0.12 | 0 | 0.00 | 0.14 | 177.78 | 0.28 | 0.81 |
| Hex | C1 | DC | DB | C | 0 | 0 | E | B2 | 1C | 51 |
| Octal | 301 | 334 | 333 | 14 | 0 | 0 | 16 | 262 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11011011 | 1100 | 0 | 0 | 1110 | 10110010 | 11100 | 1010001 |
Color Harmonies of #C1DCDB
Complementary color
Monochromatic Colors of #C1DCDB
Black with #C1DCDB
Text Example
Text Example
White with #C1DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCDB; }
p { color: rgb(193,220,219); }
H1.HeaderClassName
{
color: #C1DCDB;
}
.AnyTagClassName
{
color: #C1DCDB;
}
</style>
background-color css
<style>
a { background-color: #C1DCDB; }
a { background-color: rgb(193,220,219); }
div.DivClassName
{
background-color: #C1DCDB;
}
.BgClassName
{
background-color: #C1DCDB;
}
</style>
border-color css
<style>
span { border-color: #C1DCDB; }
span { border-color: rgb(193,220,219); }
td.TdClassName
{
border-color: #C1DCDB;
}
.TagClassName
{
border-color: #C1DCDB;
}
</style>