Shades of Zumthor #C7DADE
Tints of Zumthor #C7DADE
RGB
CMYK
RGB Variations
Color information
#C7DADE (or 0xC7DADE) is known color: Zumthor. HEX triplet: C7, DA and DE. RGB value is (199,218,222). Sum of RGB (Red+Green+Blue) = 199+218+222=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DADE is #382521. Grayscale: #D4D4D4. Windows color (decimal): -3679522 or 14604999. OLE color: 14604999.
HSL color Cylindrical-coordinate representation of color #C7DADE: hue angle of 190.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DADE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 218 | 222 | - |
CMYK | 0.10 | 0.02 | 0 | 0.13 |
HSL | 190.43º | 0.26% | 0.83% | - |
HSV(B) | 190.43º | 0.1% | 0.87% | - |
XYZ | 61.81 | 67.56 | 78.89 | - |
YUV | 212.78 | 133.21 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 222 | 0.10 | 0.02 | 0 | 0.13 | 190.43 | 0.26 | 0.83 |
Hex | C7 | DA | DE | A | 2 | 0 | D | BE | 1A | 53 |
Octal | 307 | 332 | 336 | 12 | 2 | 0 | 15 | 276 | 32 | 123 |
Binary | 11000111 | 11011010 | 11011110 | 1010 | 10 | 0 | 1101 | 10111110 | 11010 | 1010011 |
Color Harmonies of #C7DADE
Complementary color
Monochromatic Colors of #C7DADE
Black with #C7DADE
Text Example
Text Example
White with #C7DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DADE; }
p { color: rgb(199,218,222); }
H1.HeaderClassName
{
color: #C7DADE;
}
.AnyTagClassName
{
color: #C7DADE;
}
</style>
background-color css
<style>
a { background-color: #C7DADE; }
a { background-color: rgb(199,218,222); }
div.DivClassName
{
background-color: #C7DADE;
}
.BgClassName
{
background-color: #C7DADE;
}
</style>
border-color css
<style>
span { border-color: #C7DADE; }
span { border-color: rgb(199,218,222); }
td.TdClassName
{
border-color: #C7DADE;
}
.TagClassName
{
border-color: #C7DADE;
}
</style>