Shades of Zumthor #C4D5D7
Tints of Zumthor #C4D5D7
RGB
CMYK
RGB Variations
Color information
#C4D5D7 (or 0xC4D5D7) is known color: Zumthor. HEX triplet: C4, D5 and D7. RGB value is (196,213,215). Sum of RGB (Red+Green+Blue) = 196+213+215=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4D5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5D7 is #3B2A28. Grayscale: #D0D0D0. Windows color (decimal): -3877417 or 14144964. OLE color: 14144964.
HSL color Cylindrical-coordinate representation of color #C4D5D7: hue angle of 186.32º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D5D7 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 215 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.16 |
| HSL | 186.32º | 0.19% | 0.81% | - |
| HSV(B) | 186.32º | 0.09% | 0.84% | - |
| XYZ | 58.82 | 64.23 | 73.59 | - |
| YUV | 208.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 215 | 0.09 | 0.01 | 0 | 0.16 | 186.32 | 0.19 | 0.81 |
| Hex | C4 | D5 | D7 | 9 | 1 | 0 | 10 | BA | 13 | 51 |
| Octal | 304 | 325 | 327 | 11 | 1 | 0 | 20 | 272 | 23 | 121 |
| Binary | 11000100 | 11010101 | 11010111 | 1001 | 1 | 0 | 10000 | 10111010 | 10011 | 1010001 |
Color Harmonies of #C4D5D7
Complementary color
Monochromatic Colors of #C4D5D7
Black with #C4D5D7
Text Example
Text Example
White with #C4D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5D7; }
p { color: rgb(196,213,215); }
H1.HeaderClassName
{
color: #C4D5D7;
}
.AnyTagClassName
{
color: #C4D5D7;
}
</style>
background-color css
<style>
a { background-color: #C4D5D7; }
a { background-color: rgb(196,213,215); }
div.DivClassName
{
background-color: #C4D5D7;
}
.BgClassName
{
background-color: #C4D5D7;
}
</style>
border-color css
<style>
span { border-color: #C4D5D7; }
span { border-color: rgb(196,213,215); }
td.TdClassName
{
border-color: #C4D5D7;
}
.TagClassName
{
border-color: #C4D5D7;
}
</style>