Shades of Zumthor #CEDADC
Tints of Zumthor #CEDADC
RGB
CMYK
RGB Variations
Color information
#CEDADC (or 0xCEDADC) is known color: Zumthor. HEX triplet: CE, DA and DC. RGB value is (206,218,220). Sum of RGB (Red+Green+Blue) = 206+218+220=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADC is #312523. Grayscale: #D6D6D6. Windows color (decimal): -3220772 or 14473934. OLE color: 14473934.
HSL color Cylindrical-coordinate representation of color #CEDADC: hue angle of 188.57º 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 #CEDADC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 218 | 220 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.14 |
| HSL | 188.57º | 0.17% | 0.84% | - |
| HSV(B) | 188.57º | 0.06% | 0.86% | - |
| XYZ | 63.44 | 68.43 | 77.58 | - |
| YUV | 214.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 220 | 0.06 | 0.01 | 0 | 0.14 | 188.57 | 0.17 | 0.84 |
| Hex | CE | DA | DC | 6 | 1 | 0 | E | BD | 11 | 54 |
| Octal | 316 | 332 | 334 | 6 | 1 | 0 | 16 | 275 | 21 | 124 |
| Binary | 11001110 | 11011010 | 11011100 | 110 | 1 | 0 | 1110 | 10111101 | 10001 | 1010100 |
Color Harmonies of #CEDADC
Complementary color
Monochromatic Colors of #CEDADC
Black with #CEDADC
Text Example
Text Example
White with #CEDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADC; }
p { color: rgb(206,218,220); }
H1.HeaderClassName
{
color: #CEDADC;
}
.AnyTagClassName
{
color: #CEDADC;
}
</style>
background-color css
<style>
a { background-color: #CEDADC; }
a { background-color: rgb(206,218,220); }
div.DivClassName
{
background-color: #CEDADC;
}
.BgClassName
{
background-color: #CEDADC;
}
</style>
border-color css
<style>
span { border-color: #CEDADC; }
span { border-color: rgb(206,218,220); }
td.TdClassName
{
border-color: #CEDADC;
}
.TagClassName
{
border-color: #CEDADC;
}
</style>