Shades of Zumthor #CBD9DB
Tints of Zumthor #CBD9DB
RGB
CMYK
RGB Variations
Color information
#CBD9DB (or 0xCBD9DB) is known color: Zumthor. HEX triplet: CB, D9 and DB. RGB value is (203,217,219). Sum of RGB (Red+Green+Blue) = 203+217+219=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9DB is #342624. Grayscale: #D5D5D5. Windows color (decimal): -3417637 or 14408139. OLE color: 14408139.
HSL color Cylindrical-coordinate representation of color #CBD9DB: hue angle of 187.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD9DB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 217 | 219 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.14 |
| HSL | 187.5º | 0.18% | 0.83% | - |
| HSV(B) | 187.5º | 0.07% | 0.86% | - |
| XYZ | 62.23 | 67.44 | 76.75 | - |
| YUV | 213.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 219 | 0.07 | 0.01 | 0 | 0.14 | 187.5 | 0.18 | 0.83 |
| Hex | CB | D9 | DB | 7 | 1 | 0 | E | BC | 12 | 53 |
| Octal | 313 | 331 | 333 | 7 | 1 | 0 | 16 | 274 | 22 | 123 |
| Binary | 11001011 | 11011001 | 11011011 | 111 | 1 | 0 | 1110 | 10111100 | 10010 | 1010011 |
Color Harmonies of #CBD9DB
Complementary color
Monochromatic Colors of #CBD9DB
Black with #CBD9DB
Text Example
Text Example
White with #CBD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9DB; }
p { color: rgb(203,217,219); }
H1.HeaderClassName
{
color: #CBD9DB;
}
.AnyTagClassName
{
color: #CBD9DB;
}
</style>
background-color css
<style>
a { background-color: #CBD9DB; }
a { background-color: rgb(203,217,219); }
div.DivClassName
{
background-color: #CBD9DB;
}
.BgClassName
{
background-color: #CBD9DB;
}
</style>
border-color css
<style>
span { border-color: #CBD9DB; }
span { border-color: rgb(203,217,219); }
td.TdClassName
{
border-color: #CBD9DB;
}
.TagClassName
{
border-color: #CBD9DB;
}
</style>