Shades of Zumthor #C6DADB
Tints of Zumthor #C6DADB
RGB
CMYK
RGB Variations
Color information
#C6DADB (or 0xC6DADB) is known color: Zumthor. HEX triplet: C6, DA and DB. RGB value is (198,218,219). Sum of RGB (Red+Green+Blue) = 198+218+219=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DADB is #392524. Grayscale: #D4D4D4. Windows color (decimal): -3745061 or 14408390. OLE color: 14408390.
HSL color Cylindrical-coordinate representation of color #C6DADB: hue angle of 182.86º 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 #C6DADB is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 218 | 219 | - |
CMYK | 0.10 | 0.00 | 0 | 0.14 |
HSL | 182.86º | 0.23% | 0.82% | - |
HSV(B) | 182.86º | 0.1% | 0.86% | - |
XYZ | 61.15 | 67.26 | 76.78 | - |
YUV | 212.13 | 131.87 | 117.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 218 | 219 | 0.10 | 0.00 | 0 | 0.14 | 182.86 | 0.23 | 0.82 |
Hex | C6 | DA | DB | A | 0 | 0 | E | B7 | 17 | 52 |
Octal | 306 | 332 | 333 | 12 | 0 | 0 | 16 | 267 | 27 | 122 |
Binary | 11000110 | 11011010 | 11011011 | 1010 | 0 | 0 | 1110 | 10110111 | 10111 | 1010010 |
Color Harmonies of #C6DADB
Complementary color
Monochromatic Colors of #C6DADB
Black with #C6DADB
Text Example
Text Example
White with #C6DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DADB; }
p { color: rgb(198,218,219); }
H1.HeaderClassName
{
color: #C6DADB;
}
.AnyTagClassName
{
color: #C6DADB;
}
</style>
background-color css
<style>
a { background-color: #C6DADB; }
a { background-color: rgb(198,218,219); }
div.DivClassName
{
background-color: #C6DADB;
}
.BgClassName
{
background-color: #C6DADB;
}
</style>
border-color css
<style>
span { border-color: #C6DADB; }
span { border-color: rgb(198,218,219); }
td.TdClassName
{
border-color: #C6DADB;
}
.TagClassName
{
border-color: #C6DADB;
}
</style>