Shades of Zumthor #C4DCDC
Tints of Zumthor #C4DCDC
RGB
CMYK
RGB Variations
Color information
#C4DCDC (or 0xC4DCDC) is known color: Zumthor. HEX triplet: C4, DC and DC. RGB value is (196,220,220). Sum of RGB (Red+Green+Blue) = 196+220+220=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C4DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCDC is #3B2323. Grayscale: #D4D4D4. Windows color (decimal): -3875620 or 14474436. OLE color: 14474436.
HSL color Cylindrical-coordinate representation of color #C4DCDC: hue angle of 180º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCDC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 220 | - |
| CMYK | 0.11 | 0 | 0 | 0.14 |
| HSL | 180º | 0.26% | 0.82% | - |
| HSV(B) | 180º | 0.11% | 0.86% | - |
| XYZ | 61.28 | 68.09 | 77.62 | - |
| YUV | 212.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 220 | 0.11 | 0 | 0 | 0.14 | 180 | 0.26 | 0.82 |
| Hex | C4 | DC | DC | B | 0 | 0 | E | B4 | 1A | 52 |
| Octal | 304 | 334 | 334 | 13 | 0 | 0 | 16 | 264 | 32 | 122 |
| Binary | 11000100 | 11011100 | 11011100 | 1011 | 0 | 0 | 1110 | 10110100 | 11010 | 1010010 |
Color Harmonies of #C4DCDC
Complementary color
Monochromatic Colors of #C4DCDC
Black with #C4DCDC
Text Example
Text Example
White with #C4DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCDC; }
p { color: rgb(196,220,220); }
H1.HeaderClassName
{
color: #C4DCDC;
}
.AnyTagClassName
{
color: #C4DCDC;
}
</style>
background-color css
<style>
a { background-color: #C4DCDC; }
a { background-color: rgb(196,220,220); }
div.DivClassName
{
background-color: #C4DCDC;
}
.BgClassName
{
background-color: #C4DCDC;
}
</style>
border-color css
<style>
span { border-color: #C4DCDC; }
span { border-color: rgb(196,220,220); }
td.TdClassName
{
border-color: #C4DCDC;
}
.TagClassName
{
border-color: #C4DCDC;
}
</style>