Shades of Zumthor #C7DEDE
Tints of Zumthor #C7DEDE
RGB
CMYK
RGB Variations
Color information
#C7DEDE (or 0xC7DEDE) is known color: Zumthor. HEX triplet: C7, DE and DE. RGB value is (199,222,222). Sum of RGB (Red+Green+Blue) = 199+222+222=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #C7DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDE is #382121. Grayscale: #D7D7D7. Windows color (decimal): -3678498 or 14606023. OLE color: 14606023.
HSL color Cylindrical-coordinate representation of color #C7DEDE: hue angle of 180º 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 #C7DEDE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 222 | 222 | - |
CMYK | 0.10 | 0 | 0 | 0.13 |
HSL | 180º | 0.26% | 0.83% | - |
HSV(B) | 180º | 0.1% | 0.87% | - |
XYZ | 62.86 | 69.66 | 79.24 | - |
YUV | 215.12 | 131.88 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 222 | 222 | 0.10 | 0 | 0 | 0.13 | 180 | 0.26 | 0.83 |
Hex | C7 | DE | DE | A | 0 | 0 | D | B4 | 1A | 53 |
Octal | 307 | 336 | 336 | 12 | 0 | 0 | 15 | 264 | 32 | 123 |
Binary | 11000111 | 11011110 | 11011110 | 1010 | 0 | 0 | 1101 | 10110100 | 11010 | 1010011 |
Color Harmonies of #C7DEDE
Complementary color
Monochromatic Colors of #C7DEDE
Black with #C7DEDE
Text Example
Text Example
White with #C7DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEDE; }
p { color: rgb(199,222,222); }
H1.HeaderClassName
{
color: #C7DEDE;
}
.AnyTagClassName
{
color: #C7DEDE;
}
</style>
background-color css
<style>
a { background-color: #C7DEDE; }
a { background-color: rgb(199,222,222); }
div.DivClassName
{
background-color: #C7DEDE;
}
.BgClassName
{
background-color: #C7DEDE;
}
</style>
border-color css
<style>
span { border-color: #C7DEDE; }
span { border-color: rgb(199,222,222); }
td.TdClassName
{
border-color: #C7DEDE;
}
.TagClassName
{
border-color: #C7DEDE;
}
</style>