Shades of Zumthor #CED9D8
Tints of Zumthor #CED9D8
RGB
CMYK
RGB Variations
Color information
#CED9D8 (or 0xCED9D8) is known color: Zumthor. HEX triplet: CE, D9 and D8. RGB value is (206,217,216). Sum of RGB (Red+Green+Blue) = 206+217+216=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9D8 is #312627. Grayscale: #D5D5D5. Windows color (decimal): -3221032 or 14211534. OLE color: 14211534.
HSL color Cylindrical-coordinate representation of color #CED9D8: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED9D8 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 216 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.15 |
| HSL | 174.55º | 0.13% | 0.83% | - |
| HSV(B) | 174.55º | 0.05% | 0.85% | - |
| XYZ | 62.66 | 67.71 | 74.73 | - |
| YUV | 213.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 216 | 0.05 | 0 | 0.00 | 0.15 | 174.55 | 0.13 | 0.83 |
| Hex | CE | D9 | D8 | 5 | 0 | 0 | F | AF | D | 53 |
| Octal | 316 | 331 | 330 | 5 | 0 | 0 | 17 | 257 | 15 | 123 |
| Binary | 11001110 | 11011001 | 11011000 | 101 | 0 | 0 | 1111 | 10101111 | 1101 | 1010011 |
Color Harmonies of #CED9D8
Complementary color
Monochromatic Colors of #CED9D8
Black with #CED9D8
Text Example
Text Example
White with #CED9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9D8; }
p { color: rgb(206,217,216); }
H1.HeaderClassName
{
color: #CED9D8;
}
.AnyTagClassName
{
color: #CED9D8;
}
</style>
background-color css
<style>
a { background-color: #CED9D8; }
a { background-color: rgb(206,217,216); }
div.DivClassName
{
background-color: #CED9D8;
}
.BgClassName
{
background-color: #CED9D8;
}
</style>
border-color css
<style>
span { border-color: #CED9D8; }
span { border-color: rgb(206,217,216); }
td.TdClassName
{
border-color: #CED9D8;
}
.TagClassName
{
border-color: #CED9D8;
}
</style>