Shades of Zumthor #C8D7DB
Tints of Zumthor #C8D7DB
RGB
CMYK
RGB Variations
Color information
#C8D7DB (or 0xC8D7DB) is known color: Zumthor. HEX triplet: C8, D7 and DB. RGB value is (200,215,219). Sum of RGB (Red+Green+Blue) = 200+215+219=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7DB is #372824. Grayscale: #D2D2D2. Windows color (decimal): -3614757 or 14407624. OLE color: 14407624.
HSL color Cylindrical-coordinate representation of color #C8D7DB: hue angle of 192.63º degrees, saturation: 0.21, 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 #C8D7DB is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 215 | 219 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.14 |
| HSL | 192.63º | 0.21% | 0.82% | - |
| HSV(B) | 192.63º | 0.09% | 0.86% | - |
| XYZ | 60.91 | 65.99 | 76.55 | - |
| YUV | 210.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 219 | 0.09 | 0.02 | 0 | 0.14 | 192.63 | 0.21 | 0.82 |
| Hex | C8 | D7 | DB | 9 | 2 | 0 | E | C1 | 15 | 52 |
| Octal | 310 | 327 | 333 | 11 | 2 | 0 | 16 | 301 | 25 | 122 |
| Binary | 11001000 | 11010111 | 11011011 | 1001 | 10 | 0 | 1110 | 11000001 | 10101 | 1010010 |
Color Harmonies of #C8D7DB
Complementary color
Monochromatic Colors of #C8D7DB
Black with #C8D7DB
Text Example
Text Example
White with #C8D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7DB; }
p { color: rgb(200,215,219); }
H1.HeaderClassName
{
color: #C8D7DB;
}
.AnyTagClassName
{
color: #C8D7DB;
}
</style>
background-color css
<style>
a { background-color: #C8D7DB; }
a { background-color: rgb(200,215,219); }
div.DivClassName
{
background-color: #C8D7DB;
}
.BgClassName
{
background-color: #C8D7DB;
}
</style>
border-color css
<style>
span { border-color: #C8D7DB; }
span { border-color: rgb(200,215,219); }
td.TdClassName
{
border-color: #C8D7DB;
}
.TagClassName
{
border-color: #C8D7DB;
}
</style>