Shades of Zumthor #C4DBD8
Tints of Zumthor #C4DBD8
RGB
CMYK
RGB Variations
Color information
#C4DBD8 (or 0xC4DBD8) is known color: Zumthor. HEX triplet: C4, DB and D8. RGB value is (196,219,216). Sum of RGB (Red+Green+Blue) = 196+219+216=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBD8 is #3B2427. Grayscale: #D3D3D3. Windows color (decimal): -3875880 or 14212036. OLE color: 14212036.
HSL color Cylindrical-coordinate representation of color #C4DBD8: hue angle of 172.17º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBD8 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 216 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.14 |
| HSL | 172.17º | 0.24% | 0.81% | - |
| HSV(B) | 172.17º | 0.11% | 0.86% | - |
| XYZ | 60.49 | 67.36 | 74.78 | - |
| YUV | 211.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 216 | 0.11 | 0 | 0.01 | 0.14 | 172.17 | 0.24 | 0.81 |
| Hex | C4 | DB | D8 | B | 0 | 1 | E | AC | 18 | 51 |
| Octal | 304 | 333 | 330 | 13 | 0 | 1 | 16 | 254 | 30 | 121 |
| Binary | 11000100 | 11011011 | 11011000 | 1011 | 0 | 1 | 1110 | 10101100 | 11000 | 1010001 |
Color Harmonies of #C4DBD8
Complementary color
Monochromatic Colors of #C4DBD8
Black with #C4DBD8
Text Example
Text Example
White with #C4DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBD8; }
p { color: rgb(196,219,216); }
H1.HeaderClassName
{
color: #C4DBD8;
}
.AnyTagClassName
{
color: #C4DBD8;
}
</style>
background-color css
<style>
a { background-color: #C4DBD8; }
a { background-color: rgb(196,219,216); }
div.DivClassName
{
background-color: #C4DBD8;
}
.BgClassName
{
background-color: #C4DBD8;
}
</style>
border-color css
<style>
span { border-color: #C4DBD8; }
span { border-color: rgb(196,219,216); }
td.TdClassName
{
border-color: #C4DBD8;
}
.TagClassName
{
border-color: #C4DBD8;
}
</style>