Shades of Zumthor #CED9DB
Tints of Zumthor #CED9DB
RGB
CMYK
RGB Variations
Color information
#CED9DB (or 0xCED9DB) is known color: Zumthor. HEX triplet: CE, D9 and DB. RGB value is (206,217,219). Sum of RGB (Red+Green+Blue) = 206+217+219=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9DB is #312624. Grayscale: #D5D5D5. Windows color (decimal): -3221029 or 14408142. OLE color: 14408142.
HSL color Cylindrical-coordinate representation of color #CED9DB: hue angle of 189.23º 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 #CED9DB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 217 | 219 | - |
CMYK | 0.06 | 0.01 | 0 | 0.14 |
HSL | 189.23º | 0.15% | 0.83% | - |
HSV(B) | 189.23º | 0.06% | 0.86% | - |
XYZ | 63.05 | 67.86 | 76.79 | - |
YUV | 213.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 219 | 0.06 | 0.01 | 0 | 0.14 | 189.23 | 0.15 | 0.83 |
Hex | CE | D9 | DB | 6 | 1 | 0 | E | BD | F | 53 |
Octal | 316 | 331 | 333 | 6 | 1 | 0 | 16 | 275 | 17 | 123 |
Binary | 11001110 | 11011001 | 11011011 | 110 | 1 | 0 | 1110 | 10111101 | 1111 | 1010011 |
Color Harmonies of #CED9DB
Complementary color
Monochromatic Colors of #CED9DB
Black with #CED9DB
Text Example
Text Example
White with #CED9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9DB; }
p { color: rgb(206,217,219); }
H1.HeaderClassName
{
color: #CED9DB;
}
.AnyTagClassName
{
color: #CED9DB;
}
</style>
background-color css
<style>
a { background-color: #CED9DB; }
a { background-color: rgb(206,217,219); }
div.DivClassName
{
background-color: #CED9DB;
}
.BgClassName
{
background-color: #CED9DB;
}
</style>
border-color css
<style>
span { border-color: #CED9DB; }
span { border-color: rgb(206,217,219); }
td.TdClassName
{
border-color: #CED9DB;
}
.TagClassName
{
border-color: #CED9DB;
}
</style>