Shades of Zumthor #C5D6DA
Tints of Zumthor #C5D6DA
RGB
CMYK
RGB Variations
Color information
#C5D6DA (or 0xC5D6DA) is known color: Zumthor. HEX triplet: C5, D6 and DA. RGB value is (197,214,218). Sum of RGB (Red+Green+Blue) = 197+214+218=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6DA is #3A2925. Grayscale: #D1D1D1. Windows color (decimal): -3811622 or 14341829. OLE color: 14341829.
HSL color Cylindrical-coordinate representation of color #C5D6DA: hue angle of 191.43º 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 #C5D6DA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 214 | 218 | - |
CMYK | 0.10 | 0.02 | 0 | 0.15 |
HSL | 191.43º | 0.22% | 0.81% | - |
HSV(B) | 191.43º | 0.1% | 0.85% | - |
XYZ | 59.73 | 65.03 | 75.73 | - |
YUV | 209.37 | 132.87 | 119.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 214 | 218 | 0.10 | 0.02 | 0 | 0.15 | 191.43 | 0.22 | 0.81 |
Hex | C5 | D6 | DA | A | 2 | 0 | F | BF | 16 | 51 |
Octal | 305 | 326 | 332 | 12 | 2 | 0 | 17 | 277 | 26 | 121 |
Binary | 11000101 | 11010110 | 11011010 | 1010 | 10 | 0 | 1111 | 10111111 | 10110 | 1010001 |
Color Harmonies of #C5D6DA
Complementary color
Monochromatic Colors of #C5D6DA
Black with #C5D6DA
Text Example
Text Example
White with #C5D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6DA; }
p { color: rgb(197,214,218); }
H1.HeaderClassName
{
color: #C5D6DA;
}
.AnyTagClassName
{
color: #C5D6DA;
}
</style>
background-color css
<style>
a { background-color: #C5D6DA; }
a { background-color: rgb(197,214,218); }
div.DivClassName
{
background-color: #C5D6DA;
}
.BgClassName
{
background-color: #C5D6DA;
}
</style>
border-color css
<style>
span { border-color: #C5D6DA; }
span { border-color: rgb(197,214,218); }
td.TdClassName
{
border-color: #C5D6DA;
}
.TagClassName
{
border-color: #C5D6DA;
}
</style>