Shades of Zumthor #CEDDDE
Tints of Zumthor #CEDDDE
RGB
CMYK
RGB Variations
Color information
#CEDDDE (or 0xCEDDDE) is known color: Zumthor. HEX triplet: CE, DD and DE. RGB value is (206,221,222). Sum of RGB (Red+Green+Blue) = 206+221+222=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDDE is #312221. Grayscale: #D8D8D8. Windows color (decimal): -3220002 or 14605774. OLE color: 14605774.
HSL color Cylindrical-coordinate representation of color #CEDDDE: hue angle of 183.75º degrees, saturation: 0.2, 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 #CEDDDE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 222 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.13 |
| HSL | 183.75º | 0.2% | 0.84% | - |
| HSV(B) | 183.75º | 0.07% | 0.87% | - |
| XYZ | 64.49 | 70.11 | 79.24 | - |
| YUV | 216.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 222 | 0.07 | 0.00 | 0 | 0.13 | 183.75 | 0.2 | 0.84 |
| Hex | CE | DD | DE | 7 | 0 | 0 | D | B8 | 14 | 54 |
| Octal | 316 | 335 | 336 | 7 | 0 | 0 | 15 | 270 | 24 | 124 |
| Binary | 11001110 | 11011101 | 11011110 | 111 | 0 | 0 | 1101 | 10111000 | 10100 | 1010100 |
Color Harmonies of #CEDDDE
Complementary color
Monochromatic Colors of #CEDDDE
Black with #CEDDDE
Text Example
Text Example
White with #CEDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDDE; }
p { color: rgb(206,221,222); }
H1.HeaderClassName
{
color: #CEDDDE;
}
.AnyTagClassName
{
color: #CEDDDE;
}
</style>
background-color css
<style>
a { background-color: #CEDDDE; }
a { background-color: rgb(206,221,222); }
div.DivClassName
{
background-color: #CEDDDE;
}
.BgClassName
{
background-color: #CEDDDE;
}
</style>
border-color css
<style>
span { border-color: #CEDDDE; }
span { border-color: rgb(206,221,222); }
td.TdClassName
{
border-color: #CEDDDE;
}
.TagClassName
{
border-color: #CEDDDE;
}
</style>