Shades of Zumthor #C4DBDC
Tints of Zumthor #C4DBDC
RGB
CMYK
RGB Variations
Color information
#C4DBDC (or 0xC4DBDC) is known color: Zumthor. HEX triplet: C4, DB and DC. RGB value is (196,219,220). Sum of RGB (Red+Green+Blue) = 196+219+220=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDC is #3B2423. Grayscale: #D4D4D4. Windows color (decimal): -3875876 or 14474180. OLE color: 14474180.
HSL color Cylindrical-coordinate representation of color #C4DBDC: hue angle of 182.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBDC is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 220 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.14 |
| HSL | 182.5º | 0.26% | 0.82% | - |
| HSV(B) | 182.5º | 0.11% | 0.86% | - |
| XYZ | 61.01 | 67.57 | 77.54 | - |
| YUV | 212.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 220 | 0.11 | 0.00 | 0 | 0.14 | 182.5 | 0.26 | 0.82 |
| Hex | C4 | DB | DC | B | 0 | 0 | E | B6 | 1A | 52 |
| Octal | 304 | 333 | 334 | 13 | 0 | 0 | 16 | 266 | 32 | 122 |
| Binary | 11000100 | 11011011 | 11011100 | 1011 | 0 | 0 | 1110 | 10110110 | 11010 | 1010010 |
Color Harmonies of #C4DBDC
Complementary color
Monochromatic Colors of #C4DBDC
Black with #C4DBDC
Text Example
Text Example
White with #C4DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBDC; }
p { color: rgb(196,219,220); }
H1.HeaderClassName
{
color: #C4DBDC;
}
.AnyTagClassName
{
color: #C4DBDC;
}
</style>
background-color css
<style>
a { background-color: #C4DBDC; }
a { background-color: rgb(196,219,220); }
div.DivClassName
{
background-color: #C4DBDC;
}
.BgClassName
{
background-color: #C4DBDC;
}
</style>
border-color css
<style>
span { border-color: #C4DBDC; }
span { border-color: rgb(196,219,220); }
td.TdClassName
{
border-color: #C4DBDC;
}
.TagClassName
{
border-color: #C4DBDC;
}
</style>