Shades of Zumthor #CBDCDF
Tints of Zumthor #CBDCDF
RGB
CMYK
RGB Variations
Color information
#CBDCDF (or 0xCBDCDF) is known color: Zumthor. HEX triplet: CB, DC and DF. RGB value is (203,220,223). Sum of RGB (Red+Green+Blue) = 203+220+223=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCDF is #342320. Grayscale: #D7D7D7. Windows color (decimal): -3416865 or 14671051. OLE color: 14671051.
HSL color Cylindrical-coordinate representation of color #CBDCDF: hue angle of 189º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDCDF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 220 | 223 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.13 |
| HSL | 189º | 0.24% | 0.84% | - |
| HSV(B) | 189º | 0.09% | 0.87% | - |
| XYZ | 63.54 | 69.21 | 79.82 | - |
| YUV | 215.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 223 | 0.09 | 0.01 | 0 | 0.13 | 189 | 0.24 | 0.84 |
| Hex | CB | DC | DF | 9 | 1 | 0 | D | BD | 18 | 54 |
| Octal | 313 | 334 | 337 | 11 | 1 | 0 | 15 | 275 | 30 | 124 |
| Binary | 11001011 | 11011100 | 11011111 | 1001 | 1 | 0 | 1101 | 10111101 | 11000 | 1010100 |
Color Harmonies of #CBDCDF
Complementary color
Monochromatic Colors of #CBDCDF
Black with #CBDCDF
Text Example
Text Example
White with #CBDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCDF; }
p { color: rgb(203,220,223); }
H1.HeaderClassName
{
color: #CBDCDF;
}
.AnyTagClassName
{
color: #CBDCDF;
}
</style>
background-color css
<style>
a { background-color: #CBDCDF; }
a { background-color: rgb(203,220,223); }
div.DivClassName
{
background-color: #CBDCDF;
}
.BgClassName
{
background-color: #CBDCDF;
}
</style>
border-color css
<style>
span { border-color: #CBDCDF; }
span { border-color: rgb(203,220,223); }
td.TdClassName
{
border-color: #CBDCDF;
}
.TagClassName
{
border-color: #CBDCDF;
}
</style>