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