Shades of Zumthor #CEDBDD
Tints of Zumthor #CEDBDD
RGB
CMYK
RGB Variations
Color information
#CEDBDD (or 0xCEDBDD) is known color: Zumthor. HEX triplet: CE, DB and DD. RGB value is (206,219,221). Sum of RGB (Red+Green+Blue) = 206+219+221=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBDD is #312422. Grayscale: #D7D7D7. Windows color (decimal): -3220515 or 14539726. OLE color: 14539726.
HSL color Cylindrical-coordinate representation of color #CEDBDD: hue angle of 188º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDBDD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 219 | 221 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 188º | 0.18% | 0.84% | - |
| HSV(B) | 188º | 0.07% | 0.87% | - |
| XYZ | 63.84 | 69.01 | 78.36 | - |
| YUV | 215.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 221 | 0.07 | 0.01 | 0 | 0.13 | 188 | 0.18 | 0.84 |
| Hex | CE | DB | DD | 7 | 1 | 0 | D | BC | 12 | 54 |
| Octal | 316 | 333 | 335 | 7 | 1 | 0 | 15 | 274 | 22 | 124 |
| Binary | 11001110 | 11011011 | 11011101 | 111 | 1 | 0 | 1101 | 10111100 | 10010 | 1010100 |
Color Harmonies of #CEDBDD
Complementary color
Monochromatic Colors of #CEDBDD
Black with #CEDBDD
Text Example
Text Example
White with #CEDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBDD; }
p { color: rgb(206,219,221); }
H1.HeaderClassName
{
color: #CEDBDD;
}
.AnyTagClassName
{
color: #CEDBDD;
}
</style>
background-color css
<style>
a { background-color: #CEDBDD; }
a { background-color: rgb(206,219,221); }
div.DivClassName
{
background-color: #CEDBDD;
}
.BgClassName
{
background-color: #CEDBDD;
}
</style>
border-color css
<style>
span { border-color: #CEDBDD; }
span { border-color: rgb(206,219,221); }
td.TdClassName
{
border-color: #CEDBDD;
}
.TagClassName
{
border-color: #CEDBDD;
}
</style>