Shades of Zumthor #CBDEDE
Tints of Zumthor #CBDEDE
RGB
CMYK
RGB Variations
Color information
#CBDEDE (or 0xCBDEDE) is known color: Zumthor. HEX triplet: CB, DE and DE. RGB value is (203,222,222). Sum of RGB (Red+Green+Blue) = 203+222+222=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #CBDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDE is #342121. Grayscale: #D8D8D8. Windows color (decimal): -3416354 or 14606027. OLE color: 14606027.
HSL color Cylindrical-coordinate representation of color #CBDEDE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDEDE is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 222 | - |
| CMYK | 0.09 | 0 | 0 | 0.13 |
| HSL | 180º | 0.22% | 0.83% | - |
| HSV(B) | 180º | 0.09% | 0.87% | - |
| XYZ | 63.93 | 70.21 | 79.29 | - |
| YUV | 216.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 222 | 0.09 | 0 | 0 | 0.13 | 180 | 0.22 | 0.83 |
| Hex | CB | DE | DE | 9 | 0 | 0 | D | B4 | 16 | 53 |
| Octal | 313 | 336 | 336 | 11 | 0 | 0 | 15 | 264 | 26 | 123 |
| Binary | 11001011 | 11011110 | 11011110 | 1001 | 0 | 0 | 1101 | 10110100 | 10110 | 1010011 |
Color Harmonies of #CBDEDE
Complementary color
Monochromatic Colors of #CBDEDE
Black with #CBDEDE
Text Example
Text Example
White with #CBDEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEDE; }
p { color: rgb(203,222,222); }
H1.HeaderClassName
{
color: #CBDEDE;
}
.AnyTagClassName
{
color: #CBDEDE;
}
</style>
background-color css
<style>
a { background-color: #CBDEDE; }
a { background-color: rgb(203,222,222); }
div.DivClassName
{
background-color: #CBDEDE;
}
.BgClassName
{
background-color: #CBDEDE;
}
</style>
border-color css
<style>
span { border-color: #CBDEDE; }
span { border-color: rgb(203,222,222); }
td.TdClassName
{
border-color: #CBDEDE;
}
.TagClassName
{
border-color: #CBDEDE;
}
</style>