Shades of Zumthor #C9DCDC
Tints of Zumthor #C9DCDC
RGB
CMYK
RGB Variations
Color information
#C9DCDC (or 0xC9DCDC) is known color: Zumthor. HEX triplet: C9, DC and DC. RGB value is (201,220,220). Sum of RGB (Red+Green+Blue) = 201+220+220=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C9DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDC is #362323. Grayscale: #D6D6D6. Windows color (decimal): -3547940 or 14474441. OLE color: 14474441.
HSL color Cylindrical-coordinate representation of color #C9DCDC: hue angle of 180º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCDC is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 220 | - |
| CMYK | 0.09 | 0 | 0 | 0.14 |
| HSL | 180º | 0.21% | 0.83% | - |
| HSV(B) | 180º | 0.09% | 0.86% | - |
| XYZ | 62.6 | 68.77 | 77.69 | - |
| YUV | 214.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 220 | 0.09 | 0 | 0 | 0.14 | 180 | 0.21 | 0.83 |
| Hex | C9 | DC | DC | 9 | 0 | 0 | E | B4 | 15 | 53 |
| Octal | 311 | 334 | 334 | 11 | 0 | 0 | 16 | 264 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11011100 | 1001 | 0 | 0 | 1110 | 10110100 | 10101 | 1010011 |
Color Harmonies of #C9DCDC
Complementary color
Monochromatic Colors of #C9DCDC
Black with #C9DCDC
Text Example
Text Example
White with #C9DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCDC; }
p { color: rgb(201,220,220); }
H1.HeaderClassName
{
color: #C9DCDC;
}
.AnyTagClassName
{
color: #C9DCDC;
}
</style>
background-color css
<style>
a { background-color: #C9DCDC; }
a { background-color: rgb(201,220,220); }
div.DivClassName
{
background-color: #C9DCDC;
}
.BgClassName
{
background-color: #C9DCDC;
}
</style>
border-color css
<style>
span { border-color: #C9DCDC; }
span { border-color: rgb(201,220,220); }
td.TdClassName
{
border-color: #C9DCDC;
}
.TagClassName
{
border-color: #C9DCDC;
}
</style>