Shades of Zumthor #C2DCDB
Tints of Zumthor #C2DCDB
RGB
CMYK
RGB Variations
Color information
#C2DCDB (or 0xC2DCDB) is known color: Zumthor. HEX triplet: C2, DC and DB. RGB value is (194,220,219). Sum of RGB (Red+Green+Blue) = 194+220+219=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDB is #3D2324. Grayscale: #D4D4D4. Windows color (decimal): -4006693 or 14408898. OLE color: 14408898.
HSL color Cylindrical-coordinate representation of color #C2DCDB: 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 #C2DCDB is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 219 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.14 |
| HSL | 177.69º | 0.27% | 0.81% | - |
| HSV(B) | 177.69º | 0.12% | 0.86% | - |
| XYZ | 60.63 | 67.77 | 76.9 | - |
| YUV | 212.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 219 | 0.12 | 0 | 0.00 | 0.14 | 177.69 | 0.27 | 0.81 |
| Hex | C2 | DC | DB | C | 0 | 0 | E | B2 | 1B | 51 |
| Octal | 302 | 334 | 333 | 14 | 0 | 0 | 16 | 262 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11011011 | 1100 | 0 | 0 | 1110 | 10110010 | 11011 | 1010001 |
Color Harmonies of #C2DCDB
Complementary color
Monochromatic Colors of #C2DCDB
Black with #C2DCDB
Text Example
Text Example
White with #C2DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCDB; }
p { color: rgb(194,220,219); }
H1.HeaderClassName
{
color: #C2DCDB;
}
.AnyTagClassName
{
color: #C2DCDB;
}
</style>
background-color css
<style>
a { background-color: #C2DCDB; }
a { background-color: rgb(194,220,219); }
div.DivClassName
{
background-color: #C2DCDB;
}
.BgClassName
{
background-color: #C2DCDB;
}
</style>
border-color css
<style>
span { border-color: #C2DCDB; }
span { border-color: rgb(194,220,219); }
td.TdClassName
{
border-color: #C2DCDB;
}
.TagClassName
{
border-color: #C2DCDB;
}
</style>