Shades of Zumthor #C8D9DB
Tints of Zumthor #C8D9DB
RGB
CMYK
RGB Variations
Color information
#C8D9DB (or 0xC8D9DB) is known color: Zumthor. HEX triplet: C8, D9 and DB. RGB value is (200,217,219). Sum of RGB (Red+Green+Blue) = 200+217+219=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9DB is #372624. Grayscale: #D4D4D4. Windows color (decimal): -3614245 or 14408136. OLE color: 14408136.
HSL color Cylindrical-coordinate representation of color #C8D9DB: hue angle of 186.32º 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 #C8D9DB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 217 | 219 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.14 |
| HSL | 186.32º | 0.21% | 0.82% | - |
| HSV(B) | 186.32º | 0.09% | 0.86% | - |
| XYZ | 61.42 | 67.02 | 76.72 | - |
| YUV | 212.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 219 | 0.09 | 0.01 | 0 | 0.14 | 186.32 | 0.21 | 0.82 |
| Hex | C8 | D9 | DB | 9 | 1 | 0 | E | BA | 15 | 52 |
| Octal | 310 | 331 | 333 | 11 | 1 | 0 | 16 | 272 | 25 | 122 |
| Binary | 11001000 | 11011001 | 11011011 | 1001 | 1 | 0 | 1110 | 10111010 | 10101 | 1010010 |
Color Harmonies of #C8D9DB
Complementary color
Monochromatic Colors of #C8D9DB
Black with #C8D9DB
Text Example
Text Example
White with #C8D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9DB; }
p { color: rgb(200,217,219); }
H1.HeaderClassName
{
color: #C8D9DB;
}
.AnyTagClassName
{
color: #C8D9DB;
}
</style>
background-color css
<style>
a { background-color: #C8D9DB; }
a { background-color: rgb(200,217,219); }
div.DivClassName
{
background-color: #C8D9DB;
}
.BgClassName
{
background-color: #C8D9DB;
}
</style>
border-color css
<style>
span { border-color: #C8D9DB; }
span { border-color: rgb(200,217,219); }
td.TdClassName
{
border-color: #C8D9DB;
}
.TagClassName
{
border-color: #C8D9DB;
}
</style>