Shades of Melrose #C5B6EF
Tints of Melrose #C5B6EF
RGB
CMYK
RGB Variations
Color information
#C5B6EF (or 0xC5B6EF) is known color: Melrose. HEX triplet: C5, B6 and EF. RGB value is (197,182,239). Sum of RGB (Red+Green+Blue) = 197+182+239=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6EF is #3A4910. Grayscale: #C0C0C0. Windows color (decimal): -3819793 or 15709893. OLE color: 15709893.
HSL color Cylindrical-coordinate representation of color #C5B6EF: hue angle of 255.79º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B6EF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 182 | 239 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.06 |
| HSL | 255.79º | 0.64% | 0.83% | - |
| HSV(B) | 255.79º | 0.24% | 0.94% | - |
| XYZ | 55.33 | 51.56 | 88.7 | - |
| YUV | 192.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 239 | 0.18 | 0.24 | 0 | 0.06 | 255.79 | 0.64 | 0.83 |
| Hex | C5 | B6 | EF | 12 | 18 | 0 | 6 | 100 | 40 | 53 |
| Octal | 305 | 266 | 357 | 22 | 30 | 0 | 6 | 400 | 100 | 123 |
| Binary | 11000101 | 10110110 | 11101111 | 10010 | 11000 | 0 | 110 | 100000000 | 1000000 | 1010011 |
Color Harmonies of #C5B6EF
Complementary color
Monochromatic Colors of #C5B6EF
Black with #C5B6EF
Text Example
Text Example
White with #C5B6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6EF; }
p { color: rgb(197,182,239); }
H1.HeaderClassName
{
color: #C5B6EF;
}
.AnyTagClassName
{
color: #C5B6EF;
}
</style>
background-color css
<style>
a { background-color: #C5B6EF; }
a { background-color: rgb(197,182,239); }
div.DivClassName
{
background-color: #C5B6EF;
}
.BgClassName
{
background-color: #C5B6EF;
}
</style>
border-color css
<style>
span { border-color: #C5B6EF; }
span { border-color: rgb(197,182,239); }
td.TdClassName
{
border-color: #C5B6EF;
}
.TagClassName
{
border-color: #C5B6EF;
}
</style>