Shades of Zumthor #C8DDDC
Tints of Zumthor #C8DDDC
RGB
CMYK
RGB Variations
Color information
#C8DDDC (or 0xC8DDDC) is known color: Zumthor. HEX triplet: C8, DD and DC. RGB value is (200,221,220). Sum of RGB (Red+Green+Blue) = 200+221+220=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDC is #372223. Grayscale: #D6D6D6. Windows color (decimal): -3613220 or 14474696. OLE color: 14474696.
HSL color Cylindrical-coordinate representation of color #C8DDDC: hue angle of 177.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDDC is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 220 | - |
CMYK | 0.10 | 0 | 0.00 | 0.13 |
HSL | 177.14º | 0.24% | 0.83% | - |
HSV(B) | 177.14º | 0.1% | 0.87% | - |
XYZ | 62.59 | 69.16 | 77.76 | - |
YUV | 214.61 | 131.04 | 117.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 220 | 0.10 | 0 | 0.00 | 0.13 | 177.14 | 0.24 | 0.83 |
Hex | C8 | DD | DC | A | 0 | 0 | D | B1 | 18 | 53 |
Octal | 310 | 335 | 334 | 12 | 0 | 0 | 15 | 261 | 30 | 123 |
Binary | 11001000 | 11011101 | 11011100 | 1010 | 0 | 0 | 1101 | 10110001 | 11000 | 1010011 |
Color Harmonies of #C8DDDC
Complementary color
Monochromatic Colors of #C8DDDC
Black with #C8DDDC
Text Example
Text Example
White with #C8DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDDC; }
p { color: rgb(200,221,220); }
H1.HeaderClassName
{
color: #C8DDDC;
}
.AnyTagClassName
{
color: #C8DDDC;
}
</style>
background-color css
<style>
a { background-color: #C8DDDC; }
a { background-color: rgb(200,221,220); }
div.DivClassName
{
background-color: #C8DDDC;
}
.BgClassName
{
background-color: #C8DDDC;
}
</style>
border-color css
<style>
span { border-color: #C8DDDC; }
span { border-color: rgb(200,221,220); }
td.TdClassName
{
border-color: #C8DDDC;
}
.TagClassName
{
border-color: #C8DDDC;
}
</style>