Shades of Zumthor #C7D6DC
Tints of Zumthor #C7D6DC
RGB
CMYK
RGB Variations
Color information
#C7D6DC (or 0xC7D6DC) is known color: Zumthor. HEX triplet: C7, D6 and DC. RGB value is (199,214,220). Sum of RGB (Red+Green+Blue) = 199+214+220=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6DC is #382923. Grayscale: #D2D2D2. Windows color (decimal): -3680548 or 14472903. OLE color: 14472903.
HSL color Cylindrical-coordinate representation of color #C7D6DC: hue angle of 197.14º 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 #C7D6DC is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 214 | 220 | - |
CMYK | 0.10 | 0.03 | 0 | 0.14 |
HSL | 197.14º | 0.23% | 0.82% | - |
HSV(B) | 197.14º | 0.1% | 0.86% | - |
XYZ | 60.52 | 65.4 | 77.14 | - |
YUV | 210.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 220 | 0.10 | 0.03 | 0 | 0.14 | 197.14 | 0.23 | 0.82 |
Hex | C7 | D6 | DC | A | 3 | 0 | E | C5 | 17 | 52 |
Octal | 307 | 326 | 334 | 12 | 3 | 0 | 16 | 305 | 27 | 122 |
Binary | 11000111 | 11010110 | 11011100 | 1010 | 11 | 0 | 1110 | 11000101 | 10111 | 1010010 |
Color Harmonies of #C7D6DC
Complementary color
Monochromatic Colors of #C7D6DC
Black with #C7D6DC
Text Example
Text Example
White with #C7D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6DC; }
p { color: rgb(199,214,220); }
H1.HeaderClassName
{
color: #C7D6DC;
}
.AnyTagClassName
{
color: #C7D6DC;
}
</style>
background-color css
<style>
a { background-color: #C7D6DC; }
a { background-color: rgb(199,214,220); }
div.DivClassName
{
background-color: #C7D6DC;
}
.BgClassName
{
background-color: #C7D6DC;
}
</style>
border-color css
<style>
span { border-color: #C7D6DC; }
span { border-color: rgb(199,214,220); }
td.TdClassName
{
border-color: #C7D6DC;
}
.TagClassName
{
border-color: #C7D6DC;
}
</style>