Shades of Melrose #C7C0EC
Tints of Melrose #C7C0EC
RGB
CMYK
RGB Variations
Color information
#C7C0EC (or 0xC7C0EC) is known color: Melrose. HEX triplet: C7, C0 and EC. RGB value is (199,192,236). Sum of RGB (Red+Green+Blue) = 199+192+236=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0EC is #383F13. Grayscale: #C6C6C6. Windows color (decimal): -3686164 or 15515847. OLE color: 15515847.
HSL color Cylindrical-coordinate representation of color #C7C0EC: hue angle of 249.55º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7C0EC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 192 | 236 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.07 |
| HSL | 249.55º | 0.54% | 0.84% | - |
| HSV(B) | 249.55º | 0.19% | 0.93% | - |
| XYZ | 57.54 | 55.9 | 87.11 | - |
| YUV | 199.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 236 | 0.16 | 0.19 | 0 | 0.07 | 249.55 | 0.54 | 0.84 |
| Hex | C7 | C0 | EC | 10 | 13 | 0 | 7 | FA | 36 | 54 |
| Octal | 307 | 300 | 354 | 20 | 23 | 0 | 7 | 372 | 66 | 124 |
| Binary | 11000111 | 11000000 | 11101100 | 10000 | 10011 | 0 | 111 | 11111010 | 110110 | 1010100 |
Color Harmonies of #C7C0EC
Complementary color
Monochromatic Colors of #C7C0EC
Black with #C7C0EC
Text Example
Text Example
White with #C7C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0EC; }
p { color: rgb(199,192,236); }
H1.HeaderClassName
{
color: #C7C0EC;
}
.AnyTagClassName
{
color: #C7C0EC;
}
</style>
background-color css
<style>
a { background-color: #C7C0EC; }
a { background-color: rgb(199,192,236); }
div.DivClassName
{
background-color: #C7C0EC;
}
.BgClassName
{
background-color: #C7C0EC;
}
</style>
border-color css
<style>
span { border-color: #C7C0EC; }
span { border-color: rgb(199,192,236); }
td.TdClassName
{
border-color: #C7C0EC;
}
.TagClassName
{
border-color: #C7C0EC;
}
</style>