Shades of Zumthor #C8DCDD
Tints of Zumthor #C8DCDD
RGB
CMYK
RGB Variations
Color information
#C8DCDD (or 0xC8DCDD) is known color: Zumthor. HEX triplet: C8, DC and DD. RGB value is (200,220,221). Sum of RGB (Red+Green+Blue) = 200+220+221=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDD is #372322. Grayscale: #D6D6D6. Windows color (decimal): -3613475 or 14539976. OLE color: 14539976.
HSL color Cylindrical-coordinate representation of color #C8DCDD: hue angle of 182.86º 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 #C8DCDD is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 220 | 221 | - |
CMYK | 0.10 | 0.00 | 0 | 0.13 |
HSL | 182.86º | 0.24% | 0.83% | - |
HSV(B) | 182.86º | 0.1% | 0.87% | - |
XYZ | 62.46 | 68.69 | 78.37 | - |
YUV | 214.13 | 131.87 | 117.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 221 | 0.10 | 0.00 | 0 | 0.13 | 182.86 | 0.24 | 0.83 |
Hex | C8 | DC | DD | A | 0 | 0 | D | B7 | 18 | 53 |
Octal | 310 | 334 | 335 | 12 | 0 | 0 | 15 | 267 | 30 | 123 |
Binary | 11001000 | 11011100 | 11011101 | 1010 | 0 | 0 | 1101 | 10110111 | 11000 | 1010011 |
Color Harmonies of #C8DCDD
Complementary color
Monochromatic Colors of #C8DCDD
Black with #C8DCDD
Text Example
Text Example
White with #C8DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCDD; }
p { color: rgb(200,220,221); }
H1.HeaderClassName
{
color: #C8DCDD;
}
.AnyTagClassName
{
color: #C8DCDD;
}
</style>
background-color css
<style>
a { background-color: #C8DCDD; }
a { background-color: rgb(200,220,221); }
div.DivClassName
{
background-color: #C8DCDD;
}
.BgClassName
{
background-color: #C8DCDD;
}
</style>
border-color css
<style>
span { border-color: #C8DCDD; }
span { border-color: rgb(200,220,221); }
td.TdClassName
{
border-color: #C8DCDD;
}
.TagClassName
{
border-color: #C8DCDD;
}
</style>