Shades of Melrose #C7BAE7
Tints of Melrose #C7BAE7
RGB
CMYK
RGB Variations
Color information
#C7BAE7 (or 0xC7BAE7) is known color: Melrose. HEX triplet: C7, BA and E7. RGB value is (199,186,231). Sum of RGB (Red+Green+Blue) = 199+186+231=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #C7BAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAE7 is #384518. Grayscale: #C2C2C2. Windows color (decimal): -3687705 or 15186631. OLE color: 15186631.
HSL color Cylindrical-coordinate representation of color #C7BAE7: hue angle of 257.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BAE7 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 186 | 231 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.09 |
| HSL | 257.33º | 0.48% | 0.82% | - |
| HSV(B) | 257.33º | 0.19% | 0.91% | - |
| XYZ | 55.54 | 53.03 | 82.91 | - |
| YUV | 195.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 231 | 0.14 | 0.19 | 0 | 0.09 | 257.33 | 0.48 | 0.82 |
| Hex | C7 | BA | E7 | E | 13 | 0 | 9 | 101 | 30 | 52 |
| Octal | 307 | 272 | 347 | 16 | 23 | 0 | 11 | 401 | 60 | 122 |
| Binary | 11000111 | 10111010 | 11100111 | 1110 | 10011 | 0 | 1001 | 100000001 | 110000 | 1010010 |
Color Harmonies of #C7BAE7
Complementary color
Monochromatic Colors of #C7BAE7
Black with #C7BAE7
Text Example
Text Example
White with #C7BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BAE7; }
p { color: rgb(199,186,231); }
H1.HeaderClassName
{
color: #C7BAE7;
}
.AnyTagClassName
{
color: #C7BAE7;
}
</style>
background-color css
<style>
a { background-color: #C7BAE7; }
a { background-color: rgb(199,186,231); }
div.DivClassName
{
background-color: #C7BAE7;
}
.BgClassName
{
background-color: #C7BAE7;
}
</style>
border-color css
<style>
span { border-color: #C7BAE7; }
span { border-color: rgb(199,186,231); }
td.TdClassName
{
border-color: #C7BAE7;
}
.TagClassName
{
border-color: #C7BAE7;
}
</style>