Shades of Melrose #C7B7E9
Tints of Melrose #C7B7E9
RGB
CMYK
RGB Variations
Color information
#C7B7E9 (or 0xC7B7E9) is known color: Melrose. HEX triplet: C7, B7 and E9. RGB value is (199,183,233). Sum of RGB (Red+Green+Blue) = 199+183+233=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7B7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7E9 is #384816. Grayscale: #C1C1C1. Windows color (decimal): -3688471 or 15316935. OLE color: 15316935.
HSL color Cylindrical-coordinate representation of color #C7B7E9: hue angle of 259.2º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B7E9 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 183 | 233 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.09 |
| HSL | 259.2º | 0.53% | 0.82% | - |
| HSV(B) | 259.2º | 0.21% | 0.91% | - |
| XYZ | 55.19 | 51.89 | 84.2 | - |
| YUV | 193.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 233 | 0.15 | 0.21 | 0 | 0.09 | 259.2 | 0.53 | 0.82 |
| Hex | C7 | B7 | E9 | F | 15 | 0 | 9 | 103 | 35 | 52 |
| Octal | 307 | 267 | 351 | 17 | 25 | 0 | 11 | 403 | 65 | 122 |
| Binary | 11000111 | 10110111 | 11101001 | 1111 | 10101 | 0 | 1001 | 100000011 | 110101 | 1010010 |
Color Harmonies of #C7B7E9
Complementary color
Monochromatic Colors of #C7B7E9
Black with #C7B7E9
Text Example
Text Example
White with #C7B7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7E9; }
p { color: rgb(199,183,233); }
H1.HeaderClassName
{
color: #C7B7E9;
}
.AnyTagClassName
{
color: #C7B7E9;
}
</style>
background-color css
<style>
a { background-color: #C7B7E9; }
a { background-color: rgb(199,183,233); }
div.DivClassName
{
background-color: #C7B7E9;
}
.BgClassName
{
background-color: #C7B7E9;
}
</style>
border-color css
<style>
span { border-color: #C7B7E9; }
span { border-color: rgb(199,183,233); }
td.TdClassName
{
border-color: #C7B7E9;
}
.TagClassName
{
border-color: #C7B7E9;
}
</style>