Shades of Zumthor #CEDCDD
Tints of Zumthor #CEDCDD
RGB
CMYK
RGB Variations
Color information
#CEDCDD (or 0xCEDCDD) is known color: Zumthor. HEX triplet: CE, DC and DD. RGB value is (206,220,221). Sum of RGB (Red+Green+Blue) = 206+220+221=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDD is #312322. Grayscale: #D7D7D7. Windows color (decimal): -3220259 or 14539982. OLE color: 14539982.
HSL color Cylindrical-coordinate representation of color #CEDCDD: hue angle of 184º 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 #CEDCDD is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 220 | 221 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.13 |
| HSL | 184º | 0.18% | 0.84% | - |
| HSV(B) | 184º | 0.07% | 0.87% | - |
| XYZ | 64.1 | 69.53 | 78.45 | - |
| YUV | 215.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 221 | 0.07 | 0.00 | 0 | 0.13 | 184 | 0.18 | 0.84 |
| Hex | CE | DC | DD | 7 | 0 | 0 | D | B8 | 12 | 54 |
| Octal | 316 | 334 | 335 | 7 | 0 | 0 | 15 | 270 | 22 | 124 |
| Binary | 11001110 | 11011100 | 11011101 | 111 | 0 | 0 | 1101 | 10111000 | 10010 | 1010100 |
Color Harmonies of #CEDCDD
Complementary color
Monochromatic Colors of #CEDCDD
Black with #CEDCDD
Text Example
Text Example
White with #CEDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCDD; }
p { color: rgb(206,220,221); }
H1.HeaderClassName
{
color: #CEDCDD;
}
.AnyTagClassName
{
color: #CEDCDD;
}
</style>
background-color css
<style>
a { background-color: #CEDCDD; }
a { background-color: rgb(206,220,221); }
div.DivClassName
{
background-color: #CEDCDD;
}
.BgClassName
{
background-color: #CEDCDD;
}
</style>
border-color css
<style>
span { border-color: #CEDCDD; }
span { border-color: rgb(206,220,221); }
td.TdClassName
{
border-color: #CEDCDD;
}
.TagClassName
{
border-color: #CEDCDD;
}
</style>