Shades of Melrose #C7B8E5
Tints of Melrose #C7B8E5
RGB
CMYK
RGB Variations
Color information
#C7B8E5 (or 0xC7B8E5) is known color: Melrose. HEX triplet: C7, B8 and E5. RGB value is (199,184,229). Sum of RGB (Red+Green+Blue) = 199+184+229=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7B8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B8E5 is #38471A. Grayscale: #C1C1C1. Windows color (decimal): -3688219 or 15055047. OLE color: 15055047.
HSL color Cylindrical-coordinate representation of color #C7B8E5: hue angle of 260º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B8E5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 184 | 229 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.10 |
| HSL | 260º | 0.46% | 0.81% | - |
| HSV(B) | 260º | 0.2% | 0.9% | - |
| XYZ | 54.84 | 52.08 | 81.29 | - |
| YUV | 193.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 229 | 0.13 | 0.20 | 0 | 0.10 | 260 | 0.46 | 0.81 |
| Hex | C7 | B8 | E5 | D | 14 | 0 | A | 104 | 2E | 51 |
| Octal | 307 | 270 | 345 | 15 | 24 | 0 | 12 | 404 | 56 | 121 |
| Binary | 11000111 | 10111000 | 11100101 | 1101 | 10100 | 0 | 1010 | 100000100 | 101110 | 1010001 |
Color Harmonies of #C7B8E5
Complementary color
Monochromatic Colors of #C7B8E5
Black with #C7B8E5
Text Example
Text Example
White with #C7B8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B8E5; }
p { color: rgb(199,184,229); }
H1.HeaderClassName
{
color: #C7B8E5;
}
.AnyTagClassName
{
color: #C7B8E5;
}
</style>
background-color css
<style>
a { background-color: #C7B8E5; }
a { background-color: rgb(199,184,229); }
div.DivClassName
{
background-color: #C7B8E5;
}
.BgClassName
{
background-color: #C7B8E5;
}
</style>
border-color css
<style>
span { border-color: #C7B8E5; }
span { border-color: rgb(199,184,229); }
td.TdClassName
{
border-color: #C7B8E5;
}
.TagClassName
{
border-color: #C7B8E5;
}
</style>