Shades of Zumthor #C6D9DD
Tints of Zumthor #C6D9DD
RGB
CMYK
RGB Variations
Color information
#C6D9DD (or 0xC6D9DD) is known color: Zumthor. HEX triplet: C6, D9 and DD. RGB value is (198,217,221). Sum of RGB (Red+Green+Blue) = 198+217+221=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9DD is #392622. Grayscale: #D3D3D3. Windows color (decimal): -3745315 or 14539206. OLE color: 14539206.
HSL color Cylindrical-coordinate representation of color #C6D9DD: hue angle of 190.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D9DD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 217 | 221 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.13 |
| HSL | 190.43º | 0.25% | 0.82% | - |
| HSV(B) | 190.43º | 0.1% | 0.87% | - |
| XYZ | 61.15 | 66.85 | 78.09 | - |
| YUV | 211.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 221 | 0.10 | 0.02 | 0 | 0.13 | 190.43 | 0.25 | 0.82 |
| Hex | C6 | D9 | DD | A | 2 | 0 | D | BE | 19 | 52 |
| Octal | 306 | 331 | 335 | 12 | 2 | 0 | 15 | 276 | 31 | 122 |
| Binary | 11000110 | 11011001 | 11011101 | 1010 | 10 | 0 | 1101 | 10111110 | 11001 | 1010010 |
Color Harmonies of #C6D9DD
Complementary color
Monochromatic Colors of #C6D9DD
Black with #C6D9DD
Text Example
Text Example
White with #C6D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9DD; }
p { color: rgb(198,217,221); }
H1.HeaderClassName
{
color: #C6D9DD;
}
.AnyTagClassName
{
color: #C6D9DD;
}
</style>
background-color css
<style>
a { background-color: #C6D9DD; }
a { background-color: rgb(198,217,221); }
div.DivClassName
{
background-color: #C6D9DD;
}
.BgClassName
{
background-color: #C6D9DD;
}
</style>
border-color css
<style>
span { border-color: #C6D9DD; }
span { border-color: rgb(198,217,221); }
td.TdClassName
{
border-color: #C6D9DD;
}
.TagClassName
{
border-color: #C6D9DD;
}
</style>