Shades of Melrose #C5B1FE
Tints of Melrose #C5B1FE
RGB
CMYK
RGB Variations
Color information
#C5B1FE (or 0xC5B1FE) is known color: Melrose. HEX triplet: C5, B1 and FE. RGB value is (197,177,254). Sum of RGB (Red+Green+Blue) = 197+177+254=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FE is #3A4E01. Grayscale: #BFBFBF. Windows color (decimal): -3821058 or 16691653. OLE color: 16691653.
HSL color Cylindrical-coordinate representation of color #C5B1FE: hue angle of 255.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B1FE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 177 | 254 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.00 |
| HSL | 255.58º | 0.97% | 0.85% | - |
| HSV(B) | 255.58º | 0.3% | 1% | - |
| XYZ | 56.64 | 50.47 | 100.52 | - |
| YUV | 191.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 254 | 0.22 | 0.30 | 0 | 0.00 | 255.58 | 0.97 | 0.85 |
| Hex | C5 | B1 | FE | 16 | 1E | 0 | 0 | 100 | 61 | 55 |
| Octal | 305 | 261 | 376 | 26 | 36 | 0 | 0 | 400 | 141 | 125 |
| Binary | 11000101 | 10110001 | 11111110 | 10110 | 11110 | 0 | 0 | 100000000 | 1100001 | 1010101 |
Color Harmonies of #C5B1FE
Complementary color
Monochromatic Colors of #C5B1FE
Black with #C5B1FE
Text Example
Text Example
White with #C5B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1FE; }
p { color: rgb(197,177,254); }
H1.HeaderClassName
{
color: #C5B1FE;
}
.AnyTagClassName
{
color: #C5B1FE;
}
</style>
background-color css
<style>
a { background-color: #C5B1FE; }
a { background-color: rgb(197,177,254); }
div.DivClassName
{
background-color: #C5B1FE;
}
.BgClassName
{
background-color: #C5B1FE;
}
</style>
border-color css
<style>
span { border-color: #C5B1FE; }
span { border-color: rgb(197,177,254); }
td.TdClassName
{
border-color: #C5B1FE;
}
.TagClassName
{
border-color: #C5B1FE;
}
</style>