Shades of Zumthor #C4D2D8
Tints of Zumthor #C4D2D8
RGB
CMYK
RGB Variations
Color information
#C4D2D8 (or 0xC4D2D8) is known color: Zumthor. HEX triplet: C4, D2 and D8. RGB value is (196,210,216). Sum of RGB (Red+Green+Blue) = 196+210+216=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4D2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2D8 is #3B2D27. Grayscale: #CECECE. Windows color (decimal): -3878184 or 14209732. OLE color: 14209732.
HSL color Cylindrical-coordinate representation of color #C4D2D8: hue angle of 198º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D2D8 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 210 | 216 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.15 |
| HSL | 198º | 0.2% | 0.81% | - |
| HSV(B) | 198º | 0.09% | 0.85% | - |
| XYZ | 58.21 | 62.79 | 74.02 | - |
| YUV | 206.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 216 | 0.09 | 0.03 | 0 | 0.15 | 198 | 0.2 | 0.81 |
| Hex | C4 | D2 | D8 | 9 | 3 | 0 | F | C6 | 14 | 51 |
| Octal | 304 | 322 | 330 | 11 | 3 | 0 | 17 | 306 | 24 | 121 |
| Binary | 11000100 | 11010010 | 11011000 | 1001 | 11 | 0 | 1111 | 11000110 | 10100 | 1010001 |
Color Harmonies of #C4D2D8
Complementary color
Monochromatic Colors of #C4D2D8
Black with #C4D2D8
Text Example
Text Example
White with #C4D2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2D8; }
p { color: rgb(196,210,216); }
H1.HeaderClassName
{
color: #C4D2D8;
}
.AnyTagClassName
{
color: #C4D2D8;
}
</style>
background-color css
<style>
a { background-color: #C4D2D8; }
a { background-color: rgb(196,210,216); }
div.DivClassName
{
background-color: #C4D2D8;
}
.BgClassName
{
background-color: #C4D2D8;
}
</style>
border-color css
<style>
span { border-color: #C4D2D8; }
span { border-color: rgb(196,210,216); }
td.TdClassName
{
border-color: #C4D2D8;
}
.TagClassName
{
border-color: #C4D2D8;
}
</style>