Shades of Melrose #C5BADD
Tints of Melrose #C5BADD
RGB
CMYK
RGB Variations
Color information
#C5BADD (or 0xC5BADD) is known color: Melrose. HEX triplet: C5, BA and DD. RGB value is (197,186,221). Sum of RGB (Red+Green+Blue) = 197+186+221=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BADD is #3A4522. Grayscale: #C1C1C1. Windows color (decimal): -3818787 or 14531269. OLE color: 14531269.
HSL color Cylindrical-coordinate representation of color #C5BADD: hue angle of 258.86º 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 #C5BADD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 186 | 221 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.13 |
| HSL | 258.86º | 0.34% | 0.8% | - |
| HSV(B) | 258.86º | 0.16% | 0.87% | - |
| XYZ | 53.64 | 52.21 | 75.66 | - |
| YUV | 193.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 221 | 0.11 | 0.16 | 0 | 0.13 | 258.86 | 0.34 | 0.8 |
| Hex | C5 | BA | DD | B | 10 | 0 | D | 103 | 22 | 50 |
| Octal | 305 | 272 | 335 | 13 | 20 | 0 | 15 | 403 | 42 | 120 |
| Binary | 11000101 | 10111010 | 11011101 | 1011 | 10000 | 0 | 1101 | 100000011 | 100010 | 1010000 |
Color Harmonies of #C5BADD
Complementary color
Monochromatic Colors of #C5BADD
Black with #C5BADD
Text Example
Text Example
White with #C5BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BADD; }
p { color: rgb(197,186,221); }
H1.HeaderClassName
{
color: #C5BADD;
}
.AnyTagClassName
{
color: #C5BADD;
}
</style>
background-color css
<style>
a { background-color: #C5BADD; }
a { background-color: rgb(197,186,221); }
div.DivClassName
{
background-color: #C5BADD;
}
.BgClassName
{
background-color: #C5BADD;
}
</style>
border-color css
<style>
span { border-color: #C5BADD; }
span { border-color: rgb(197,186,221); }
td.TdClassName
{
border-color: #C5BADD;
}
.TagClassName
{
border-color: #C5BADD;
}
</style>