Shades of Zumthor #C1DBDA
Tints of Zumthor #C1DBDA
RGB
CMYK
RGB Variations
Color information
#C1DBDA (or 0xC1DBDA) is known color: Zumthor. HEX triplet: C1, DB and DA. RGB value is (193,219,218). Sum of RGB (Red+Green+Blue) = 193+219+218=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBDA is #3E2425. Grayscale: #D3D3D3. Windows color (decimal): -4072486 or 14343105. OLE color: 14343105.
HSL color Cylindrical-coordinate representation of color #C1DBDA: hue angle of 177.69º 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 #C1DBDA is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 218 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.14 |
| HSL | 177.69º | 0.27% | 0.81% | - |
| HSV(B) | 177.69º | 0.12% | 0.86% | - |
| XYZ | 59.98 | 67.06 | 76.11 | - |
| YUV | 211.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 218 | 0.12 | 0 | 0.00 | 0.14 | 177.69 | 0.27 | 0.81 |
| Hex | C1 | DB | DA | C | 0 | 0 | E | B2 | 1B | 51 |
| Octal | 301 | 333 | 332 | 14 | 0 | 0 | 16 | 262 | 33 | 121 |
| Binary | 11000001 | 11011011 | 11011010 | 1100 | 0 | 0 | 1110 | 10110010 | 11011 | 1010001 |
Color Harmonies of #C1DBDA
Complementary color
Monochromatic Colors of #C1DBDA
Black with #C1DBDA
Text Example
Text Example
White with #C1DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBDA; }
p { color: rgb(193,219,218); }
H1.HeaderClassName
{
color: #C1DBDA;
}
.AnyTagClassName
{
color: #C1DBDA;
}
</style>
background-color css
<style>
a { background-color: #C1DBDA; }
a { background-color: rgb(193,219,218); }
div.DivClassName
{
background-color: #C1DBDA;
}
.BgClassName
{
background-color: #C1DBDA;
}
</style>
border-color css
<style>
span { border-color: #C1DBDA; }
span { border-color: rgb(193,219,218); }
td.TdClassName
{
border-color: #C1DBDA;
}
.TagClassName
{
border-color: #C1DBDA;
}
</style>