Shades of Zumthor #C2D5D8
Tints of Zumthor #C2D5D8
RGB
CMYK
RGB Variations
Color information
#C2D5D8 (or 0xC2D5D8) is known color: Zumthor. HEX triplet: C2, D5 and D8. RGB value is (194,213,216). Sum of RGB (Red+Green+Blue) = 194+213+216=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5D8 is #3D2A27. Grayscale: #CFCFCF. Windows color (decimal): -4008488 or 14210498. OLE color: 14210498.
HSL color Cylindrical-coordinate representation of color #C2D5D8: hue angle of 188.18º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D5D8 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 213 | 216 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.15 |
| HSL | 188.18º | 0.22% | 0.8% | - |
| HSV(B) | 188.18º | 0.1% | 0.85% | - |
| XYZ | 58.44 | 64.02 | 74.24 | - |
| YUV | 207.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 216 | 0.10 | 0.01 | 0 | 0.15 | 188.18 | 0.22 | 0.8 |
| Hex | C2 | D5 | D8 | A | 1 | 0 | F | BC | 16 | 50 |
| Octal | 302 | 325 | 330 | 12 | 1 | 0 | 17 | 274 | 26 | 120 |
| Binary | 11000010 | 11010101 | 11011000 | 1010 | 1 | 0 | 1111 | 10111100 | 10110 | 1010000 |
Color Harmonies of #C2D5D8
Complementary color
Monochromatic Colors of #C2D5D8
Black with #C2D5D8
Text Example
Text Example
White with #C2D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5D8; }
p { color: rgb(194,213,216); }
H1.HeaderClassName
{
color: #C2D5D8;
}
.AnyTagClassName
{
color: #C2D5D8;
}
</style>
background-color css
<style>
a { background-color: #C2D5D8; }
a { background-color: rgb(194,213,216); }
div.DivClassName
{
background-color: #C2D5D8;
}
.BgClassName
{
background-color: #C2D5D8;
}
</style>
border-color css
<style>
span { border-color: #C2D5D8; }
span { border-color: rgb(194,213,216); }
td.TdClassName
{
border-color: #C2D5D8;
}
.TagClassName
{
border-color: #C2D5D8;
}
</style>