Shades of Zumthor #C5DADD
Tints of Zumthor #C5DADD
RGB
CMYK
RGB Variations
Color information
#C5DADD (or 0xC5DADD) is known color: Zumthor. HEX triplet: C5, DA and DD. RGB value is (197,218,221). Sum of RGB (Red+Green+Blue) = 197+218+221=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADD is #3A2522. Grayscale: #D4D4D4. Windows color (decimal): -3810595 or 14539461. OLE color: 14539461.
HSL color Cylindrical-coordinate representation of color #C5DADD: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DADD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 218 | 221 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.13 |
| HSL | 187.5º | 0.26% | 0.82% | - |
| HSV(B) | 187.5º | 0.11% | 0.87% | - |
| XYZ | 61.15 | 67.23 | 78.16 | - |
| YUV | 212.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 221 | 0.11 | 0.01 | 0 | 0.13 | 187.5 | 0.26 | 0.82 |
| Hex | C5 | DA | DD | B | 1 | 0 | D | BC | 1A | 52 |
| Octal | 305 | 332 | 335 | 13 | 1 | 0 | 15 | 274 | 32 | 122 |
| Binary | 11000101 | 11011010 | 11011101 | 1011 | 1 | 0 | 1101 | 10111100 | 11010 | 1010010 |
Color Harmonies of #C5DADD
Complementary color
Monochromatic Colors of #C5DADD
Black with #C5DADD
Text Example
Text Example
White with #C5DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DADD; }
p { color: rgb(197,218,221); }
H1.HeaderClassName
{
color: #C5DADD;
}
.AnyTagClassName
{
color: #C5DADD;
}
</style>
background-color css
<style>
a { background-color: #C5DADD; }
a { background-color: rgb(197,218,221); }
div.DivClassName
{
background-color: #C5DADD;
}
.BgClassName
{
background-color: #C5DADD;
}
</style>
border-color css
<style>
span { border-color: #C5DADD; }
span { border-color: rgb(197,218,221); }
td.TdClassName
{
border-color: #C5DADD;
}
.TagClassName
{
border-color: #C5DADD;
}
</style>