Shades of Zumthor #C8D9D7
Tints of Zumthor #C8D9D7
RGB
CMYK
RGB Variations
Color information
#C8D9D7 (or 0xC8D9D7) is known color: Zumthor. HEX triplet: C8, D9 and D7. RGB value is (200,217,215). Sum of RGB (Red+Green+Blue) = 200+217+215=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9D7 is #372628. Grayscale: #D3D3D3. Windows color (decimal): -3614249 or 14145992. OLE color: 14145992.
HSL color Cylindrical-coordinate representation of color #C8D9D7: hue angle of 172.94º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9D7 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 215 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.15 |
| HSL | 172.94º | 0.18% | 0.82% | - |
| HSV(B) | 172.94º | 0.08% | 0.85% | - |
| XYZ | 60.9 | 66.81 | 73.98 | - |
| YUV | 211.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 215 | 0.08 | 0 | 0.01 | 0.15 | 172.94 | 0.18 | 0.82 |
| Hex | C8 | D9 | D7 | 8 | 0 | 1 | F | AD | 12 | 52 |
| Octal | 310 | 331 | 327 | 10 | 0 | 1 | 17 | 255 | 22 | 122 |
| Binary | 11001000 | 11011001 | 11010111 | 1000 | 0 | 1 | 1111 | 10101101 | 10010 | 1010010 |
Color Harmonies of #C8D9D7
Complementary color
Monochromatic Colors of #C8D9D7
Black with #C8D9D7
Text Example
Text Example
White with #C8D9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9D7; }
p { color: rgb(200,217,215); }
H1.HeaderClassName
{
color: #C8D9D7;
}
.AnyTagClassName
{
color: #C8D9D7;
}
</style>
background-color css
<style>
a { background-color: #C8D9D7; }
a { background-color: rgb(200,217,215); }
div.DivClassName
{
background-color: #C8D9D7;
}
.BgClassName
{
background-color: #C8D9D7;
}
</style>
border-color css
<style>
span { border-color: #C8D9D7; }
span { border-color: rgb(200,217,215); }
td.TdClassName
{
border-color: #C8D9D7;
}
.TagClassName
{
border-color: #C8D9D7;
}
</style>