Shades of Melrose #C7BADD
Tints of Melrose #C7BADD
RGB
CMYK
RGB Variations
Color information
#C7BADD (or 0xC7BADD) is known color: Melrose. HEX triplet: C7, BA and DD. RGB value is (199,186,221). Sum of RGB (Red+Green+Blue) = 199+186+221=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADD is #384522. Grayscale: #C1C1C1. Windows color (decimal): -3687715 or 14531271. OLE color: 14531271.
HSL color Cylindrical-coordinate representation of color #C7BADD: hue angle of 262.29º 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 #C7BADD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 186 | 221 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 262.29º | 0.34% | 0.8% | - |
| HSV(B) | 262.29º | 0.16% | 0.87% | - |
| XYZ | 54.16 | 52.48 | 75.68 | - |
| YUV | 193.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 221 | 0.10 | 0.16 | 0 | 0.13 | 262.29 | 0.34 | 0.8 |
| Hex | C7 | BA | DD | A | 10 | 0 | D | 106 | 22 | 50 |
| Octal | 307 | 272 | 335 | 12 | 20 | 0 | 15 | 406 | 42 | 120 |
| Binary | 11000111 | 10111010 | 11011101 | 1010 | 10000 | 0 | 1101 | 100000110 | 100010 | 1010000 |
Color Harmonies of #C7BADD
Complementary color
Monochromatic Colors of #C7BADD
Black with #C7BADD
Text Example
Text Example
White with #C7BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BADD; }
p { color: rgb(199,186,221); }
H1.HeaderClassName
{
color: #C7BADD;
}
.AnyTagClassName
{
color: #C7BADD;
}
</style>
background-color css
<style>
a { background-color: #C7BADD; }
a { background-color: rgb(199,186,221); }
div.DivClassName
{
background-color: #C7BADD;
}
.BgClassName
{
background-color: #C7BADD;
}
</style>
border-color css
<style>
span { border-color: #C7BADD; }
span { border-color: rgb(199,186,221); }
td.TdClassName
{
border-color: #C7BADD;
}
.TagClassName
{
border-color: #C7BADD;
}
</style>