Shades of Melrose #C6BADD
Tints of Melrose #C6BADD
RGB
CMYK
RGB Variations
Color information
#C6BADD (or 0xC6BADD) is known color: Melrose. HEX triplet: C6, BA and DD. RGB value is (198,186,221). Sum of RGB (Red+Green+Blue) = 198+186+221=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BADD is #394522. Grayscale: #C1C1C1. Windows color (decimal): -3753251 or 14531270. OLE color: 14531270.
HSL color Cylindrical-coordinate representation of color #C6BADD: hue angle of 260.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6BADD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 186 | 221 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 260.57º | 0.34% | 0.8% | - |
| HSV(B) | 260.57º | 0.16% | 0.87% | - |
| XYZ | 53.9 | 52.34 | 75.67 | - |
| YUV | 193.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 221 | 0.10 | 0.16 | 0 | 0.13 | 260.57 | 0.34 | 0.8 |
| Hex | C6 | BA | DD | A | 10 | 0 | D | 105 | 22 | 50 |
| Octal | 306 | 272 | 335 | 12 | 20 | 0 | 15 | 405 | 42 | 120 |
| Binary | 11000110 | 10111010 | 11011101 | 1010 | 10000 | 0 | 1101 | 100000101 | 100010 | 1010000 |
Color Harmonies of #C6BADD
Complementary color
Monochromatic Colors of #C6BADD
Black with #C6BADD
Text Example
Text Example
White with #C6BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BADD; }
p { color: rgb(198,186,221); }
H1.HeaderClassName
{
color: #C6BADD;
}
.AnyTagClassName
{
color: #C6BADD;
}
</style>
background-color css
<style>
a { background-color: #C6BADD; }
a { background-color: rgb(198,186,221); }
div.DivClassName
{
background-color: #C6BADD;
}
.BgClassName
{
background-color: #C6BADD;
}
</style>
border-color css
<style>
span { border-color: #C6BADD; }
span { border-color: rgb(198,186,221); }
td.TdClassName
{
border-color: #C6BADD;
}
.TagClassName
{
border-color: #C6BADD;
}
</style>