Shades of Zumthor #C6DDDE
Tints of Zumthor #C6DDDE
RGB
CMYK
RGB Variations
Color information
#C6DDDE (or 0xC6DDDE) is known color: Zumthor. HEX triplet: C6, DD and DE. RGB value is (198,221,222). Sum of RGB (Red+Green+Blue) = 198+221+222=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDE is #392221. Grayscale: #D6D6D6. Windows color (decimal): -3744290 or 14605766. OLE color: 14605766.
HSL color Cylindrical-coordinate representation of color #C6DDDE: hue angle of 182.5º 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 #C6DDDE is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 222 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.13 |
| HSL | 182.5º | 0.27% | 0.82% | - |
| HSV(B) | 182.5º | 0.11% | 0.87% | - |
| XYZ | 62.33 | 68.99 | 79.14 | - |
| YUV | 214.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 222 | 0.11 | 0.00 | 0 | 0.13 | 182.5 | 0.27 | 0.82 |
| Hex | C6 | DD | DE | B | 0 | 0 | D | B6 | 1B | 52 |
| Octal | 306 | 335 | 336 | 13 | 0 | 0 | 15 | 266 | 33 | 122 |
| Binary | 11000110 | 11011101 | 11011110 | 1011 | 0 | 0 | 1101 | 10110110 | 11011 | 1010010 |
Color Harmonies of #C6DDDE
Complementary color
Monochromatic Colors of #C6DDDE
Black with #C6DDDE
Text Example
Text Example
White with #C6DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDDE; }
p { color: rgb(198,221,222); }
H1.HeaderClassName
{
color: #C6DDDE;
}
.AnyTagClassName
{
color: #C6DDDE;
}
</style>
background-color css
<style>
a { background-color: #C6DDDE; }
a { background-color: rgb(198,221,222); }
div.DivClassName
{
background-color: #C6DDDE;
}
.BgClassName
{
background-color: #C6DDDE;
}
</style>
border-color css
<style>
span { border-color: #C6DDDE; }
span { border-color: rgb(198,221,222); }
td.TdClassName
{
border-color: #C6DDDE;
}
.TagClassName
{
border-color: #C6DDDE;
}
</style>