Shades of Zumthor #C4D7DC
Tints of Zumthor #C4D7DC
RGB
CMYK
RGB Variations
Color information
#C4D7DC (or 0xC4D7DC) is known color: Zumthor. HEX triplet: C4, D7 and DC. RGB value is (196,215,220). Sum of RGB (Red+Green+Blue) = 196+215+220=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7DC is #3B2823. Grayscale: #D1D1D1. Windows color (decimal): -3876900 or 14473156. OLE color: 14473156.
HSL color Cylindrical-coordinate representation of color #C4D7DC: hue angle of 192.5º 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 #C4D7DC is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 215 | 220 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.14 |
| HSL | 192.5º | 0.26% | 0.82% | - |
| HSV(B) | 192.5º | 0.11% | 0.86% | - |
| XYZ | 59.98 | 65.5 | 77.19 | - |
| YUV | 209.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 220 | 0.11 | 0.02 | 0 | 0.14 | 192.5 | 0.26 | 0.82 |
| Hex | C4 | D7 | DC | B | 2 | 0 | E | C0 | 1A | 52 |
| Octal | 304 | 327 | 334 | 13 | 2 | 0 | 16 | 300 | 32 | 122 |
| Binary | 11000100 | 11010111 | 11011100 | 1011 | 10 | 0 | 1110 | 11000000 | 11010 | 1010010 |
Color Harmonies of #C4D7DC
Complementary color
Monochromatic Colors of #C4D7DC
Black with #C4D7DC
Text Example
Text Example
White with #C4D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D7DC; }
p { color: rgb(196,215,220); }
H1.HeaderClassName
{
color: #C4D7DC;
}
.AnyTagClassName
{
color: #C4D7DC;
}
</style>
background-color css
<style>
a { background-color: #C4D7DC; }
a { background-color: rgb(196,215,220); }
div.DivClassName
{
background-color: #C4D7DC;
}
.BgClassName
{
background-color: #C4D7DC;
}
</style>
border-color css
<style>
span { border-color: #C4D7DC; }
span { border-color: rgb(196,215,220); }
td.TdClassName
{
border-color: #C4D7DC;
}
.TagClassName
{
border-color: #C4D7DC;
}
</style>