Shades of Zumthor #C5DADB
Tints of Zumthor #C5DADB
RGB
CMYK
RGB Variations
Color information
#C5DADB (or 0xC5DADB) is known color: Zumthor. HEX triplet: C5, DA and DB. RGB value is (197,218,219). Sum of RGB (Red+Green+Blue) = 197+218+219=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADB is #3A2524. Grayscale: #D3D3D3. Windows color (decimal): -3810597 or 14408389. OLE color: 14408389.
HSL color Cylindrical-coordinate representation of color #C5DADB: hue angle of 182.73º 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 #C5DADB is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 218 | 219 | - |
CMYK | 0.10 | 0.00 | 0 | 0.14 |
HSL | 182.73º | 0.23% | 0.82% | - |
HSV(B) | 182.73º | 0.1% | 0.86% | - |
XYZ | 60.88 | 67.13 | 76.77 | - |
YUV | 211.84 | 132.04 | 117.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 219 | 0.10 | 0.00 | 0 | 0.14 | 182.73 | 0.23 | 0.82 |
Hex | C5 | DA | DB | A | 0 | 0 | E | B7 | 17 | 52 |
Octal | 305 | 332 | 333 | 12 | 0 | 0 | 16 | 267 | 27 | 122 |
Binary | 11000101 | 11011010 | 11011011 | 1010 | 0 | 0 | 1110 | 10110111 | 10111 | 1010010 |
Color Harmonies of #C5DADB
Complementary color
Monochromatic Colors of #C5DADB
Black with #C5DADB
Text Example
Text Example
White with #C5DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DADB; }
p { color: rgb(197,218,219); }
H1.HeaderClassName
{
color: #C5DADB;
}
.AnyTagClassName
{
color: #C5DADB;
}
</style>
background-color css
<style>
a { background-color: #C5DADB; }
a { background-color: rgb(197,218,219); }
div.DivClassName
{
background-color: #C5DADB;
}
.BgClassName
{
background-color: #C5DADB;
}
</style>
border-color css
<style>
span { border-color: #C5DADB; }
span { border-color: rgb(197,218,219); }
td.TdClassName
{
border-color: #C5DADB;
}
.TagClassName
{
border-color: #C5DADB;
}
</style>