Shades of Zumthor #CEDCDB
Tints of Zumthor #CEDCDB
RGB
CMYK
RGB Variations
Color information
#CEDCDB (or 0xCEDCDB) is known color: Zumthor. HEX triplet: CE, DC and DB. RGB value is (206,220,219). Sum of RGB (Red+Green+Blue) = 206+220+219=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDB is #312324. Grayscale: #D7D7D7. Windows color (decimal): -3220261 or 14408910. OLE color: 14408910.
HSL color Cylindrical-coordinate representation of color #CEDCDB: hue angle of 175.71º 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 #CEDCDB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 219 | - |
CMYK | 0.06 | 0 | 0.00 | 0.14 |
HSL | 175.71º | 0.17% | 0.84% | - |
HSV(B) | 175.71º | 0.06% | 0.86% | - |
XYZ | 63.83 | 69.42 | 77.05 | - |
YUV | 215.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 219 | 0.06 | 0 | 0.00 | 0.14 | 175.71 | 0.17 | 0.84 |
Hex | CE | DC | DB | 6 | 0 | 0 | E | B0 | 11 | 54 |
Octal | 316 | 334 | 333 | 6 | 0 | 0 | 16 | 260 | 21 | 124 |
Binary | 11001110 | 11011100 | 11011011 | 110 | 0 | 0 | 1110 | 10110000 | 10001 | 1010100 |
Color Harmonies of #CEDCDB
Complementary color
Monochromatic Colors of #CEDCDB
Black with #CEDCDB
Text Example
Text Example
White with #CEDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCDB; }
p { color: rgb(206,220,219); }
H1.HeaderClassName
{
color: #CEDCDB;
}
.AnyTagClassName
{
color: #CEDCDB;
}
</style>
background-color css
<style>
a { background-color: #CEDCDB; }
a { background-color: rgb(206,220,219); }
div.DivClassName
{
background-color: #CEDCDB;
}
.BgClassName
{
background-color: #CEDCDB;
}
</style>
border-color css
<style>
span { border-color: #CEDCDB; }
span { border-color: rgb(206,220,219); }
td.TdClassName
{
border-color: #CEDCDB;
}
.TagClassName
{
border-color: #CEDCDB;
}
</style>