Shades of Zumthor #CED8D7
Tints of Zumthor #CED8D7
RGB
CMYK
RGB Variations
Color information
#CED8D7 (or 0xCED8D7) is known color: Zumthor. HEX triplet: CE, D8 and D7. RGB value is (206,216,215). Sum of RGB (Red+Green+Blue) = 206+216+215=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8D7 is #312728. Grayscale: #D4D4D4. Windows color (decimal): -3221289 or 14145742. OLE color: 14145742.
HSL color Cylindrical-coordinate representation of color #CED8D7: hue angle of 174º degrees, saturation: 0.11, 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 #CED8D7 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 215 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.15 |
| HSL | 174º | 0.11% | 0.83% | - |
| HSV(B) | 174º | 0.05% | 0.85% | - |
| XYZ | 62.28 | 67.14 | 73.97 | - |
| YUV | 212.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 215 | 0.05 | 0 | 0.00 | 0.15 | 174 | 0.11 | 0.83 |
| Hex | CE | D8 | D7 | 5 | 0 | 0 | F | AE | B | 53 |
| Octal | 316 | 330 | 327 | 5 | 0 | 0 | 17 | 256 | 13 | 123 |
| Binary | 11001110 | 11011000 | 11010111 | 101 | 0 | 0 | 1111 | 10101110 | 1011 | 1010011 |
Color Harmonies of #CED8D7
Complementary color
Monochromatic Colors of #CED8D7
Black with #CED8D7
Text Example
Text Example
White with #CED8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8D7; }
p { color: rgb(206,216,215); }
H1.HeaderClassName
{
color: #CED8D7;
}
.AnyTagClassName
{
color: #CED8D7;
}
</style>
background-color css
<style>
a { background-color: #CED8D7; }
a { background-color: rgb(206,216,215); }
div.DivClassName
{
background-color: #CED8D7;
}
.BgClassName
{
background-color: #CED8D7;
}
</style>
border-color css
<style>
span { border-color: #CED8D7; }
span { border-color: rgb(206,216,215); }
td.TdClassName
{
border-color: #CED8D7;
}
.TagClassName
{
border-color: #CED8D7;
}
</style>