Shades of Zumthor #C5D7DA
Tints of Zumthor #C5D7DA
RGB
CMYK
RGB Variations
Color information
#C5D7DA (or 0xC5D7DA) is known color: Zumthor. HEX triplet: C5, D7 and DA. RGB value is (197,215,218). Sum of RGB (Red+Green+Blue) = 197+215+218=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7DA is #3A2825. Grayscale: #D1D1D1. Windows color (decimal): -3811366 or 14342085. OLE color: 14342085.
HSL color Cylindrical-coordinate representation of color #C5D7DA: hue angle of 188.57º 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 #C5D7DA is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 215 | 218 | - |
CMYK | 0.10 | 0.01 | 0 | 0.15 |
HSL | 188.57º | 0.22% | 0.81% | - |
HSV(B) | 188.57º | 0.1% | 0.85% | - |
XYZ | 59.98 | 65.53 | 75.82 | - |
YUV | 209.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 215 | 218 | 0.10 | 0.01 | 0 | 0.15 | 188.57 | 0.22 | 0.81 |
Hex | C5 | D7 | DA | A | 1 | 0 | F | BD | 16 | 51 |
Octal | 305 | 327 | 332 | 12 | 1 | 0 | 17 | 275 | 26 | 121 |
Binary | 11000101 | 11010111 | 11011010 | 1010 | 1 | 0 | 1111 | 10111101 | 10110 | 1010001 |
Color Harmonies of #C5D7DA
Complementary color
Monochromatic Colors of #C5D7DA
Black with #C5D7DA
Text Example
Text Example
White with #C5D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7DA; }
p { color: rgb(197,215,218); }
H1.HeaderClassName
{
color: #C5D7DA;
}
.AnyTagClassName
{
color: #C5D7DA;
}
</style>
background-color css
<style>
a { background-color: #C5D7DA; }
a { background-color: rgb(197,215,218); }
div.DivClassName
{
background-color: #C5D7DA;
}
.BgClassName
{
background-color: #C5D7DA;
}
</style>
border-color css
<style>
span { border-color: #C5D7DA; }
span { border-color: rgb(197,215,218); }
td.TdClassName
{
border-color: #C5D7DA;
}
.TagClassName
{
border-color: #C5D7DA;
}
</style>