Shades of Zumthor #C6DCDE
Tints of Zumthor #C6DCDE
RGB
CMYK
RGB Variations
Color information
#C6DCDE (or 0xC6DCDE) is known color: Zumthor. HEX triplet: C6, DC and DE. RGB value is (198,220,222). Sum of RGB (Red+Green+Blue) = 198+220+222=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCDE is #392321. Grayscale: #D5D5D5. Windows color (decimal): -3744546 or 14605510. OLE color: 14605510.
HSL color Cylindrical-coordinate representation of color #C6DCDE: hue angle of 185º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DCDE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 220 | 222 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.13 |
| HSL | 185º | 0.27% | 0.82% | - |
| HSV(B) | 185º | 0.11% | 0.87% | - |
| XYZ | 62.07 | 68.47 | 79.05 | - |
| YUV | 213.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 222 | 0.11 | 0.01 | 0 | 0.13 | 185 | 0.27 | 0.82 |
| Hex | C6 | DC | DE | B | 1 | 0 | D | B9 | 1B | 52 |
| Octal | 306 | 334 | 336 | 13 | 1 | 0 | 15 | 271 | 33 | 122 |
| Binary | 11000110 | 11011100 | 11011110 | 1011 | 1 | 0 | 1101 | 10111001 | 11011 | 1010010 |
Color Harmonies of #C6DCDE
Complementary color
Monochromatic Colors of #C6DCDE
Black with #C6DCDE
Text Example
Text Example
White with #C6DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCDE; }
p { color: rgb(198,220,222); }
H1.HeaderClassName
{
color: #C6DCDE;
}
.AnyTagClassName
{
color: #C6DCDE;
}
</style>
background-color css
<style>
a { background-color: #C6DCDE; }
a { background-color: rgb(198,220,222); }
div.DivClassName
{
background-color: #C6DCDE;
}
.BgClassName
{
background-color: #C6DCDE;
}
</style>
border-color css
<style>
span { border-color: #C6DCDE; }
span { border-color: rgb(198,220,222); }
td.TdClassName
{
border-color: #C6DCDE;
}
.TagClassName
{
border-color: #C6DCDE;
}
</style>