Shades of Zumthor #C5DAD8
Tints of Zumthor #C5DAD8
RGB
CMYK
RGB Variations
Color information
#C5DAD8 (or 0xC5DAD8) is known color: Zumthor. HEX triplet: C5, DA and D8. RGB value is (197,218,216). Sum of RGB (Red+Green+Blue) = 197+218+216=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAD8 is #3A2527. Grayscale: #D3D3D3. Windows color (decimal): -3810600 or 14211781. OLE color: 14211781.
HSL color Cylindrical-coordinate representation of color #C5DAD8: hue angle of 174.29º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DAD8 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 216 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.15 |
| HSL | 174.29º | 0.22% | 0.81% | - |
| HSV(B) | 174.29º | 0.1% | 0.85% | - |
| XYZ | 60.49 | 66.97 | 74.7 | - |
| YUV | 211.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 216 | 0.10 | 0 | 0.01 | 0.15 | 174.29 | 0.22 | 0.81 |
| Hex | C5 | DA | D8 | A | 0 | 1 | F | AE | 16 | 51 |
| Octal | 305 | 332 | 330 | 12 | 0 | 1 | 17 | 256 | 26 | 121 |
| Binary | 11000101 | 11011010 | 11011000 | 1010 | 0 | 1 | 1111 | 10101110 | 10110 | 1010001 |
Color Harmonies of #C5DAD8
Complementary color
Monochromatic Colors of #C5DAD8
Black with #C5DAD8
Text Example
Text Example
White with #C5DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAD8; }
p { color: rgb(197,218,216); }
H1.HeaderClassName
{
color: #C5DAD8;
}
.AnyTagClassName
{
color: #C5DAD8;
}
</style>
background-color css
<style>
a { background-color: #C5DAD8; }
a { background-color: rgb(197,218,216); }
div.DivClassName
{
background-color: #C5DAD8;
}
.BgClassName
{
background-color: #C5DAD8;
}
</style>
border-color css
<style>
span { border-color: #C5DAD8; }
span { border-color: rgb(197,218,216); }
td.TdClassName
{
border-color: #C5DAD8;
}
.TagClassName
{
border-color: #C5DAD8;
}
</style>