Shades of Melrose #C7BAE0
Tints of Melrose #C7BAE0
RGB
CMYK
RGB Variations
Color information
#C7BAE0 (or 0xC7BAE0) is known color: Melrose. HEX triplet: C7, BA and E0. RGB value is (199,186,224). Sum of RGB (Red+Green+Blue) = 199+186+224=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAE0 is #38451F. Grayscale: #C2C2C2. Windows color (decimal): -3687712 or 14727879. OLE color: 14727879.
HSL color Cylindrical-coordinate representation of color #C7BAE0: hue angle of 260.53º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BAE0 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 186 | 224 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.12 |
| HSL | 260.53º | 0.38% | 0.8% | - |
| HSV(B) | 260.53º | 0.17% | 0.88% | - |
| XYZ | 54.57 | 52.64 | 77.81 | - |
| YUV | 194.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 224 | 0.11 | 0.17 | 0 | 0.12 | 260.53 | 0.38 | 0.8 |
| Hex | C7 | BA | E0 | B | 11 | 0 | C | 105 | 26 | 50 |
| Octal | 307 | 272 | 340 | 13 | 21 | 0 | 14 | 405 | 46 | 120 |
| Binary | 11000111 | 10111010 | 11100000 | 1011 | 10001 | 0 | 1100 | 100000101 | 100110 | 1010000 |
Color Harmonies of #C7BAE0
Complementary color
Monochromatic Colors of #C7BAE0
Black with #C7BAE0
Text Example
Text Example
White with #C7BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAE0; }
p { color: rgb(199,186,224); }
H1.HeaderClassName
{
color: #C7BAE0;
}
.AnyTagClassName
{
color: #C7BAE0;
}
</style>
background-color css
<style>
a { background-color: #C7BAE0; }
a { background-color: rgb(199,186,224); }
div.DivClassName
{
background-color: #C7BAE0;
}
.BgClassName
{
background-color: #C7BAE0;
}
</style>
border-color css
<style>
span { border-color: #C7BAE0; }
span { border-color: rgb(199,186,224); }
td.TdClassName
{
border-color: #C7BAE0;
}
.TagClassName
{
border-color: #C7BAE0;
}
</style>