Shades of Zumthor #CEDADD
Tints of Zumthor #CEDADD
RGB
CMYK
RGB Variations
Color information
#CEDADD (or 0xCEDADD) is known color: Zumthor. HEX triplet: CE, DA and DD. RGB value is (206,218,221). Sum of RGB (Red+Green+Blue) = 206+218+221=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADD is #312522. Grayscale: #D6D6D6. Windows color (decimal): -3220771 or 14539470. OLE color: 14539470.
HSL color Cylindrical-coordinate representation of color #CEDADD: hue angle of 192º 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 #CEDADD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 218 | 221 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 192º | 0.18% | 0.84% | - |
| HSV(B) | 192º | 0.07% | 0.87% | - |
| XYZ | 63.58 | 68.49 | 78.27 | - |
| YUV | 214.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 221 | 0.07 | 0.01 | 0 | 0.13 | 192 | 0.18 | 0.84 |
| Hex | CE | DA | DD | 7 | 1 | 0 | D | C0 | 12 | 54 |
| Octal | 316 | 332 | 335 | 7 | 1 | 0 | 15 | 300 | 22 | 124 |
| Binary | 11001110 | 11011010 | 11011101 | 111 | 1 | 0 | 1101 | 11000000 | 10010 | 1010100 |
Color Harmonies of #CEDADD
Complementary color
Monochromatic Colors of #CEDADD
Black with #CEDADD
Text Example
Text Example
White with #CEDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADD; }
p { color: rgb(206,218,221); }
H1.HeaderClassName
{
color: #CEDADD;
}
.AnyTagClassName
{
color: #CEDADD;
}
</style>
background-color css
<style>
a { background-color: #CEDADD; }
a { background-color: rgb(206,218,221); }
div.DivClassName
{
background-color: #CEDADD;
}
.BgClassName
{
background-color: #CEDADD;
}
</style>
border-color css
<style>
span { border-color: #CEDADD; }
span { border-color: rgb(206,218,221); }
td.TdClassName
{
border-color: #CEDADD;
}
.TagClassName
{
border-color: #CEDADD;
}
</style>