Shades of Melrose #C7B5EF
Tints of Melrose #C7B5EF
RGB
CMYK
RGB Variations
Color information
#C7B5EF (or 0xC7B5EF) is known color: Melrose. HEX triplet: C7, B5 and EF. RGB value is (199,181,239). Sum of RGB (Red+Green+Blue) = 199+181+239=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EF is #384A10. Grayscale: #C0C0C0. Windows color (decimal): -3688977 or 15709639. OLE color: 15709639.
HSL color Cylindrical-coordinate representation of color #C7B5EF: hue angle of 258.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B5EF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 181 | 239 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.06 |
| HSL | 258.62º | 0.64% | 0.82% | - |
| HSV(B) | 258.62º | 0.24% | 0.94% | - |
| XYZ | 55.66 | 51.42 | 88.65 | - |
| YUV | 192.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 239 | 0.17 | 0.24 | 0 | 0.06 | 258.62 | 0.64 | 0.82 |
| Hex | C7 | B5 | EF | 11 | 18 | 0 | 6 | 103 | 40 | 52 |
| Octal | 307 | 265 | 357 | 21 | 30 | 0 | 6 | 403 | 100 | 122 |
| Binary | 11000111 | 10110101 | 11101111 | 10001 | 11000 | 0 | 110 | 100000011 | 1000000 | 1010010 |
Color Harmonies of #C7B5EF
Complementary color
Monochromatic Colors of #C7B5EF
Black with #C7B5EF
Text Example
Text Example
White with #C7B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5EF; }
p { color: rgb(199,181,239); }
H1.HeaderClassName
{
color: #C7B5EF;
}
.AnyTagClassName
{
color: #C7B5EF;
}
</style>
background-color css
<style>
a { background-color: #C7B5EF; }
a { background-color: rgb(199,181,239); }
div.DivClassName
{
background-color: #C7B5EF;
}
.BgClassName
{
background-color: #C7B5EF;
}
</style>
border-color css
<style>
span { border-color: #C7B5EF; }
span { border-color: rgb(199,181,239); }
td.TdClassName
{
border-color: #C7B5EF;
}
.TagClassName
{
border-color: #C7B5EF;
}
</style>