Shades of Melrose #C7B3EC
Tints of Melrose #C7B3EC
RGB
CMYK
RGB Variations
Color information
#C7B3EC (or 0xC7B3EC) is known color: Melrose. HEX triplet: C7, B3 and EC. RGB value is (199,179,236). Sum of RGB (Red+Green+Blue) = 199+179+236=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3EC is #384C13. Grayscale: #BFBFBF. Windows color (decimal): -3689492 or 15512519. OLE color: 15512519.
HSL color Cylindrical-coordinate representation of color #C7B3EC: hue angle of 261.05º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B3EC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 179 | 236 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.07 |
| HSL | 261.05º | 0.6% | 0.81% | - |
| HSV(B) | 261.05º | 0.24% | 0.93% | - |
| XYZ | 54.81 | 50.44 | 86.2 | - |
| YUV | 191.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 236 | 0.16 | 0.24 | 0 | 0.07 | 261.05 | 0.6 | 0.81 |
| Hex | C7 | B3 | EC | 10 | 18 | 0 | 7 | 105 | 3C | 51 |
| Octal | 307 | 263 | 354 | 20 | 30 | 0 | 7 | 405 | 74 | 121 |
| Binary | 11000111 | 10110011 | 11101100 | 10000 | 11000 | 0 | 111 | 100000101 | 111100 | 1010001 |
Color Harmonies of #C7B3EC
Complementary color
Monochromatic Colors of #C7B3EC
Black with #C7B3EC
Text Example
Text Example
White with #C7B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3EC; }
p { color: rgb(199,179,236); }
H1.HeaderClassName
{
color: #C7B3EC;
}
.AnyTagClassName
{
color: #C7B3EC;
}
</style>
background-color css
<style>
a { background-color: #C7B3EC; }
a { background-color: rgb(199,179,236); }
div.DivClassName
{
background-color: #C7B3EC;
}
.BgClassName
{
background-color: #C7B3EC;
}
</style>
border-color css
<style>
span { border-color: #C7B3EC; }
span { border-color: rgb(199,179,236); }
td.TdClassName
{
border-color: #C7B3EC;
}
.TagClassName
{
border-color: #C7B3EC;
}
</style>