Shades of Zumthor #C7D6DB
Tints of Zumthor #C7D6DB
RGB
CMYK
RGB Variations
Color information
#C7D6DB (or 0xC7D6DB) is known color: Zumthor. HEX triplet: C7, D6 and DB. RGB value is (199,214,219). Sum of RGB (Red+Green+Blue) = 199+214+219=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6DB is #382924. Grayscale: #D2D2D2. Windows color (decimal): -3680549 or 14407367. OLE color: 14407367.
HSL color Cylindrical-coordinate representation of color #C7D6DB: hue angle of 195º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D6DB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 214 | 219 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.14 |
| HSL | 195º | 0.22% | 0.82% | - |
| HSV(B) | 195º | 0.09% | 0.86% | - |
| XYZ | 60.39 | 65.35 | 76.45 | - |
| YUV | 210.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 219 | 0.09 | 0.02 | 0 | 0.14 | 195 | 0.22 | 0.82 |
| Hex | C7 | D6 | DB | 9 | 2 | 0 | E | C3 | 16 | 52 |
| Octal | 307 | 326 | 333 | 11 | 2 | 0 | 16 | 303 | 26 | 122 |
| Binary | 11000111 | 11010110 | 11011011 | 1001 | 10 | 0 | 1110 | 11000011 | 10110 | 1010010 |
Color Harmonies of #C7D6DB
Complementary color
Monochromatic Colors of #C7D6DB
Black with #C7D6DB
Text Example
Text Example
White with #C7D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6DB; }
p { color: rgb(199,214,219); }
H1.HeaderClassName
{
color: #C7D6DB;
}
.AnyTagClassName
{
color: #C7D6DB;
}
</style>
background-color css
<style>
a { background-color: #C7D6DB; }
a { background-color: rgb(199,214,219); }
div.DivClassName
{
background-color: #C7D6DB;
}
.BgClassName
{
background-color: #C7D6DB;
}
</style>
border-color css
<style>
span { border-color: #C7D6DB; }
span { border-color: rgb(199,214,219); }
td.TdClassName
{
border-color: #C7D6DB;
}
.TagClassName
{
border-color: #C7D6DB;
}
</style>