Shades of Zumthor #C8DCDE
Tints of Zumthor #C8DCDE
RGB
CMYK
RGB Variations
Color information
#C8DCDE (or 0xC8DCDE) is known color: Zumthor. HEX triplet: C8, DC and DE. RGB value is (200,220,222). Sum of RGB (Red+Green+Blue) = 200+220+222=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCDE is #372321. Grayscale: #D6D6D6. Windows color (decimal): -3613474 or 14605512. OLE color: 14605512.
HSL color Cylindrical-coordinate representation of color #C8DCDE: hue angle of 185.45º degrees, saturation: 0.25, 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 #C8DCDE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 220 | 222 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.13 |
| HSL | 185.45º | 0.25% | 0.83% | - |
| HSV(B) | 185.45º | 0.1% | 0.87% | - |
| XYZ | 62.6 | 68.74 | 79.08 | - |
| YUV | 214.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 222 | 0.10 | 0.01 | 0 | 0.13 | 185.45 | 0.25 | 0.83 |
| Hex | C8 | DC | DE | A | 1 | 0 | D | B9 | 19 | 53 |
| Octal | 310 | 334 | 336 | 12 | 1 | 0 | 15 | 271 | 31 | 123 |
| Binary | 11001000 | 11011100 | 11011110 | 1010 | 1 | 0 | 1101 | 10111001 | 11001 | 1010011 |
Color Harmonies of #C8DCDE
Complementary color
Monochromatic Colors of #C8DCDE
Black with #C8DCDE
Text Example
Text Example
White with #C8DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCDE; }
p { color: rgb(200,220,222); }
H1.HeaderClassName
{
color: #C8DCDE;
}
.AnyTagClassName
{
color: #C8DCDE;
}
</style>
background-color css
<style>
a { background-color: #C8DCDE; }
a { background-color: rgb(200,220,222); }
div.DivClassName
{
background-color: #C8DCDE;
}
.BgClassName
{
background-color: #C8DCDE;
}
</style>
border-color css
<style>
span { border-color: #C8DCDE; }
span { border-color: rgb(200,220,222); }
td.TdClassName
{
border-color: #C8DCDE;
}
.TagClassName
{
border-color: #C8DCDE;
}
</style>