Shades of Zumthor #C4DCDE
Tints of Zumthor #C4DCDE
RGB
CMYK
RGB Variations
Color information
#C4DCDE (or 0xC4DCDE) is known color: Zumthor. HEX triplet: C4, DC and DE. RGB value is (196,220,222). Sum of RGB (Red+Green+Blue) = 196+220+222=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCDE is #3B2321. Grayscale: #D5D5D5. Windows color (decimal): -3875618 or 14605508. OLE color: 14605508.
HSL color Cylindrical-coordinate representation of color #C4DCDE: hue angle of 184.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DCDE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 220 | 222 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.13 |
| HSL | 184.62º | 0.28% | 0.82% | - |
| HSV(B) | 184.62º | 0.12% | 0.87% | - |
| XYZ | 61.54 | 68.2 | 79.03 | - |
| YUV | 213.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 222 | 0.12 | 0.01 | 0 | 0.13 | 184.62 | 0.28 | 0.82 |
| Hex | C4 | DC | DE | C | 1 | 0 | D | B9 | 1C | 52 |
| Octal | 304 | 334 | 336 | 14 | 1 | 0 | 15 | 271 | 34 | 122 |
| Binary | 11000100 | 11011100 | 11011110 | 1100 | 1 | 0 | 1101 | 10111001 | 11100 | 1010010 |
Color Harmonies of #C4DCDE
Complementary color
Monochromatic Colors of #C4DCDE
Black with #C4DCDE
Text Example
Text Example
White with #C4DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCDE; }
p { color: rgb(196,220,222); }
H1.HeaderClassName
{
color: #C4DCDE;
}
.AnyTagClassName
{
color: #C4DCDE;
}
</style>
background-color css
<style>
a { background-color: #C4DCDE; }
a { background-color: rgb(196,220,222); }
div.DivClassName
{
background-color: #C4DCDE;
}
.BgClassName
{
background-color: #C4DCDE;
}
</style>
border-color css
<style>
span { border-color: #C4DCDE; }
span { border-color: rgb(196,220,222); }
td.TdClassName
{
border-color: #C4DCDE;
}
.TagClassName
{
border-color: #C4DCDE;
}
</style>