Shades of Melrose #C5B7F7
Tints of Melrose #C5B7F7
RGB
CMYK
RGB Variations
Color information
#C5B7F7 (or 0xC5B7F7) is known color: Melrose. HEX triplet: C5, B7 and F7. RGB value is (197,183,247). Sum of RGB (Red+Green+Blue) = 197+183+247=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5B7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7F7 is #3A4808. Grayscale: #C2C2C2. Windows color (decimal): -3819529 or 16234437. OLE color: 16234437.
HSL color Cylindrical-coordinate representation of color #C5B7F7: hue angle of 253.12º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B7F7 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 183 | 247 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.03 |
| HSL | 253.13º | 0.8% | 0.84% | - |
| HSV(B) | 253.13º | 0.26% | 0.97% | - |
| XYZ | 56.75 | 52.45 | 95.13 | - |
| YUV | 194.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 247 | 0.20 | 0.26 | 0 | 0.03 | 253.13 | 0.8 | 0.84 |
| Hex | C5 | B7 | F7 | 14 | 1A | 0 | 3 | FD | 50 | 54 |
| Octal | 305 | 267 | 367 | 24 | 32 | 0 | 3 | 375 | 120 | 124 |
| Binary | 11000101 | 10110111 | 11110111 | 10100 | 11010 | 0 | 11 | 11111101 | 1010000 | 1010100 |
Color Harmonies of #C5B7F7
Complementary color
Monochromatic Colors of #C5B7F7
Black with #C5B7F7
Text Example
Text Example
White with #C5B7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7F7; }
p { color: rgb(197,183,247); }
H1.HeaderClassName
{
color: #C5B7F7;
}
.AnyTagClassName
{
color: #C5B7F7;
}
</style>
background-color css
<style>
a { background-color: #C5B7F7; }
a { background-color: rgb(197,183,247); }
div.DivClassName
{
background-color: #C5B7F7;
}
.BgClassName
{
background-color: #C5B7F7;
}
</style>
border-color css
<style>
span { border-color: #C5B7F7; }
span { border-color: rgb(197,183,247); }
td.TdClassName
{
border-color: #C5B7F7;
}
.TagClassName
{
border-color: #C5B7F7;
}
</style>