Shades of Melrose #C5B3F9
Tints of Melrose #C5B3F9
RGB
CMYK
RGB Variations
Color information
#C5B3F9 (or 0xC5B3F9) is known color: Melrose. HEX triplet: C5, B3 and F9. RGB value is (197,179,249). Sum of RGB (Red+Green+Blue) = 197+179+249=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B3F9 is #3A4C06. Grayscale: #C0C0C0. Windows color (decimal): -3820551 or 16364485. OLE color: 16364485.
HSL color Cylindrical-coordinate representation of color #C5B3F9: hue angle of 255.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B3F9 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 179 | 249 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.02 |
| HSL | 255.43º | 0.85% | 0.84% | - |
| HSV(B) | 255.43º | 0.28% | 0.98% | - |
| XYZ | 56.24 | 50.95 | 96.49 | - |
| YUV | 192.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 249 | 0.21 | 0.28 | 0 | 0.02 | 255.43 | 0.85 | 0.84 |
| Hex | C5 | B3 | F9 | 15 | 1C | 0 | 2 | FF | 55 | 54 |
| Octal | 305 | 263 | 371 | 25 | 34 | 0 | 2 | 377 | 125 | 124 |
| Binary | 11000101 | 10110011 | 11111001 | 10101 | 11100 | 0 | 10 | 11111111 | 1010101 | 1010100 |
Color Harmonies of #C5B3F9
Complementary color
Monochromatic Colors of #C5B3F9
Black with #C5B3F9
Text Example
Text Example
White with #C5B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3F9; }
p { color: rgb(197,179,249); }
H1.HeaderClassName
{
color: #C5B3F9;
}
.AnyTagClassName
{
color: #C5B3F9;
}
</style>
background-color css
<style>
a { background-color: #C5B3F9; }
a { background-color: rgb(197,179,249); }
div.DivClassName
{
background-color: #C5B3F9;
}
.BgClassName
{
background-color: #C5B3F9;
}
</style>
border-color css
<style>
span { border-color: #C5B3F9; }
span { border-color: rgb(197,179,249); }
td.TdClassName
{
border-color: #C5B3F9;
}
.TagClassName
{
border-color: #C5B3F9;
}
</style>