Shades of Zumthor #C6DEDE
Tints of Zumthor #C6DEDE
RGB
CMYK
RGB Variations
Color information
#C6DEDE (or 0xC6DEDE) is known color: Zumthor. HEX triplet: C6, DE and DE. RGB value is (198,222,222). Sum of RGB (Red+Green+Blue) = 198+222+222=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C6DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DEDE is #392121. Grayscale: #D6D6D6. Windows color (decimal): -3744034 or 14606022. OLE color: 14606022.
HSL color Cylindrical-coordinate representation of color #C6DEDE: hue angle of 180º 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 #C6DEDE is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 222 | - |
| CMYK | 0.11 | 0 | 0 | 0.13 |
| HSL | 180º | 0.27% | 0.82% | - |
| HSV(B) | 180º | 0.11% | 0.87% | - |
| XYZ | 62.59 | 69.52 | 79.23 | - |
| YUV | 214.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 222 | 0.11 | 0 | 0 | 0.13 | 180 | 0.27 | 0.82 |
| Hex | C6 | DE | DE | B | 0 | 0 | D | B4 | 1B | 52 |
| Octal | 306 | 336 | 336 | 13 | 0 | 0 | 15 | 264 | 33 | 122 |
| Binary | 11000110 | 11011110 | 11011110 | 1011 | 0 | 0 | 1101 | 10110100 | 11011 | 1010010 |
Color Harmonies of #C6DEDE
Complementary color
Monochromatic Colors of #C6DEDE
Black with #C6DEDE
Text Example
Text Example
White with #C6DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEDE; }
p { color: rgb(198,222,222); }
H1.HeaderClassName
{
color: #C6DEDE;
}
.AnyTagClassName
{
color: #C6DEDE;
}
</style>
background-color css
<style>
a { background-color: #C6DEDE; }
a { background-color: rgb(198,222,222); }
div.DivClassName
{
background-color: #C6DEDE;
}
.BgClassName
{
background-color: #C6DEDE;
}
</style>
border-color css
<style>
span { border-color: #C6DEDE; }
span { border-color: rgb(198,222,222); }
td.TdClassName
{
border-color: #C6DEDE;
}
.TagClassName
{
border-color: #C6DEDE;
}
</style>