Shades of Melrose #C7B9EC
Tints of Melrose #C7B9EC
RGB
CMYK
RGB Variations
Color information
#C7B9EC (or 0xC7B9EC) is known color: Melrose. HEX triplet: C7, B9 and EC. RGB value is (199,185,236). Sum of RGB (Red+Green+Blue) = 199+185+236=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B9EC is #384613. Grayscale: #C2C2C2. Windows color (decimal): -3687956 or 15514055. OLE color: 15514055.
HSL color Cylindrical-coordinate representation of color #C7B9EC: hue angle of 256.47º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7B9EC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 185 | 236 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.07 |
| HSL | 256.47º | 0.57% | 0.83% | - |
| HSV(B) | 256.47º | 0.22% | 0.93% | - |
| XYZ | 56.04 | 52.9 | 86.61 | - |
| YUV | 195 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 236 | 0.16 | 0.22 | 0 | 0.07 | 256.47 | 0.57 | 0.83 |
| Hex | C7 | B9 | EC | 10 | 16 | 0 | 7 | 100 | 39 | 53 |
| Octal | 307 | 271 | 354 | 20 | 26 | 0 | 7 | 400 | 71 | 123 |
| Binary | 11000111 | 10111001 | 11101100 | 10000 | 10110 | 0 | 111 | 100000000 | 111001 | 1010011 |
Color Harmonies of #C7B9EC
Complementary color
Monochromatic Colors of #C7B9EC
Black with #C7B9EC
Text Example
Text Example
White with #C7B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9EC; }
p { color: rgb(199,185,236); }
H1.HeaderClassName
{
color: #C7B9EC;
}
.AnyTagClassName
{
color: #C7B9EC;
}
</style>
background-color css
<style>
a { background-color: #C7B9EC; }
a { background-color: rgb(199,185,236); }
div.DivClassName
{
background-color: #C7B9EC;
}
.BgClassName
{
background-color: #C7B9EC;
}
</style>
border-color css
<style>
span { border-color: #C7B9EC; }
span { border-color: rgb(199,185,236); }
td.TdClassName
{
border-color: #C7B9EC;
}
.TagClassName
{
border-color: #C7B9EC;
}
</style>