Shades of Zumthor #C8DADD
Tints of Zumthor #C8DADD
RGB
CMYK
RGB Variations
Color information
#C8DADD (or 0xC8DADD) is known color: Zumthor. HEX triplet: C8, DA and DD. RGB value is (200,218,221). Sum of RGB (Red+Green+Blue) = 200+218+221=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADD is #372522. Grayscale: #D4D4D4. Windows color (decimal): -3613987 or 14539464. OLE color: 14539464.
HSL color Cylindrical-coordinate representation of color #C8DADD: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DADD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 218 | 221 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.13 |
| HSL | 188.57º | 0.24% | 0.83% | - |
| HSV(B) | 188.57º | 0.1% | 0.87% | - |
| XYZ | 61.94 | 67.64 | 78.2 | - |
| YUV | 212.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 221 | 0.10 | 0.01 | 0 | 0.13 | 188.57 | 0.24 | 0.83 |
| Hex | C8 | DA | DD | A | 1 | 0 | D | BD | 18 | 53 |
| Octal | 310 | 332 | 335 | 12 | 1 | 0 | 15 | 275 | 30 | 123 |
| Binary | 11001000 | 11011010 | 11011101 | 1010 | 1 | 0 | 1101 | 10111101 | 11000 | 1010011 |
Color Harmonies of #C8DADD
Complementary color
Monochromatic Colors of #C8DADD
Black with #C8DADD
Text Example
Text Example
White with #C8DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DADD; }
p { color: rgb(200,218,221); }
H1.HeaderClassName
{
color: #C8DADD;
}
.AnyTagClassName
{
color: #C8DADD;
}
</style>
background-color css
<style>
a { background-color: #C8DADD; }
a { background-color: rgb(200,218,221); }
div.DivClassName
{
background-color: #C8DADD;
}
.BgClassName
{
background-color: #C8DADD;
}
</style>
border-color css
<style>
span { border-color: #C8DADD; }
span { border-color: rgb(200,218,221); }
td.TdClassName
{
border-color: #C8DADD;
}
.TagClassName
{
border-color: #C8DADD;
}
</style>