Shades of Zumthor #C8D8DD
Tints of Zumthor #C8D8DD
RGB
CMYK
RGB Variations
Color information
#C8D8DD (or 0xC8D8DD) is known color: Zumthor. HEX triplet: C8, D8 and DD. RGB value is (200,216,221). Sum of RGB (Red+Green+Blue) = 200+216+221=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8DD is #372722. Grayscale: #D3D3D3. Windows color (decimal): -3614499 or 14538952. OLE color: 14538952.
HSL color Cylindrical-coordinate representation of color #C8D8DD: hue angle of 194.29º 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 #C8D8DD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 216 | 221 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.13 |
| HSL | 194.29º | 0.24% | 0.83% | - |
| HSV(B) | 194.29º | 0.1% | 0.87% | - |
| XYZ | 61.43 | 66.61 | 78.03 | - |
| YUV | 211.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 221 | 0.10 | 0.02 | 0 | 0.13 | 194.29 | 0.24 | 0.83 |
| Hex | C8 | D8 | DD | A | 2 | 0 | D | C2 | 18 | 53 |
| Octal | 310 | 330 | 335 | 12 | 2 | 0 | 15 | 302 | 30 | 123 |
| Binary | 11001000 | 11011000 | 11011101 | 1010 | 10 | 0 | 1101 | 11000010 | 11000 | 1010011 |
Color Harmonies of #C8D8DD
Complementary color
Monochromatic Colors of #C8D8DD
Black with #C8D8DD
Text Example
Text Example
White with #C8D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8DD; }
p { color: rgb(200,216,221); }
H1.HeaderClassName
{
color: #C8D8DD;
}
.AnyTagClassName
{
color: #C8D8DD;
}
</style>
background-color css
<style>
a { background-color: #C8D8DD; }
a { background-color: rgb(200,216,221); }
div.DivClassName
{
background-color: #C8D8DD;
}
.BgClassName
{
background-color: #C8D8DD;
}
</style>
border-color css
<style>
span { border-color: #C8D8DD; }
span { border-color: rgb(200,216,221); }
td.TdClassName
{
border-color: #C8D8DD;
}
.TagClassName
{
border-color: #C8D8DD;
}
</style>