Shades of Zumthor #C2DCDC
Tints of Zumthor #C2DCDC
RGB
CMYK
RGB Variations
Color information
#C2DCDC (or 0xC2DCDC) is known color: Zumthor. HEX triplet: C2, DC and DC. RGB value is (194,220,220). Sum of RGB (Red+Green+Blue) = 194+220+220=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C2DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCDC is #3D2323. Grayscale: #D4D4D4. Windows color (decimal): -4006692 or 14474434. OLE color: 14474434.
HSL color Cylindrical-coordinate representation of color #C2DCDC: hue angle of 180º 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 #C2DCDC is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 220 | - |
| CMYK | 0.12 | 0 | 0 | 0.14 |
| HSL | 180º | 0.27% | 0.81% | - |
| HSV(B) | 180º | 0.12% | 0.86% | - |
| XYZ | 60.76 | 67.82 | 77.6 | - |
| YUV | 212.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 220 | 0.12 | 0 | 0 | 0.14 | 180 | 0.27 | 0.81 |
| Hex | C2 | DC | DC | C | 0 | 0 | E | B4 | 1B | 51 |
| Octal | 302 | 334 | 334 | 14 | 0 | 0 | 16 | 264 | 33 | 121 |
| Binary | 11000010 | 11011100 | 11011100 | 1100 | 0 | 0 | 1110 | 10110100 | 11011 | 1010001 |
Color Harmonies of #C2DCDC
Complementary color
Monochromatic Colors of #C2DCDC
Black with #C2DCDC
Text Example
Text Example
White with #C2DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCDC; }
p { color: rgb(194,220,220); }
H1.HeaderClassName
{
color: #C2DCDC;
}
.AnyTagClassName
{
color: #C2DCDC;
}
</style>
background-color css
<style>
a { background-color: #C2DCDC; }
a { background-color: rgb(194,220,220); }
div.DivClassName
{
background-color: #C2DCDC;
}
.BgClassName
{
background-color: #C2DCDC;
}
</style>
border-color css
<style>
span { border-color: #C2DCDC; }
span { border-color: rgb(194,220,220); }
td.TdClassName
{
border-color: #C2DCDC;
}
.TagClassName
{
border-color: #C2DCDC;
}
</style>