Shades of Zumthor #C8D8DC
Tints of Zumthor #C8D8DC
RGB
CMYK
RGB Variations
Color information
#C8D8DC (or 0xC8D8DC) is known color: Zumthor. HEX triplet: C8, D8 and DC. RGB value is (200,216,220). Sum of RGB (Red+Green+Blue) = 200+216+220=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 216 (84.77% from 255 or 33.96% 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 #C8D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8DC is #372723. Grayscale: #D3D3D3. Windows color (decimal): -3614500 or 14473416. OLE color: 14473416.
HSL color Cylindrical-coordinate representation of color #C8D8DC: hue angle of 192º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D8DC is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 216 | 220 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.14 |
| HSL | 192º | 0.22% | 0.82% | - |
| HSV(B) | 192º | 0.09% | 0.86% | - |
| XYZ | 61.29 | 66.56 | 77.33 | - |
| YUV | 211.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 220 | 0.09 | 0.02 | 0 | 0.14 | 192 | 0.22 | 0.82 |
| Hex | C8 | D8 | DC | 9 | 2 | 0 | E | C0 | 16 | 52 |
| Octal | 310 | 330 | 334 | 11 | 2 | 0 | 16 | 300 | 26 | 122 |
| Binary | 11001000 | 11011000 | 11011100 | 1001 | 10 | 0 | 1110 | 11000000 | 10110 | 1010010 |
Color Harmonies of #C8D8DC
Complementary color
Monochromatic Colors of #C8D8DC
Black with #C8D8DC
Text Example
Text Example
White with #C8D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8DC; }
p { color: rgb(200,216,220); }
H1.HeaderClassName
{
color: #C8D8DC;
}
.AnyTagClassName
{
color: #C8D8DC;
}
</style>
background-color css
<style>
a { background-color: #C8D8DC; }
a { background-color: rgb(200,216,220); }
div.DivClassName
{
background-color: #C8D8DC;
}
.BgClassName
{
background-color: #C8D8DC;
}
</style>
border-color css
<style>
span { border-color: #C8D8DC; }
span { border-color: rgb(200,216,220); }
td.TdClassName
{
border-color: #C8D8DC;
}
.TagClassName
{
border-color: #C8D8DC;
}
</style>