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