Shades of Melrose #C8C0DD
Tints of Melrose #C8C0DD
RGB
CMYK
RGB Variations
Color information
#C8C0DD (or 0xC8C0DD) is known color: Melrose. HEX triplet: C8, C0 and DD. RGB value is (200,192,221). Sum of RGB (Red+Green+Blue) = 200+192+221=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0DD is #373F22. Grayscale: #C5C5C5. Windows color (decimal): -3620643 or 14532808. OLE color: 14532808.
HSL color Cylindrical-coordinate representation of color #C8C0DD: hue angle of 256.55º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C0DD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 192 | 221 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.13 |
| HSL | 256.55º | 0.3% | 0.81% | - |
| HSV(B) | 256.55º | 0.13% | 0.87% | - |
| XYZ | 55.72 | 55.2 | 76.12 | - |
| YUV | 197.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 221 | 0.10 | 0.13 | 0 | 0.13 | 256.55 | 0.3 | 0.81 |
| Hex | C8 | C0 | DD | A | D | 0 | D | 101 | 1E | 51 |
| Octal | 310 | 300 | 335 | 12 | 15 | 0 | 15 | 401 | 36 | 121 |
| Binary | 11001000 | 11000000 | 11011101 | 1010 | 1101 | 0 | 1101 | 100000001 | 11110 | 1010001 |
Color Harmonies of #C8C0DD
Complementary color
Monochromatic Colors of #C8C0DD
Black with #C8C0DD
Text Example
Text Example
White with #C8C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0DD; }
p { color: rgb(200,192,221); }
H1.HeaderClassName
{
color: #C8C0DD;
}
.AnyTagClassName
{
color: #C8C0DD;
}
</style>
background-color css
<style>
a { background-color: #C8C0DD; }
a { background-color: rgb(200,192,221); }
div.DivClassName
{
background-color: #C8C0DD;
}
.BgClassName
{
background-color: #C8C0DD;
}
</style>
border-color css
<style>
span { border-color: #C8C0DD; }
span { border-color: rgb(200,192,221); }
td.TdClassName
{
border-color: #C8C0DD;
}
.TagClassName
{
border-color: #C8C0DD;
}
</style>