Shades of Zumthor #C6DAD8
Tints of Zumthor #C6DAD8
RGB
CMYK
RGB Variations
Color information
#C6DAD8 (or 0xC6DAD8) is known color: Zumthor. HEX triplet: C6, DA and D8. RGB value is (198,218,216). Sum of RGB (Red+Green+Blue) = 198+218+216=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAD8 is #392527. Grayscale: #D3D3D3. Windows color (decimal): -3745064 or 14211782. OLE color: 14211782.
HSL color Cylindrical-coordinate representation of color #C6DAD8: hue angle of 174º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6DAD8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 216 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.15 |
| HSL | 174º | 0.21% | 0.82% | - |
| HSV(B) | 174º | 0.09% | 0.85% | - |
| XYZ | 60.75 | 67.11 | 74.72 | - |
| YUV | 211.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 216 | 0.09 | 0 | 0.01 | 0.15 | 174 | 0.21 | 0.82 |
| Hex | C6 | DA | D8 | 9 | 0 | 1 | F | AE | 15 | 52 |
| Octal | 306 | 332 | 330 | 11 | 0 | 1 | 17 | 256 | 25 | 122 |
| Binary | 11000110 | 11011010 | 11011000 | 1001 | 0 | 1 | 1111 | 10101110 | 10101 | 1010010 |
Color Harmonies of #C6DAD8
Complementary color
Monochromatic Colors of #C6DAD8
Black with #C6DAD8
Text Example
Text Example
White with #C6DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAD8; }
p { color: rgb(198,218,216); }
H1.HeaderClassName
{
color: #C6DAD8;
}
.AnyTagClassName
{
color: #C6DAD8;
}
</style>
background-color css
<style>
a { background-color: #C6DAD8; }
a { background-color: rgb(198,218,216); }
div.DivClassName
{
background-color: #C6DAD8;
}
.BgClassName
{
background-color: #C6DAD8;
}
</style>
border-color css
<style>
span { border-color: #C6DAD8; }
span { border-color: rgb(198,218,216); }
td.TdClassName
{
border-color: #C6DAD8;
}
.TagClassName
{
border-color: #C6DAD8;
}
</style>