Shades of Zumthor #CEDBDC
Tints of Zumthor #CEDBDC
RGB
CMYK
RGB Variations
Color information
#CEDBDC (or 0xCEDBDC) is known color: Zumthor. HEX triplet: CE, DB and DC. RGB value is (206,219,220). Sum of RGB (Red+Green+Blue) = 206+219+220=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBDC is #312423. Grayscale: #D7D7D7. Windows color (decimal): -3220516 or 14474190. OLE color: 14474190.
HSL color Cylindrical-coordinate representation of color #CEDBDC: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBDC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 220 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.14 |
| HSL | 184.29º | 0.17% | 0.84% | - |
| HSV(B) | 184.29º | 0.06% | 0.86% | - |
| XYZ | 63.7 | 68.95 | 77.66 | - |
| YUV | 215.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 220 | 0.06 | 0.00 | 0 | 0.14 | 184.29 | 0.17 | 0.84 |
| Hex | CE | DB | DC | 6 | 0 | 0 | E | B8 | 11 | 54 |
| Octal | 316 | 333 | 334 | 6 | 0 | 0 | 16 | 270 | 21 | 124 |
| Binary | 11001110 | 11011011 | 11011100 | 110 | 0 | 0 | 1110 | 10111000 | 10001 | 1010100 |
Color Harmonies of #CEDBDC
Complementary color
Monochromatic Colors of #CEDBDC
Black with #CEDBDC
Text Example
Text Example
White with #CEDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBDC; }
p { color: rgb(206,219,220); }
H1.HeaderClassName
{
color: #CEDBDC;
}
.AnyTagClassName
{
color: #CEDBDC;
}
</style>
background-color css
<style>
a { background-color: #CEDBDC; }
a { background-color: rgb(206,219,220); }
div.DivClassName
{
background-color: #CEDBDC;
}
.BgClassName
{
background-color: #CEDBDC;
}
</style>
border-color css
<style>
span { border-color: #CEDBDC; }
span { border-color: rgb(206,219,220); }
td.TdClassName
{
border-color: #CEDBDC;
}
.TagClassName
{
border-color: #CEDBDC;
}
</style>