Shades of Zumthor #CBDADC
Tints of Zumthor #CBDADC
RGB
CMYK
RGB Variations
Color information
#CBDADC (or 0xCBDADC) is known color: Zumthor. HEX triplet: CB, DA and DC. RGB value is (203,218,220). Sum of RGB (Red+Green+Blue) = 203+218+220=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDADC is #342523. Grayscale: #D5D5D5. Windows color (decimal): -3417380 or 14473931. OLE color: 14473931.
HSL color Cylindrical-coordinate representation of color #CBDADC: hue angle of 187.06º 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 #CBDADC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 218 | 220 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.14 |
| HSL | 187.06º | 0.2% | 0.83% | - |
| HSV(B) | 187.06º | 0.08% | 0.86% | - |
| XYZ | 62.62 | 68.01 | 77.54 | - |
| YUV | 213.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 220 | 0.08 | 0.01 | 0 | 0.14 | 187.06 | 0.2 | 0.83 |
| Hex | CB | DA | DC | 8 | 1 | 0 | E | BB | 14 | 53 |
| Octal | 313 | 332 | 334 | 10 | 1 | 0 | 16 | 273 | 24 | 123 |
| Binary | 11001011 | 11011010 | 11011100 | 1000 | 1 | 0 | 1110 | 10111011 | 10100 | 1010011 |
Color Harmonies of #CBDADC
Complementary color
Monochromatic Colors of #CBDADC
Black with #CBDADC
Text Example
Text Example
White with #CBDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDADC; }
p { color: rgb(203,218,220); }
H1.HeaderClassName
{
color: #CBDADC;
}
.AnyTagClassName
{
color: #CBDADC;
}
</style>
background-color css
<style>
a { background-color: #CBDADC; }
a { background-color: rgb(203,218,220); }
div.DivClassName
{
background-color: #CBDADC;
}
.BgClassName
{
background-color: #CBDADC;
}
</style>
border-color css
<style>
span { border-color: #CBDADC; }
span { border-color: rgb(203,218,220); }
td.TdClassName
{
border-color: #CBDADC;
}
.TagClassName
{
border-color: #CBDADC;
}
</style>