Shades of Melrose #C5B7EF
Tints of Melrose #C5B7EF
RGB
CMYK
RGB Variations
Color information
#C5B7EF (or 0xC5B7EF) is known color: Melrose. HEX triplet: C5, B7 and EF. RGB value is (197,183,239). Sum of RGB (Red+Green+Blue) = 197+183+239=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 183 (71.88% from 255 or 29.56% 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 #C5B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7EF is #3A4810. Grayscale: #C1C1C1. Windows color (decimal): -3819537 or 15710149. OLE color: 15710149.
HSL color Cylindrical-coordinate representation of color #C5B7EF: hue angle of 255º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B7EF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 183 | 239 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.06 |
| HSL | 255º | 0.64% | 0.83% | - |
| HSV(B) | 255º | 0.23% | 0.94% | - |
| XYZ | 55.54 | 51.97 | 88.77 | - |
| YUV | 193.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 239 | 0.18 | 0.23 | 0 | 0.06 | 255 | 0.64 | 0.83 |
| Hex | C5 | B7 | EF | 12 | 17 | 0 | 6 | FF | 40 | 53 |
| Octal | 305 | 267 | 357 | 22 | 27 | 0 | 6 | 377 | 100 | 123 |
| Binary | 11000101 | 10110111 | 11101111 | 10010 | 10111 | 0 | 110 | 11111111 | 1000000 | 1010011 |
Color Harmonies of #C5B7EF
Complementary color
Monochromatic Colors of #C5B7EF
Black with #C5B7EF
Text Example
Text Example
White with #C5B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7EF; }
p { color: rgb(197,183,239); }
H1.HeaderClassName
{
color: #C5B7EF;
}
.AnyTagClassName
{
color: #C5B7EF;
}
</style>
background-color css
<style>
a { background-color: #C5B7EF; }
a { background-color: rgb(197,183,239); }
div.DivClassName
{
background-color: #C5B7EF;
}
.BgClassName
{
background-color: #C5B7EF;
}
</style>
border-color css
<style>
span { border-color: #C5B7EF; }
span { border-color: rgb(197,183,239); }
td.TdClassName
{
border-color: #C5B7EF;
}
.TagClassName
{
border-color: #C5B7EF;
}
</style>