Shades of Melrose #C8C0DA
Tints of Melrose #C8C0DA
RGB
CMYK
RGB Variations
Color information
#C8C0DA (or 0xC8C0DA) is known color: Melrose. HEX triplet: C8, C0 and DA. RGB value is (200,192,218). Sum of RGB (Red+Green+Blue) = 200+192+218=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8C0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0DA is #373F25. Grayscale: #C5C5C5. Windows color (decimal): -3620646 or 14336200. OLE color: 14336200.
HSL color Cylindrical-coordinate representation of color #C8C0DA: hue angle of 258.46º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C0DA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 192 | 218 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.15 |
| HSL | 258.46º | 0.26% | 0.8% | - |
| HSV(B) | 258.46º | 0.12% | 0.85% | - |
| XYZ | 55.32 | 55.04 | 74.04 | - |
| YUV | 197.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 218 | 0.08 | 0.12 | 0 | 0.15 | 258.46 | 0.26 | 0.8 |
| Hex | C8 | C0 | DA | 8 | C | 0 | F | 102 | 1A | 50 |
| Octal | 310 | 300 | 332 | 10 | 14 | 0 | 17 | 402 | 32 | 120 |
| Binary | 11001000 | 11000000 | 11011010 | 1000 | 1100 | 0 | 1111 | 100000010 | 11010 | 1010000 |
Color Harmonies of #C8C0DA
Complementary color
Monochromatic Colors of #C8C0DA
Black with #C8C0DA
Text Example
Text Example
White with #C8C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0DA; }
p { color: rgb(200,192,218); }
H1.HeaderClassName
{
color: #C8C0DA;
}
.AnyTagClassName
{
color: #C8C0DA;
}
</style>
background-color css
<style>
a { background-color: #C8C0DA; }
a { background-color: rgb(200,192,218); }
div.DivClassName
{
background-color: #C8C0DA;
}
.BgClassName
{
background-color: #C8C0DA;
}
</style>
border-color css
<style>
span { border-color: #C8C0DA; }
span { border-color: rgb(200,192,218); }
td.TdClassName
{
border-color: #C8C0DA;
}
.TagClassName
{
border-color: #C8C0DA;
}
</style>