Shades of Melrose #C5B6EC
Tints of Melrose #C5B6EC
RGB
CMYK
RGB Variations
Color information
#C5B6EC (or 0xC5B6EC) is known color: Melrose. HEX triplet: C5, B6 and EC. RGB value is (197,182,236). Sum of RGB (Red+Green+Blue) = 197+182+236=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6EC is #3A4913. Grayscale: #C0C0C0. Windows color (decimal): -3819796 or 15513285. OLE color: 15513285.
HSL color Cylindrical-coordinate representation of color #C5B6EC: hue angle of 256.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5B6EC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 182 | 236 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.07 |
| HSL | 256.67º | 0.59% | 0.82% | - |
| HSV(B) | 256.67º | 0.23% | 0.93% | - |
| XYZ | 54.89 | 51.38 | 86.38 | - |
| YUV | 192.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 236 | 0.17 | 0.23 | 0 | 0.07 | 256.67 | 0.59 | 0.82 |
| Hex | C5 | B6 | EC | 11 | 17 | 0 | 7 | 101 | 3B | 52 |
| Octal | 305 | 266 | 354 | 21 | 27 | 0 | 7 | 401 | 73 | 122 |
| Binary | 11000101 | 10110110 | 11101100 | 10001 | 10111 | 0 | 111 | 100000001 | 111011 | 1010010 |
Color Harmonies of #C5B6EC
Complementary color
Monochromatic Colors of #C5B6EC
Black with #C5B6EC
Text Example
Text Example
White with #C5B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6EC; }
p { color: rgb(197,182,236); }
H1.HeaderClassName
{
color: #C5B6EC;
}
.AnyTagClassName
{
color: #C5B6EC;
}
</style>
background-color css
<style>
a { background-color: #C5B6EC; }
a { background-color: rgb(197,182,236); }
div.DivClassName
{
background-color: #C5B6EC;
}
.BgClassName
{
background-color: #C5B6EC;
}
</style>
border-color css
<style>
span { border-color: #C5B6EC; }
span { border-color: rgb(197,182,236); }
td.TdClassName
{
border-color: #C5B6EC;
}
.TagClassName
{
border-color: #C5B6EC;
}
</style>