Shades of Zumthor #C4DBDE
Tints of Zumthor #C4DBDE
RGB
CMYK
RGB Variations
Color information
#C4DBDE (or 0xC4DBDE) is known color: Zumthor. HEX triplet: C4, DB and DE. RGB value is (196,219,222). Sum of RGB (Red+Green+Blue) = 196+219+222=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDE is #3B2421. Grayscale: #D4D4D4. Windows color (decimal): -3875874 or 14605252. OLE color: 14605252.
HSL color Cylindrical-coordinate representation of color #C4DBDE: hue angle of 186.92º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DBDE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 219 | 222 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.13 |
| HSL | 186.92º | 0.28% | 0.82% | - |
| HSV(B) | 186.92º | 0.12% | 0.87% | - |
| XYZ | 61.28 | 67.67 | 78.94 | - |
| YUV | 212.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 222 | 0.12 | 0.01 | 0 | 0.13 | 186.92 | 0.28 | 0.82 |
| Hex | C4 | DB | DE | C | 1 | 0 | D | BB | 1C | 52 |
| Octal | 304 | 333 | 336 | 14 | 1 | 0 | 15 | 273 | 34 | 122 |
| Binary | 11000100 | 11011011 | 11011110 | 1100 | 1 | 0 | 1101 | 10111011 | 11100 | 1010010 |
Color Harmonies of #C4DBDE
Complementary color
Monochromatic Colors of #C4DBDE
Black with #C4DBDE
Text Example
Text Example
White with #C4DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBDE; }
p { color: rgb(196,219,222); }
H1.HeaderClassName
{
color: #C4DBDE;
}
.AnyTagClassName
{
color: #C4DBDE;
}
</style>
background-color css
<style>
a { background-color: #C4DBDE; }
a { background-color: rgb(196,219,222); }
div.DivClassName
{
background-color: #C4DBDE;
}
.BgClassName
{
background-color: #C4DBDE;
}
</style>
border-color css
<style>
span { border-color: #C4DBDE; }
span { border-color: rgb(196,219,222); }
td.TdClassName
{
border-color: #C4DBDE;
}
.TagClassName
{
border-color: #C4DBDE;
}
</style>