Shades of Zumthor #C8D6D5
Tints of Zumthor #C8D6D5
RGB
CMYK
RGB Variations
Color information
#C8D6D5 (or 0xC8D6D5) is known color: Zumthor. HEX triplet: C8, D6 and D5. RGB value is (200,214,213). Sum of RGB (Red+Green+Blue) = 200+214+213=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6D5 is #37292A. Grayscale: #D1D1D1. Windows color (decimal): -3615019 or 14014152. OLE color: 14014152.
HSL color Cylindrical-coordinate representation of color #C8D6D5: hue angle of 175.71º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D6D5 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 214 | 213 | - |
CMYK | 0.07 | 0 | 0.00 | 0.16 |
HSL | 175.71º | 0.15% | 0.81% | - |
HSV(B) | 175.71º | 0.07% | 0.84% | - |
XYZ | 59.88 | 65.18 | 72.38 | - |
YUV | 209.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 214 | 213 | 0.07 | 0 | 0.00 | 0.16 | 175.71 | 0.15 | 0.81 |
Hex | C8 | D6 | D5 | 7 | 0 | 0 | 10 | B0 | F | 51 |
Octal | 310 | 326 | 325 | 7 | 0 | 0 | 20 | 260 | 17 | 121 |
Binary | 11001000 | 11010110 | 11010101 | 111 | 0 | 0 | 10000 | 10110000 | 1111 | 1010001 |
Color Harmonies of #C8D6D5
Complementary color
Monochromatic Colors of #C8D6D5
Black with #C8D6D5
Text Example
Text Example
White with #C8D6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6D5; }
p { color: rgb(200,214,213); }
H1.HeaderClassName
{
color: #C8D6D5;
}
.AnyTagClassName
{
color: #C8D6D5;
}
</style>
background-color css
<style>
a { background-color: #C8D6D5; }
a { background-color: rgb(200,214,213); }
div.DivClassName
{
background-color: #C8D6D5;
}
.BgClassName
{
background-color: #C8D6D5;
}
</style>
border-color css
<style>
span { border-color: #C8D6D5; }
span { border-color: rgb(200,214,213); }
td.TdClassName
{
border-color: #C8D6D5;
}
.TagClassName
{
border-color: #C8D6D5;
}
</style>