Shades of Zumthor #C5D8DB
Tints of Zumthor #C5D8DB
RGB
CMYK
RGB Variations
Color information
#C5D8DB (or 0xC5D8DB) is known color: Zumthor. HEX triplet: C5, D8 and DB. RGB value is (197,216,219). Sum of RGB (Red+Green+Blue) = 197+216+219=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8DB is #3A2724. Grayscale: #D2D2D2. Windows color (decimal): -3811109 or 14407877. OLE color: 14407877.
HSL color Cylindrical-coordinate representation of color #C5D8DB: hue angle of 188.18º degrees, saturation: 0.23, 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 #C5D8DB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 216 | 219 | - |
CMYK | 0.10 | 0.01 | 0 | 0.14 |
HSL | 188.18º | 0.23% | 0.82% | - |
HSV(B) | 188.18º | 0.1% | 0.86% | - |
XYZ | 60.37 | 66.1 | 76.59 | - |
YUV | 210.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 216 | 219 | 0.10 | 0.01 | 0 | 0.14 | 188.18 | 0.23 | 0.82 |
Hex | C5 | D8 | DB | A | 1 | 0 | E | BC | 17 | 52 |
Octal | 305 | 330 | 333 | 12 | 1 | 0 | 16 | 274 | 27 | 122 |
Binary | 11000101 | 11011000 | 11011011 | 1010 | 1 | 0 | 1110 | 10111100 | 10111 | 1010010 |
Color Harmonies of #C5D8DB
Complementary color
Monochromatic Colors of #C5D8DB
Black with #C5D8DB
Text Example
Text Example
White with #C5D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D8DB; }
p { color: rgb(197,216,219); }
H1.HeaderClassName
{
color: #C5D8DB;
}
.AnyTagClassName
{
color: #C5D8DB;
}
</style>
background-color css
<style>
a { background-color: #C5D8DB; }
a { background-color: rgb(197,216,219); }
div.DivClassName
{
background-color: #C5D8DB;
}
.BgClassName
{
background-color: #C5D8DB;
}
</style>
border-color css
<style>
span { border-color: #C5D8DB; }
span { border-color: rgb(197,216,219); }
td.TdClassName
{
border-color: #C5D8DB;
}
.TagClassName
{
border-color: #C5D8DB;
}
</style>