Shades of Zumthor #C5D9DC
Tints of Zumthor #C5D9DC
RGB
CMYK
RGB Variations
Color information
#C5D9DC (or 0xC5D9DC) is known color: Zumthor. HEX triplet: C5, D9 and DC. RGB value is (197,217,220). Sum of RGB (Red+Green+Blue) = 197+217+220=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9DC is #3A2623. Grayscale: #D3D3D3. Windows color (decimal): -3810852 or 14473669. OLE color: 14473669.
HSL color Cylindrical-coordinate representation of color #C5D9DC: hue angle of 187.83º degrees, saturation: 0.25, 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 #C5D9DC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 217 | 220 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.14 |
| HSL | 187.83º | 0.25% | 0.82% | - |
| HSV(B) | 187.83º | 0.1% | 0.86% | - |
| XYZ | 60.76 | 66.66 | 77.38 | - |
| YUV | 211.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 220 | 0.10 | 0.01 | 0 | 0.14 | 187.83 | 0.25 | 0.82 |
| Hex | C5 | D9 | DC | A | 1 | 0 | E | BC | 19 | 52 |
| Octal | 305 | 331 | 334 | 12 | 1 | 0 | 16 | 274 | 31 | 122 |
| Binary | 11000101 | 11011001 | 11011100 | 1010 | 1 | 0 | 1110 | 10111100 | 11001 | 1010010 |
Color Harmonies of #C5D9DC
Complementary color
Monochromatic Colors of #C5D9DC
Black with #C5D9DC
Text Example
Text Example
White with #C5D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9DC; }
p { color: rgb(197,217,220); }
H1.HeaderClassName
{
color: #C5D9DC;
}
.AnyTagClassName
{
color: #C5D9DC;
}
</style>
background-color css
<style>
a { background-color: #C5D9DC; }
a { background-color: rgb(197,217,220); }
div.DivClassName
{
background-color: #C5D9DC;
}
.BgClassName
{
background-color: #C5D9DC;
}
</style>
border-color css
<style>
span { border-color: #C5D9DC; }
span { border-color: rgb(197,217,220); }
td.TdClassName
{
border-color: #C5D9DC;
}
.TagClassName
{
border-color: #C5D9DC;
}
</style>