Shades of Zumthor #C6D6DB
Tints of Zumthor #C6D6DB
RGB
CMYK
RGB Variations
Color information
#C6D6DB (or 0xC6D6DB) is known color: Zumthor. HEX triplet: C6, D6 and DB. RGB value is (198,214,219). Sum of RGB (Red+Green+Blue) = 198+214+219=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6DB is #392924. Grayscale: #D1D1D1. Windows color (decimal): -3746085 or 14407366. OLE color: 14407366.
HSL color Cylindrical-coordinate representation of color #C6D6DB: hue angle of 194.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D6DB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 214 | 219 | - |
CMYK | 0.10 | 0.02 | 0 | 0.14 |
HSL | 194.29º | 0.23% | 0.82% | - |
HSV(B) | 194.29º | 0.1% | 0.86% | - |
XYZ | 60.12 | 65.21 | 76.44 | - |
YUV | 209.79 | 133.2 | 119.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 214 | 219 | 0.10 | 0.02 | 0 | 0.14 | 194.29 | 0.23 | 0.82 |
Hex | C6 | D6 | DB | A | 2 | 0 | E | C2 | 17 | 52 |
Octal | 306 | 326 | 333 | 12 | 2 | 0 | 16 | 302 | 27 | 122 |
Binary | 11000110 | 11010110 | 11011011 | 1010 | 10 | 0 | 1110 | 11000010 | 10111 | 1010010 |
Color Harmonies of #C6D6DB
Complementary color
Monochromatic Colors of #C6D6DB
Black with #C6D6DB
Text Example
Text Example
White with #C6D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6DB; }
p { color: rgb(198,214,219); }
H1.HeaderClassName
{
color: #C6D6DB;
}
.AnyTagClassName
{
color: #C6D6DB;
}
</style>
background-color css
<style>
a { background-color: #C6D6DB; }
a { background-color: rgb(198,214,219); }
div.DivClassName
{
background-color: #C6D6DB;
}
.BgClassName
{
background-color: #C6D6DB;
}
</style>
border-color css
<style>
span { border-color: #C6D6DB; }
span { border-color: rgb(198,214,219); }
td.TdClassName
{
border-color: #C6D6DB;
}
.TagClassName
{
border-color: #C6D6DB;
}
</style>