Shades of Zumthor #C6DDDF
Tints of Zumthor #C6DDDF
RGB
CMYK
RGB Variations
Color information
#C6DDDF (or 0xC6DDDF) is known color: Zumthor. HEX triplet: C6, DD and DF. RGB value is (198,221,223). Sum of RGB (Red+Green+Blue) = 198+221+223=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDF is #392220. Grayscale: #D6D6D6. Windows color (decimal): -3744289 or 14671302. OLE color: 14671302.
HSL color Cylindrical-coordinate representation of color #C6DDDF: hue angle of 184.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DDDF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 223 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.13 |
| HSL | 184.8º | 0.28% | 0.83% | - |
| HSV(B) | 184.8º | 0.11% | 0.87% | - |
| XYZ | 62.46 | 69.05 | 79.85 | - |
| YUV | 214.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 223 | 0.11 | 0.01 | 0 | 0.13 | 184.8 | 0.28 | 0.83 |
| Hex | C6 | DD | DF | B | 1 | 0 | D | B9 | 1C | 53 |
| Octal | 306 | 335 | 337 | 13 | 1 | 0 | 15 | 271 | 34 | 123 |
| Binary | 11000110 | 11011101 | 11011111 | 1011 | 1 | 0 | 1101 | 10111001 | 11100 | 1010011 |
Color Harmonies of #C6DDDF
Complementary color
Monochromatic Colors of #C6DDDF
Black with #C6DDDF
Text Example
Text Example
White with #C6DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDDF; }
p { color: rgb(198,221,223); }
H1.HeaderClassName
{
color: #C6DDDF;
}
.AnyTagClassName
{
color: #C6DDDF;
}
</style>
background-color css
<style>
a { background-color: #C6DDDF; }
a { background-color: rgb(198,221,223); }
div.DivClassName
{
background-color: #C6DDDF;
}
.BgClassName
{
background-color: #C6DDDF;
}
</style>
border-color css
<style>
span { border-color: #C6DDDF; }
span { border-color: rgb(198,221,223); }
td.TdClassName
{
border-color: #C6DDDF;
}
.TagClassName
{
border-color: #C6DDDF;
}
</style>