Shades of Zumthor #CEDCDE
Tints of Zumthor #CEDCDE
RGB
CMYK
RGB Variations
Color information
#CEDCDE (or 0xCEDCDE) is known color: Zumthor. HEX triplet: CE, DC and DE. RGB value is (206,220,222). Sum of RGB (Red+Green+Blue) = 206+220+222=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDE is #312321. Grayscale: #D8D8D8. Windows color (decimal): -3220258 or 14605518. OLE color: 14605518.
HSL color Cylindrical-coordinate representation of color #CEDCDE: hue angle of 187.5º 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 #CEDCDE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 220 | 222 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.13 |
| HSL | 187.5º | 0.2% | 0.84% | - |
| HSV(B) | 187.5º | 0.07% | 0.87% | - |
| XYZ | 64.23 | 69.58 | 79.15 | - |
| YUV | 216.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 222 | 0.07 | 0.01 | 0 | 0.13 | 187.5 | 0.2 | 0.84 |
| Hex | CE | DC | DE | 7 | 1 | 0 | D | BC | 14 | 54 |
| Octal | 316 | 334 | 336 | 7 | 1 | 0 | 15 | 274 | 24 | 124 |
| Binary | 11001110 | 11011100 | 11011110 | 111 | 1 | 0 | 1101 | 10111100 | 10100 | 1010100 |
Color Harmonies of #CEDCDE
Complementary color
Monochromatic Colors of #CEDCDE
Black with #CEDCDE
Text Example
Text Example
White with #CEDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCDE; }
p { color: rgb(206,220,222); }
H1.HeaderClassName
{
color: #CEDCDE;
}
.AnyTagClassName
{
color: #CEDCDE;
}
</style>
background-color css
<style>
a { background-color: #CEDCDE; }
a { background-color: rgb(206,220,222); }
div.DivClassName
{
background-color: #CEDCDE;
}
.BgClassName
{
background-color: #CEDCDE;
}
</style>
border-color css
<style>
span { border-color: #CEDCDE; }
span { border-color: rgb(206,220,222); }
td.TdClassName
{
border-color: #CEDCDE;
}
.TagClassName
{
border-color: #CEDCDE;
}
</style>