Shades of Zumthor #C7DADC
Tints of Zumthor #C7DADC
RGB
CMYK
RGB Variations
Color information
#C7DADC (or 0xC7DADC) is known color: Zumthor. HEX triplet: C7, DA and DC. RGB value is (199,218,220). Sum of RGB (Red+Green+Blue) = 199+218+220=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DADC is #382523. Grayscale: #D4D4D4. Windows color (decimal): -3679524 or 14473927. OLE color: 14473927.
HSL color Cylindrical-coordinate representation of color #C7DADC: hue angle of 185.71º 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 #C7DADC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 218 | 220 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.14 |
| HSL | 185.71º | 0.23% | 0.82% | - |
| HSV(B) | 185.71º | 0.1% | 0.86% | - |
| XYZ | 61.54 | 67.45 | 77.49 | - |
| YUV | 212.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 220 | 0.10 | 0.01 | 0 | 0.14 | 185.71 | 0.23 | 0.82 |
| Hex | C7 | DA | DC | A | 1 | 0 | E | BA | 17 | 52 |
| Octal | 307 | 332 | 334 | 12 | 1 | 0 | 16 | 272 | 27 | 122 |
| Binary | 11000111 | 11011010 | 11011100 | 1010 | 1 | 0 | 1110 | 10111010 | 10111 | 1010010 |
Color Harmonies of #C7DADC
Complementary color
Monochromatic Colors of #C7DADC
Black with #C7DADC
Text Example
Text Example
White with #C7DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DADC; }
p { color: rgb(199,218,220); }
H1.HeaderClassName
{
color: #C7DADC;
}
.AnyTagClassName
{
color: #C7DADC;
}
</style>
background-color css
<style>
a { background-color: #C7DADC; }
a { background-color: rgb(199,218,220); }
div.DivClassName
{
background-color: #C7DADC;
}
.BgClassName
{
background-color: #C7DADC;
}
</style>
border-color css
<style>
span { border-color: #C7DADC; }
span { border-color: rgb(199,218,220); }
td.TdClassName
{
border-color: #C7DADC;
}
.TagClassName
{
border-color: #C7DADC;
}
</style>