Shades of Melrose #C5B1FB
Tints of Melrose #C5B1FB
RGB
CMYK
RGB Variations
Color information
#C5B1FB (or 0xC5B1FB) is known color: Melrose. HEX triplet: C5, B1 and FB. RGB value is (197,177,251). Sum of RGB (Red+Green+Blue) = 197+177+251=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FB is #3A4E04. Grayscale: #BFBFBF. Windows color (decimal): -3821061 or 16495045. OLE color: 16495045.
HSL color Cylindrical-coordinate representation of color #C5B1FB: hue angle of 256.22º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B1FB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 177 | 251 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.02 |
| HSL | 256.22º | 0.9% | 0.84% | - |
| HSV(B) | 256.22º | 0.29% | 0.98% | - |
| XYZ | 56.16 | 50.28 | 98.01 | - |
| YUV | 191.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 251 | 0.22 | 0.29 | 0 | 0.02 | 256.22 | 0.9 | 0.84 |
| Hex | C5 | B1 | FB | 16 | 1D | 0 | 2 | 100 | 5A | 54 |
| Octal | 305 | 261 | 373 | 26 | 35 | 0 | 2 | 400 | 132 | 124 |
| Binary | 11000101 | 10110001 | 11111011 | 10110 | 11101 | 0 | 10 | 100000000 | 1011010 | 1010100 |
Color Harmonies of #C5B1FB
Complementary color
Monochromatic Colors of #C5B1FB
Black with #C5B1FB
Text Example
Text Example
White with #C5B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1FB; }
p { color: rgb(197,177,251); }
H1.HeaderClassName
{
color: #C5B1FB;
}
.AnyTagClassName
{
color: #C5B1FB;
}
</style>
background-color css
<style>
a { background-color: #C5B1FB; }
a { background-color: rgb(197,177,251); }
div.DivClassName
{
background-color: #C5B1FB;
}
.BgClassName
{
background-color: #C5B1FB;
}
</style>
border-color css
<style>
span { border-color: #C5B1FB; }
span { border-color: rgb(197,177,251); }
td.TdClassName
{
border-color: #C5B1FB;
}
.TagClassName
{
border-color: #C5B1FB;
}
</style>