Shades of Zumthor #C8DCDB
Tints of Zumthor #C8DCDB
RGB
CMYK
RGB Variations
Color information
#C8DCDB (or 0xC8DCDB) is known color: Zumthor. HEX triplet: C8, DC and DB. RGB value is (200,220,219). Sum of RGB (Red+Green+Blue) = 200+220+219=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDB is #372324. Grayscale: #D5D5D5. Windows color (decimal): -3613477 or 14408904. OLE color: 14408904.
HSL color Cylindrical-coordinate representation of color #C8DCDB: hue angle of 177º 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 #C8DCDB is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 219 | - |
CMYK | 0.09 | 0 | 0.00 | 0.14 |
HSL | 177º | 0.22% | 0.82% | - |
HSV(B) | 177º | 0.09% | 0.86% | - |
XYZ | 62.2 | 68.58 | 76.98 | - |
YUV | 213.91 | 130.87 | 118.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 219 | 0.09 | 0 | 0.00 | 0.14 | 177 | 0.22 | 0.82 |
Hex | C8 | DC | DB | 9 | 0 | 0 | E | B1 | 16 | 52 |
Octal | 310 | 334 | 333 | 11 | 0 | 0 | 16 | 261 | 26 | 122 |
Binary | 11001000 | 11011100 | 11011011 | 1001 | 0 | 0 | 1110 | 10110001 | 10110 | 1010010 |
Color Harmonies of #C8DCDB
Complementary color
Monochromatic Colors of #C8DCDB
Black with #C8DCDB
Text Example
Text Example
White with #C8DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCDB; }
p { color: rgb(200,220,219); }
H1.HeaderClassName
{
color: #C8DCDB;
}
.AnyTagClassName
{
color: #C8DCDB;
}
</style>
background-color css
<style>
a { background-color: #C8DCDB; }
a { background-color: rgb(200,220,219); }
div.DivClassName
{
background-color: #C8DCDB;
}
.BgClassName
{
background-color: #C8DCDB;
}
</style>
border-color css
<style>
span { border-color: #C8DCDB; }
span { border-color: rgb(200,220,219); }
td.TdClassName
{
border-color: #C8DCDB;
}
.TagClassName
{
border-color: #C8DCDB;
}
</style>