Shades of Zumthor #C8DBDD
Tints of Zumthor #C8DBDD
RGB
CMYK
RGB Variations
Color information
#C8DBDD (or 0xC8DBDD) is known color: Zumthor. HEX triplet: C8, DB and DD. RGB value is (200,219,221). Sum of RGB (Red+Green+Blue) = 200+219+221=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBDD is #372422. Grayscale: #D5D5D5. Windows color (decimal): -3613731 or 14539720. OLE color: 14539720.
HSL color Cylindrical-coordinate representation of color #C8DBDD: hue angle of 185.71º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DBDD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 219 | 221 | - |
CMYK | 0.10 | 0.01 | 0 | 0.13 |
HSL | 185.71º | 0.24% | 0.83% | - |
HSV(B) | 185.71º | 0.1% | 0.87% | - |
XYZ | 62.2 | 68.16 | 78.28 | - |
YUV | 213.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 221 | 0.10 | 0.01 | 0 | 0.13 | 185.71 | 0.24 | 0.83 |
Hex | C8 | DB | DD | A | 1 | 0 | D | BA | 18 | 53 |
Octal | 310 | 333 | 335 | 12 | 1 | 0 | 15 | 272 | 30 | 123 |
Binary | 11001000 | 11011011 | 11011101 | 1010 | 1 | 0 | 1101 | 10111010 | 11000 | 1010011 |
Color Harmonies of #C8DBDD
Complementary color
Monochromatic Colors of #C8DBDD
Black with #C8DBDD
Text Example
Text Example
White with #C8DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBDD; }
p { color: rgb(200,219,221); }
H1.HeaderClassName
{
color: #C8DBDD;
}
.AnyTagClassName
{
color: #C8DBDD;
}
</style>
background-color css
<style>
a { background-color: #C8DBDD; }
a { background-color: rgb(200,219,221); }
div.DivClassName
{
background-color: #C8DBDD;
}
.BgClassName
{
background-color: #C8DBDD;
}
</style>
border-color css
<style>
span { border-color: #C8DBDD; }
span { border-color: rgb(200,219,221); }
td.TdClassName
{
border-color: #C8DBDD;
}
.TagClassName
{
border-color: #C8DBDD;
}
</style>