Shades of Zumthor #C7DBDC
Tints of Zumthor #C7DBDC
RGB
CMYK
RGB Variations
Color information
#C7DBDC (or 0xC7DBDC) is known color: Zumthor. HEX triplet: C7, DB and DC. RGB value is (199,219,220). Sum of RGB (Red+Green+Blue) = 199+219+220=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDC is #382423. Grayscale: #D5D5D5. Windows color (decimal): -3679268 or 14474183. OLE color: 14474183.
HSL color Cylindrical-coordinate representation of color #C7DBDC: hue angle of 182.86º 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 #C7DBDC is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 220 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.14 |
| HSL | 182.86º | 0.23% | 0.82% | - |
| HSV(B) | 182.86º | 0.1% | 0.86% | - |
| XYZ | 61.8 | 67.97 | 77.57 | - |
| YUV | 213.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 220 | 0.10 | 0.00 | 0 | 0.14 | 182.86 | 0.23 | 0.82 |
| Hex | C7 | DB | DC | A | 0 | 0 | E | B7 | 17 | 52 |
| Octal | 307 | 333 | 334 | 12 | 0 | 0 | 16 | 267 | 27 | 122 |
| Binary | 11000111 | 11011011 | 11011100 | 1010 | 0 | 0 | 1110 | 10110111 | 10111 | 1010010 |
Color Harmonies of #C7DBDC
Complementary color
Monochromatic Colors of #C7DBDC
Black with #C7DBDC
Text Example
Text Example
White with #C7DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBDC; }
p { color: rgb(199,219,220); }
H1.HeaderClassName
{
color: #C7DBDC;
}
.AnyTagClassName
{
color: #C7DBDC;
}
</style>
background-color css
<style>
a { background-color: #C7DBDC; }
a { background-color: rgb(199,219,220); }
div.DivClassName
{
background-color: #C7DBDC;
}
.BgClassName
{
background-color: #C7DBDC;
}
</style>
border-color css
<style>
span { border-color: #C7DBDC; }
span { border-color: rgb(199,219,220); }
td.TdClassName
{
border-color: #C7DBDC;
}
.TagClassName
{
border-color: #C7DBDC;
}
</style>