Shades of Zumthor #C7DBDD
Tints of Zumthor #C7DBDD
RGB
CMYK
RGB Variations
Color information
#C7DBDD (or 0xC7DBDD) is known color: Zumthor. HEX triplet: C7, DB and DD. RGB value is (199,219,221). Sum of RGB (Red+Green+Blue) = 199+219+221=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 219 (85.94% from 255 or 34.27% 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 #C7DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDD is #382422. Grayscale: #D5D5D5. Windows color (decimal): -3679267 or 14539719. OLE color: 14539719.
HSL color Cylindrical-coordinate representation of color #C7DBDD: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DBDD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 219 | 221 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.13 |
| HSL | 185.45º | 0.24% | 0.82% | - |
| HSV(B) | 185.45º | 0.1% | 0.87% | - |
| XYZ | 61.94 | 68.03 | 78.27 | - |
| YUV | 213.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 221 | 0.10 | 0.01 | 0 | 0.13 | 185.45 | 0.24 | 0.82 |
| Hex | C7 | DB | DD | A | 1 | 0 | D | B9 | 18 | 52 |
| Octal | 307 | 333 | 335 | 12 | 1 | 0 | 15 | 271 | 30 | 122 |
| Binary | 11000111 | 11011011 | 11011101 | 1010 | 1 | 0 | 1101 | 10111001 | 11000 | 1010010 |
Color Harmonies of #C7DBDD
Complementary color
Monochromatic Colors of #C7DBDD
Black with #C7DBDD
Text Example
Text Example
White with #C7DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBDD; }
p { color: rgb(199,219,221); }
H1.HeaderClassName
{
color: #C7DBDD;
}
.AnyTagClassName
{
color: #C7DBDD;
}
</style>
background-color css
<style>
a { background-color: #C7DBDD; }
a { background-color: rgb(199,219,221); }
div.DivClassName
{
background-color: #C7DBDD;
}
.BgClassName
{
background-color: #C7DBDD;
}
</style>
border-color css
<style>
span { border-color: #C7DBDD; }
span { border-color: rgb(199,219,221); }
td.TdClassName
{
border-color: #C7DBDD;
}
.TagClassName
{
border-color: #C7DBDD;
}
</style>