Shades of Melrose #C7BADF
Tints of Melrose #C7BADF
RGB
CMYK
RGB Variations
Color information
#C7BADF (or 0xC7BADF) is known color: Melrose. HEX triplet: C7, BA and DF. RGB value is (199,186,223). Sum of RGB (Red+Green+Blue) = 199+186+223=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADF is #384520. Grayscale: #C1C1C1. Windows color (decimal): -3687713 or 14662343. OLE color: 14662343.
HSL color Cylindrical-coordinate representation of color #C7BADF: hue angle of 261.08º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BADF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 186 | 223 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.13 |
| HSL | 261.08º | 0.37% | 0.8% | - |
| HSV(B) | 261.08º | 0.17% | 0.87% | - |
| XYZ | 54.43 | 52.59 | 77.09 | - |
| YUV | 194.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 223 | 0.11 | 0.17 | 0 | 0.13 | 261.08 | 0.37 | 0.8 |
| Hex | C7 | BA | DF | B | 11 | 0 | D | 105 | 25 | 50 |
| Octal | 307 | 272 | 337 | 13 | 21 | 0 | 15 | 405 | 45 | 120 |
| Binary | 11000111 | 10111010 | 11011111 | 1011 | 10001 | 0 | 1101 | 100000101 | 100101 | 1010000 |
Color Harmonies of #C7BADF
Complementary color
Monochromatic Colors of #C7BADF
Black with #C7BADF
Text Example
Text Example
White with #C7BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BADF; }
p { color: rgb(199,186,223); }
H1.HeaderClassName
{
color: #C7BADF;
}
.AnyTagClassName
{
color: #C7BADF;
}
</style>
background-color css
<style>
a { background-color: #C7BADF; }
a { background-color: rgb(199,186,223); }
div.DivClassName
{
background-color: #C7BADF;
}
.BgClassName
{
background-color: #C7BADF;
}
</style>
border-color css
<style>
span { border-color: #C7BADF; }
span { border-color: rgb(199,186,223); }
td.TdClassName
{
border-color: #C7BADF;
}
.TagClassName
{
border-color: #C7BADF;
}
</style>