Shades of Zumthor #C0DCDE
Tints of Zumthor #C0DCDE
RGB
CMYK
RGB Variations
Color information
#C0DCDE (or 0xC0DCDE) is known color: Zumthor. HEX triplet: C0, DC and DE. RGB value is (192,220,222). Sum of RGB (Red+Green+Blue) = 192+220+222=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCDE is #3F2321. Grayscale: #D3D3D3. Windows color (decimal): -4137762 or 14605504. OLE color: 14605504.
HSL color Cylindrical-coordinate representation of color #C0DCDE: hue angle of 184º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DCDE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 220 | 222 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.13 |
| HSL | 184º | 0.31% | 0.81% | - |
| HSV(B) | 184º | 0.14% | 0.87% | - |
| XYZ | 60.52 | 67.67 | 78.98 | - |
| YUV | 211.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 222 | 0.14 | 0.01 | 0 | 0.13 | 184 | 0.31 | 0.81 |
| Hex | C0 | DC | DE | E | 1 | 0 | D | B8 | 1F | 51 |
| Octal | 300 | 334 | 336 | 16 | 1 | 0 | 15 | 270 | 37 | 121 |
| Binary | 11000000 | 11011100 | 11011110 | 1110 | 1 | 0 | 1101 | 10111000 | 11111 | 1010001 |
Color Harmonies of #C0DCDE
Complementary color
Monochromatic Colors of #C0DCDE
Black with #C0DCDE
Text Example
Text Example
White with #C0DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCDE; }
p { color: rgb(192,220,222); }
H1.HeaderClassName
{
color: #C0DCDE;
}
.AnyTagClassName
{
color: #C0DCDE;
}
</style>
background-color css
<style>
a { background-color: #C0DCDE; }
a { background-color: rgb(192,220,222); }
div.DivClassName
{
background-color: #C0DCDE;
}
.BgClassName
{
background-color: #C0DCDE;
}
</style>
border-color css
<style>
span { border-color: #C0DCDE; }
span { border-color: rgb(192,220,222); }
td.TdClassName
{
border-color: #C0DCDE;
}
.TagClassName
{
border-color: #C0DCDE;
}
</style>