Shades of Melrose #C7B4EC
Tints of Melrose #C7B4EC
RGB
CMYK
RGB Variations
Color information
#C7B4EC (or 0xC7B4EC) is known color: Melrose. HEX triplet: C7, B4 and EC. RGB value is (199,180,236). Sum of RGB (Red+Green+Blue) = 199+180+236=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4EC is #384B13. Grayscale: #BFBFBF. Windows color (decimal): -3689236 or 15512775. OLE color: 15512775.
HSL color Cylindrical-coordinate representation of color #C7B4EC: hue angle of 260.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B4EC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 180 | 236 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.07 |
| HSL | 260.36º | 0.6% | 0.82% | - |
| HSV(B) | 260.36º | 0.24% | 0.93% | - |
| XYZ | 55.01 | 50.84 | 86.27 | - |
| YUV | 192.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 236 | 0.16 | 0.24 | 0 | 0.07 | 260.36 | 0.6 | 0.82 |
| Hex | C7 | B4 | EC | 10 | 18 | 0 | 7 | 104 | 3C | 52 |
| Octal | 307 | 264 | 354 | 20 | 30 | 0 | 7 | 404 | 74 | 122 |
| Binary | 11000111 | 10110100 | 11101100 | 10000 | 11000 | 0 | 111 | 100000100 | 111100 | 1010010 |
Color Harmonies of #C7B4EC
Complementary color
Monochromatic Colors of #C7B4EC
Black with #C7B4EC
Text Example
Text Example
White with #C7B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B4EC; }
p { color: rgb(199,180,236); }
H1.HeaderClassName
{
color: #C7B4EC;
}
.AnyTagClassName
{
color: #C7B4EC;
}
</style>
background-color css
<style>
a { background-color: #C7B4EC; }
a { background-color: rgb(199,180,236); }
div.DivClassName
{
background-color: #C7B4EC;
}
.BgClassName
{
background-color: #C7B4EC;
}
</style>
border-color css
<style>
span { border-color: #C7B4EC; }
span { border-color: rgb(199,180,236); }
td.TdClassName
{
border-color: #C7B4EC;
}
.TagClassName
{
border-color: #C7B4EC;
}
</style>