Shades of Melrose #C6C0DD
Tints of Melrose #C6C0DD
RGB
CMYK
RGB Variations
Color information
#C6C0DD (or 0xC6C0DD) is known color: Melrose. HEX triplet: C6, C0 and DD. RGB value is (198,192,221). Sum of RGB (Red+Green+Blue) = 198+192+221=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0DD is #393F22. Grayscale: #C4C4C4. Windows color (decimal): -3751715 or 14532806. OLE color: 14532806.
HSL color Cylindrical-coordinate representation of color #C6C0DD: hue angle of 252.41º 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 #C6C0DD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 192 | 221 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.13 |
| HSL | 252.41º | 0.3% | 0.81% | - |
| HSV(B) | 252.41º | 0.13% | 0.87% | - |
| XYZ | 55.19 | 54.93 | 76.1 | - |
| YUV | 197.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 221 | 0.10 | 0.13 | 0 | 0.13 | 252.41 | 0.3 | 0.81 |
| Hex | C6 | C0 | DD | A | D | 0 | D | FC | 1E | 51 |
| Octal | 306 | 300 | 335 | 12 | 15 | 0 | 15 | 374 | 36 | 121 |
| Binary | 11000110 | 11000000 | 11011101 | 1010 | 1101 | 0 | 1101 | 11111100 | 11110 | 1010001 |
Color Harmonies of #C6C0DD
Complementary color
Monochromatic Colors of #C6C0DD
Black with #C6C0DD
Text Example
Text Example
White with #C6C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0DD; }
p { color: rgb(198,192,221); }
H1.HeaderClassName
{
color: #C6C0DD;
}
.AnyTagClassName
{
color: #C6C0DD;
}
</style>
background-color css
<style>
a { background-color: #C6C0DD; }
a { background-color: rgb(198,192,221); }
div.DivClassName
{
background-color: #C6C0DD;
}
.BgClassName
{
background-color: #C6C0DD;
}
</style>
border-color css
<style>
span { border-color: #C6C0DD; }
span { border-color: rgb(198,192,221); }
td.TdClassName
{
border-color: #C6C0DD;
}
.TagClassName
{
border-color: #C6C0DD;
}
</style>