Shades of Melrose #C4B5EC
Tints of Melrose #C4B5EC
RGB
CMYK
RGB Variations
Color information
#C4B5EC (or 0xC4B5EC) is known color: Melrose. HEX triplet: C4, B5 and EC. RGB value is (196,181,236). Sum of RGB (Red+Green+Blue) = 196+181+236=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5EC is #3B4A13. Grayscale: #BFBFBF. Windows color (decimal): -3885588 or 15513028. OLE color: 15513028.
HSL color Cylindrical-coordinate representation of color #C4B5EC: hue angle of 256.36º 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 #C4B5EC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 181 | 236 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.07 |
| HSL | 256.36º | 0.59% | 0.82% | - |
| HSV(B) | 256.36º | 0.23% | 0.93% | - |
| XYZ | 54.43 | 50.84 | 86.3 | - |
| YUV | 191.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 236 | 0.17 | 0.23 | 0 | 0.07 | 256.36 | 0.59 | 0.82 |
| Hex | C4 | B5 | EC | 11 | 17 | 0 | 7 | 100 | 3B | 52 |
| Octal | 304 | 265 | 354 | 21 | 27 | 0 | 7 | 400 | 73 | 122 |
| Binary | 11000100 | 10110101 | 11101100 | 10001 | 10111 | 0 | 111 | 100000000 | 111011 | 1010010 |
Color Harmonies of #C4B5EC
Complementary color
Monochromatic Colors of #C4B5EC
Black with #C4B5EC
Text Example
Text Example
White with #C4B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5EC; }
p { color: rgb(196,181,236); }
H1.HeaderClassName
{
color: #C4B5EC;
}
.AnyTagClassName
{
color: #C4B5EC;
}
</style>
background-color css
<style>
a { background-color: #C4B5EC; }
a { background-color: rgb(196,181,236); }
div.DivClassName
{
background-color: #C4B5EC;
}
.BgClassName
{
background-color: #C4B5EC;
}
</style>
border-color css
<style>
span { border-color: #C4B5EC; }
span { border-color: rgb(196,181,236); }
td.TdClassName
{
border-color: #C4B5EC;
}
.TagClassName
{
border-color: #C4B5EC;
}
</style>