Shades of Zumthor #C7DEDD
Tints of Zumthor #C7DEDD
RGB
CMYK
RGB Variations
Color information
#C7DEDD (or 0xC7DEDD) is known color: Zumthor. HEX triplet: C7, DE and DD. RGB value is (199,222,221). Sum of RGB (Red+Green+Blue) = 199+222+221=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDD is #382122. Grayscale: #D6D6D6. Windows color (decimal): -3678499 or 14540487. OLE color: 14540487.
HSL color Cylindrical-coordinate representation of color #C7DEDD: hue angle of 177.39º 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 #C7DEDD is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 221 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.13 |
| HSL | 177.39º | 0.26% | 0.83% | - |
| HSV(B) | 177.39º | 0.1% | 0.87% | - |
| XYZ | 62.73 | 69.61 | 78.54 | - |
| YUV | 215.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 221 | 0.10 | 0 | 0.00 | 0.13 | 177.39 | 0.26 | 0.83 |
| Hex | C7 | DE | DD | A | 0 | 0 | D | B1 | 1A | 53 |
| Octal | 307 | 336 | 335 | 12 | 0 | 0 | 15 | 261 | 32 | 123 |
| Binary | 11000111 | 11011110 | 11011101 | 1010 | 0 | 0 | 1101 | 10110001 | 11010 | 1010011 |
Color Harmonies of #C7DEDD
Complementary color
Monochromatic Colors of #C7DEDD
Black with #C7DEDD
Text Example
Text Example
White with #C7DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEDD; }
p { color: rgb(199,222,221); }
H1.HeaderClassName
{
color: #C7DEDD;
}
.AnyTagClassName
{
color: #C7DEDD;
}
</style>
background-color css
<style>
a { background-color: #C7DEDD; }
a { background-color: rgb(199,222,221); }
div.DivClassName
{
background-color: #C7DEDD;
}
.BgClassName
{
background-color: #C7DEDD;
}
</style>
border-color css
<style>
span { border-color: #C7DEDD; }
span { border-color: rgb(199,222,221); }
td.TdClassName
{
border-color: #C7DEDD;
}
.TagClassName
{
border-color: #C7DEDD;
}
</style>