Shades of Melrose #C5B2FB
Tints of Melrose #C5B2FB
RGB
CMYK
RGB Variations
Color information
#C5B2FB (or 0xC5B2FB) is known color: Melrose. HEX triplet: C5, B2 and FB. RGB value is (197,178,251). Sum of RGB (Red+Green+Blue) = 197+178+251=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5B2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2FB is #3A4D04. Grayscale: #BFBFBF. Windows color (decimal): -3820805 or 16495301. OLE color: 16495301.
HSL color Cylindrical-coordinate representation of color #C5B2FB: hue angle of 255.62º 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 #C5B2FB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 178 | 251 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.02 |
| HSL | 255.62º | 0.9% | 0.84% | - |
| HSV(B) | 255.62º | 0.29% | 0.98% | - |
| XYZ | 56.36 | 50.68 | 98.08 | - |
| YUV | 192 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 251 | 0.22 | 0.29 | 0 | 0.02 | 255.62 | 0.9 | 0.84 |
| Hex | C5 | B2 | FB | 16 | 1D | 0 | 2 | 100 | 5A | 54 |
| Octal | 305 | 262 | 373 | 26 | 35 | 0 | 2 | 400 | 132 | 124 |
| Binary | 11000101 | 10110010 | 11111011 | 10110 | 11101 | 0 | 10 | 100000000 | 1011010 | 1010100 |
Color Harmonies of #C5B2FB
Complementary color
Monochromatic Colors of #C5B2FB
Black with #C5B2FB
Text Example
Text Example
White with #C5B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2FB; }
p { color: rgb(197,178,251); }
H1.HeaderClassName
{
color: #C5B2FB;
}
.AnyTagClassName
{
color: #C5B2FB;
}
</style>
background-color css
<style>
a { background-color: #C5B2FB; }
a { background-color: rgb(197,178,251); }
div.DivClassName
{
background-color: #C5B2FB;
}
.BgClassName
{
background-color: #C5B2FB;
}
</style>
border-color css
<style>
span { border-color: #C5B2FB; }
span { border-color: rgb(197,178,251); }
td.TdClassName
{
border-color: #C5B2FB;
}
.TagClassName
{
border-color: #C5B2FB;
}
</style>