Shades of Zumthor #CBDCDB
Tints of Zumthor #CBDCDB
RGB
CMYK
RGB Variations
Color information
#CBDCDB (or 0xCBDCDB) is known color: Zumthor. HEX triplet: CB, DC and DB. RGB value is (203,220,219). Sum of RGB (Red+Green+Blue) = 203+220+219=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCDB is #342324. Grayscale: #D6D6D6. Windows color (decimal): -3416869 or 14408907. OLE color: 14408907.
HSL color Cylindrical-coordinate representation of color #CBDCDB: hue angle of 176.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCDB is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 219 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.14 |
| HSL | 176.47º | 0.2% | 0.83% | - |
| HSV(B) | 176.47º | 0.08% | 0.86% | - |
| XYZ | 63.01 | 69 | 77.01 | - |
| YUV | 214.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 219 | 0.08 | 0 | 0.00 | 0.14 | 176.47 | 0.2 | 0.83 |
| Hex | CB | DC | DB | 8 | 0 | 0 | E | B0 | 14 | 53 |
| Octal | 313 | 334 | 333 | 10 | 0 | 0 | 16 | 260 | 24 | 123 |
| Binary | 11001011 | 11011100 | 11011011 | 1000 | 0 | 0 | 1110 | 10110000 | 10100 | 1010011 |
Color Harmonies of #CBDCDB
Complementary color
Monochromatic Colors of #CBDCDB
Black with #CBDCDB
Text Example
Text Example
White with #CBDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCDB; }
p { color: rgb(203,220,219); }
H1.HeaderClassName
{
color: #CBDCDB;
}
.AnyTagClassName
{
color: #CBDCDB;
}
</style>
background-color css
<style>
a { background-color: #CBDCDB; }
a { background-color: rgb(203,220,219); }
div.DivClassName
{
background-color: #CBDCDB;
}
.BgClassName
{
background-color: #CBDCDB;
}
</style>
border-color css
<style>
span { border-color: #CBDCDB; }
span { border-color: rgb(203,220,219); }
td.TdClassName
{
border-color: #CBDCDB;
}
.TagClassName
{
border-color: #CBDCDB;
}
</style>