Shades of Melrose #C5B4E9
Tints of Melrose #C5B4E9
RGB
CMYK
RGB Variations
Color information
#C5B4E9 (or 0xC5B4E9) is known color: Melrose. HEX triplet: C5, B4 and E9. RGB value is (197,180,233). Sum of RGB (Red+Green+Blue) = 197+180+233=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5B4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4E9 is #3A4B16. Grayscale: #BEBEBE. Windows color (decimal): -3820311 or 15316165. OLE color: 15316165.
HSL color Cylindrical-coordinate representation of color #C5B4E9: hue angle of 259.25º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B4E9 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 180 | 233 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.09 |
| HSL | 259.25º | 0.55% | 0.81% | - |
| HSV(B) | 259.25º | 0.23% | 0.91% | - |
| XYZ | 54.06 | 50.4 | 83.97 | - |
| YUV | 191.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 233 | 0.15 | 0.23 | 0 | 0.09 | 259.25 | 0.55 | 0.81 |
| Hex | C5 | B4 | E9 | F | 17 | 0 | 9 | 103 | 37 | 51 |
| Octal | 305 | 264 | 351 | 17 | 27 | 0 | 11 | 403 | 67 | 121 |
| Binary | 11000101 | 10110100 | 11101001 | 1111 | 10111 | 0 | 1001 | 100000011 | 110111 | 1010001 |
Color Harmonies of #C5B4E9
Complementary color
Monochromatic Colors of #C5B4E9
Black with #C5B4E9
Text Example
Text Example
White with #C5B4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B4E9; }
p { color: rgb(197,180,233); }
H1.HeaderClassName
{
color: #C5B4E9;
}
.AnyTagClassName
{
color: #C5B4E9;
}
</style>
background-color css
<style>
a { background-color: #C5B4E9; }
a { background-color: rgb(197,180,233); }
div.DivClassName
{
background-color: #C5B4E9;
}
.BgClassName
{
background-color: #C5B4E9;
}
</style>
border-color css
<style>
span { border-color: #C5B4E9; }
span { border-color: rgb(197,180,233); }
td.TdClassName
{
border-color: #C5B4E9;
}
.TagClassName
{
border-color: #C5B4E9;
}
</style>