Shades of Zumthor #CBDADA
Tints of Zumthor #CBDADA
RGB
CMYK
RGB Variations
Color information
#CBDADA (or 0xCBDADA) is known color: Zumthor. HEX triplet: CB, DA and DA. RGB value is (203,218,218). Sum of RGB (Red+Green+Blue) = 203+218+218=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CBDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADA is #342525. Grayscale: #D5D5D5. Windows color (decimal): -3417382 or 14342859. OLE color: 14342859.
HSL color Cylindrical-coordinate representation of color #CBDADA: hue angle of 180º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDADA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 218 | - |
| CMYK | 0.07 | 0 | 0 | 0.15 |
| HSL | 180º | 0.17% | 0.83% | - |
| HSV(B) | 180º | 0.07% | 0.85% | - |
| XYZ | 62.35 | 67.9 | 76.15 | - |
| YUV | 213.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 218 | 0.07 | 0 | 0 | 0.15 | 180 | 0.17 | 0.83 |
| Hex | CB | DA | DA | 7 | 0 | 0 | F | B4 | 11 | 53 |
| Octal | 313 | 332 | 332 | 7 | 0 | 0 | 17 | 264 | 21 | 123 |
| Binary | 11001011 | 11011010 | 11011010 | 111 | 0 | 0 | 1111 | 10110100 | 10001 | 1010011 |
Color Harmonies of #CBDADA
Complementary color
Monochromatic Colors of #CBDADA
Black with #CBDADA
Text Example
Text Example
White with #CBDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDADA; }
p { color: rgb(203,218,218); }
H1.HeaderClassName
{
color: #CBDADA;
}
.AnyTagClassName
{
color: #CBDADA;
}
</style>
background-color css
<style>
a { background-color: #CBDADA; }
a { background-color: rgb(203,218,218); }
div.DivClassName
{
background-color: #CBDADA;
}
.BgClassName
{
background-color: #CBDADA;
}
</style>
border-color css
<style>
span { border-color: #CBDADA; }
span { border-color: rgb(203,218,218); }
td.TdClassName
{
border-color: #CBDADA;
}
.TagClassName
{
border-color: #CBDADA;
}
</style>