Shades of Zumthor #C8D4D5
Tints of Zumthor #C8D4D5
RGB
CMYK
RGB Variations
Color information
#C8D4D5 (or 0xC8D4D5) is known color: Zumthor. HEX triplet: C8, D4 and D5. RGB value is (200,212,213). Sum of RGB (Red+Green+Blue) = 200+212+213=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8D4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4D5 is #372B2A. Grayscale: #D0D0D0. Windows color (decimal): -3615531 or 14013640. OLE color: 14013640.
HSL color Cylindrical-coordinate representation of color #C8D4D5: hue angle of 184.62º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4D5 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 212 | 213 | - |
CMYK | 0.06 | 0.00 | 0 | 0.16 |
HSL | 184.62º | 0.13% | 0.81% | - |
HSV(B) | 184.62º | 0.06% | 0.84% | - |
XYZ | 59.37 | 64.17 | 72.21 | - |
YUV | 208.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 213 | 0.06 | 0.00 | 0 | 0.16 | 184.62 | 0.13 | 0.81 |
Hex | C8 | D4 | D5 | 6 | 0 | 0 | 10 | B9 | D | 51 |
Octal | 310 | 324 | 325 | 6 | 0 | 0 | 20 | 271 | 15 | 121 |
Binary | 11001000 | 11010100 | 11010101 | 110 | 0 | 0 | 10000 | 10111001 | 1101 | 1010001 |
Color Harmonies of #C8D4D5
Complementary color
Monochromatic Colors of #C8D4D5
Black with #C8D4D5
Text Example
Text Example
White with #C8D4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4D5; }
p { color: rgb(200,212,213); }
H1.HeaderClassName
{
color: #C8D4D5;
}
.AnyTagClassName
{
color: #C8D4D5;
}
</style>
background-color css
<style>
a { background-color: #C8D4D5; }
a { background-color: rgb(200,212,213); }
div.DivClassName
{
background-color: #C8D4D5;
}
.BgClassName
{
background-color: #C8D4D5;
}
</style>
border-color css
<style>
span { border-color: #C8D4D5; }
span { border-color: rgb(200,212,213); }
td.TdClassName
{
border-color: #C8D4D5;
}
.TagClassName
{
border-color: #C8D4D5;
}
</style>