Shades of Zumthor #CED6D7
Tints of Zumthor #CED6D7
RGB
CMYK
RGB Variations
Color information
#CED6D7 (or 0xCED6D7) is known color: Zumthor. HEX triplet: CE, D6 and D7. RGB value is (206,214,215). Sum of RGB (Red+Green+Blue) = 206+214+215=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #CED6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D7 is #312928. Grayscale: #D3D3D3. Windows color (decimal): -3221801 or 14145230. OLE color: 14145230.
HSL color Cylindrical-coordinate representation of color #CED6D7: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6D7 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 215 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.16 |
| HSL | 186.67º | 0.1% | 0.83% | - |
| HSV(B) | 186.67º | 0.04% | 0.84% | - |
| XYZ | 61.77 | 66.12 | 73.8 | - |
| YUV | 211.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 215 | 0.04 | 0.00 | 0 | 0.16 | 186.67 | 0.1 | 0.83 |
| Hex | CE | D6 | D7 | 4 | 0 | 0 | 10 | BB | A | 53 |
| Octal | 316 | 326 | 327 | 4 | 0 | 0 | 20 | 273 | 12 | 123 |
| Binary | 11001110 | 11010110 | 11010111 | 100 | 0 | 0 | 10000 | 10111011 | 1010 | 1010011 |
Color Harmonies of #CED6D7
Complementary color
Monochromatic Colors of #CED6D7
Black with #CED6D7
Text Example
Text Example
White with #CED6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6D7; }
p { color: rgb(206,214,215); }
H1.HeaderClassName
{
color: #CED6D7;
}
.AnyTagClassName
{
color: #CED6D7;
}
</style>
background-color css
<style>
a { background-color: #CED6D7; }
a { background-color: rgb(206,214,215); }
div.DivClassName
{
background-color: #CED6D7;
}
.BgClassName
{
background-color: #CED6D7;
}
</style>
border-color css
<style>
span { border-color: #CED6D7; }
span { border-color: rgb(206,214,215); }
td.TdClassName
{
border-color: #CED6D7;
}
.TagClassName
{
border-color: #CED6D7;
}
</style>