Shades of Zumthor #CEDADB
Tints of Zumthor #CEDADB
RGB
CMYK
RGB Variations
Color information
#CEDADB (or 0xCEDADB) is known color: Zumthor. HEX triplet: CE, DA and DB. RGB value is (206,218,219). Sum of RGB (Red+Green+Blue) = 206+218+219=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADB is #312524. Grayscale: #D6D6D6. Windows color (decimal): -3220773 or 14408398. OLE color: 14408398.
HSL color Cylindrical-coordinate representation of color #CEDADB: hue angle of 184.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDADB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 218 | 219 | - |
CMYK | 0.06 | 0.00 | 0 | 0.14 |
HSL | 184.62º | 0.15% | 0.83% | - |
HSV(B) | 184.62º | 0.06% | 0.86% | - |
XYZ | 63.31 | 68.38 | 76.88 | - |
YUV | 214.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 219 | 0.06 | 0.00 | 0 | 0.14 | 184.62 | 0.15 | 0.83 |
Hex | CE | DA | DB | 6 | 0 | 0 | E | B9 | F | 53 |
Octal | 316 | 332 | 333 | 6 | 0 | 0 | 16 | 271 | 17 | 123 |
Binary | 11001110 | 11011010 | 11011011 | 110 | 0 | 0 | 1110 | 10111001 | 1111 | 1010011 |
Color Harmonies of #CEDADB
Complementary color
Monochromatic Colors of #CEDADB
Black with #CEDADB
Text Example
Text Example
White with #CEDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADB; }
p { color: rgb(206,218,219); }
H1.HeaderClassName
{
color: #CEDADB;
}
.AnyTagClassName
{
color: #CEDADB;
}
</style>
background-color css
<style>
a { background-color: #CEDADB; }
a { background-color: rgb(206,218,219); }
div.DivClassName
{
background-color: #CEDADB;
}
.BgClassName
{
background-color: #CEDADB;
}
</style>
border-color css
<style>
span { border-color: #CEDADB; }
span { border-color: rgb(206,218,219); }
td.TdClassName
{
border-color: #CEDADB;
}
.TagClassName
{
border-color: #CEDADB;
}
</style>