Shades of Zumthor #C7DCDD
Tints of Zumthor #C7DCDD
RGB
CMYK
RGB Variations
Color information
#C7DCDD (or 0xC7DCDD) is known color: Zumthor. HEX triplet: C7, DC and DD. RGB value is (199,220,221). Sum of RGB (Red+Green+Blue) = 199+220+221=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDD is #382322. Grayscale: #D5D5D5. Windows color (decimal): -3679011 or 14539975. OLE color: 14539975.
HSL color Cylindrical-coordinate representation of color #C7DCDD: hue angle of 182.73º degrees, saturation: 0.24, 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 #C7DCDD is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 220 | 221 | - |
CMYK | 0.10 | 0.00 | 0 | 0.13 |
HSL | 182.73º | 0.24% | 0.82% | - |
HSV(B) | 182.73º | 0.1% | 0.87% | - |
XYZ | 62.2 | 68.55 | 78.36 | - |
YUV | 213.84 | 132.04 | 117.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 220 | 221 | 0.10 | 0.00 | 0 | 0.13 | 182.73 | 0.24 | 0.82 |
Hex | C7 | DC | DD | A | 0 | 0 | D | B7 | 18 | 52 |
Octal | 307 | 334 | 335 | 12 | 0 | 0 | 15 | 267 | 30 | 122 |
Binary | 11000111 | 11011100 | 11011101 | 1010 | 0 | 0 | 1101 | 10110111 | 11000 | 1010010 |
Color Harmonies of #C7DCDD
Complementary color
Monochromatic Colors of #C7DCDD
Black with #C7DCDD
Text Example
Text Example
White with #C7DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCDD; }
p { color: rgb(199,220,221); }
H1.HeaderClassName
{
color: #C7DCDD;
}
.AnyTagClassName
{
color: #C7DCDD;
}
</style>
background-color css
<style>
a { background-color: #C7DCDD; }
a { background-color: rgb(199,220,221); }
div.DivClassName
{
background-color: #C7DCDD;
}
.BgClassName
{
background-color: #C7DCDD;
}
</style>
border-color css
<style>
span { border-color: #C7DCDD; }
span { border-color: rgb(199,220,221); }
td.TdClassName
{
border-color: #C7DCDD;
}
.TagClassName
{
border-color: #C7DCDD;
}
</style>