Shades of Zumthor #C8D8DA
Tints of Zumthor #C8D8DA
RGB
CMYK
RGB Variations
Color information
#C8D8DA (or 0xC8D8DA) is known color: Zumthor. HEX triplet: C8, D8 and DA. RGB value is (200,216,218). Sum of RGB (Red+Green+Blue) = 200+216+218=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8DA is #372725. Grayscale: #D3D3D3. Windows color (decimal): -3614502 or 14342344. OLE color: 14342344.
HSL color Cylindrical-coordinate representation of color #C8D8DA: hue angle of 186.67º degrees, saturation: 0.2, 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 #C8D8DA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 216 | 218 | - |
CMYK | 0.08 | 0.01 | 0 | 0.15 |
HSL | 186.67º | 0.2% | 0.82% | - |
HSV(B) | 186.67º | 0.08% | 0.85% | - |
XYZ | 61.03 | 66.45 | 75.94 | - |
YUV | 211.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 216 | 218 | 0.08 | 0.01 | 0 | 0.15 | 186.67 | 0.2 | 0.82 |
Hex | C8 | D8 | DA | 8 | 1 | 0 | F | BB | 14 | 52 |
Octal | 310 | 330 | 332 | 10 | 1 | 0 | 17 | 273 | 24 | 122 |
Binary | 11001000 | 11011000 | 11011010 | 1000 | 1 | 0 | 1111 | 10111011 | 10100 | 1010010 |
Color Harmonies of #C8D8DA
Complementary color
Monochromatic Colors of #C8D8DA
Black with #C8D8DA
Text Example
Text Example
White with #C8D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D8DA; }
p { color: rgb(200,216,218); }
H1.HeaderClassName
{
color: #C8D8DA;
}
.AnyTagClassName
{
color: #C8D8DA;
}
</style>
background-color css
<style>
a { background-color: #C8D8DA; }
a { background-color: rgb(200,216,218); }
div.DivClassName
{
background-color: #C8D8DA;
}
.BgClassName
{
background-color: #C8D8DA;
}
</style>
border-color css
<style>
span { border-color: #C8D8DA; }
span { border-color: rgb(200,216,218); }
td.TdClassName
{
border-color: #C8D8DA;
}
.TagClassName
{
border-color: #C8D8DA;
}
</style>