Shades of Zumthor #C4D2D6
Tints of Zumthor #C4D2D6
RGB
CMYK
RGB Variations
Color information
#C4D2D6 (or 0xC4D2D6) is known color: Zumthor. HEX triplet: C4, D2 and D6. RGB value is (196,210,214). Sum of RGB (Red+Green+Blue) = 196+210+214=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4D2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2D6 is #3B2D29. Grayscale: #CECECE. Windows color (decimal): -3878186 or 14078660. OLE color: 14078660.
HSL color Cylindrical-coordinate representation of color #C4D2D6: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D2D6 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 210 | 214 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.16 |
| HSL | 193.33º | 0.18% | 0.8% | - |
| HSV(B) | 193.33º | 0.08% | 0.84% | - |
| XYZ | 57.95 | 62.68 | 72.66 | - |
| YUV | 206.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 214 | 0.08 | 0.02 | 0 | 0.16 | 193.33 | 0.18 | 0.8 |
| Hex | C4 | D2 | D6 | 8 | 2 | 0 | 10 | C1 | 12 | 50 |
| Octal | 304 | 322 | 326 | 10 | 2 | 0 | 20 | 301 | 22 | 120 |
| Binary | 11000100 | 11010010 | 11010110 | 1000 | 10 | 0 | 10000 | 11000001 | 10010 | 1010000 |
Color Harmonies of #C4D2D6
Complementary color
Monochromatic Colors of #C4D2D6
Black with #C4D2D6
Text Example
Text Example
White with #C4D2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2D6; }
p { color: rgb(196,210,214); }
H1.HeaderClassName
{
color: #C4D2D6;
}
.AnyTagClassName
{
color: #C4D2D6;
}
</style>
background-color css
<style>
a { background-color: #C4D2D6; }
a { background-color: rgb(196,210,214); }
div.DivClassName
{
background-color: #C4D2D6;
}
.BgClassName
{
background-color: #C4D2D6;
}
</style>
border-color css
<style>
span { border-color: #C4D2D6; }
span { border-color: rgb(196,210,214); }
td.TdClassName
{
border-color: #C4D2D6;
}
.TagClassName
{
border-color: #C4D2D6;
}
</style>