Shades of Zumthor #C7D9DC
Tints of Zumthor #C7D9DC
RGB
CMYK
RGB Variations
Color information
#C7D9DC (or 0xC7D9DC) is known color: Zumthor. HEX triplet: C7, D9 and DC. RGB value is (199,217,220). Sum of RGB (Red+Green+Blue) = 199+217+220=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9DC is #382623. Grayscale: #D3D3D3. Windows color (decimal): -3679780 or 14473671. OLE color: 14473671.
HSL color Cylindrical-coordinate representation of color #C7D9DC: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D9DC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 217 | 220 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.14 |
| HSL | 188.57º | 0.23% | 0.82% | - |
| HSV(B) | 188.57º | 0.1% | 0.86% | - |
| XYZ | 61.28 | 66.94 | 77.4 | - |
| YUV | 211.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 220 | 0.10 | 0.01 | 0 | 0.14 | 188.57 | 0.23 | 0.82 |
| Hex | C7 | D9 | DC | A | 1 | 0 | E | BD | 17 | 52 |
| Octal | 307 | 331 | 334 | 12 | 1 | 0 | 16 | 275 | 27 | 122 |
| Binary | 11000111 | 11011001 | 11011100 | 1010 | 1 | 0 | 1110 | 10111101 | 10111 | 1010010 |
Color Harmonies of #C7D9DC
Complementary color
Monochromatic Colors of #C7D9DC
Black with #C7D9DC
Text Example
Text Example
White with #C7D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D9DC; }
p { color: rgb(199,217,220); }
H1.HeaderClassName
{
color: #C7D9DC;
}
.AnyTagClassName
{
color: #C7D9DC;
}
</style>
background-color css
<style>
a { background-color: #C7D9DC; }
a { background-color: rgb(199,217,220); }
div.DivClassName
{
background-color: #C7D9DC;
}
.BgClassName
{
background-color: #C7D9DC;
}
</style>
border-color css
<style>
span { border-color: #C7D9DC; }
span { border-color: rgb(199,217,220); }
td.TdClassName
{
border-color: #C7D9DC;
}
.TagClassName
{
border-color: #C7D9DC;
}
</style>