Shades of Melrose #C0B4EC
Tints of Melrose #C0B4EC
RGB
CMYK
RGB Variations
Color information
#C0B4EC (or 0xC0B4EC) is known color: Melrose. HEX triplet: C0, B4 and EC. RGB value is (192,180,236). Sum of RGB (Red+Green+Blue) = 192+180+236=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EC is #3F4B13. Grayscale: #BDBDBD. Windows color (decimal): -4147988 or 15512768. OLE color: 15512768.
HSL color Cylindrical-coordinate representation of color #C0B4EC: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B4EC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 180 | 236 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 252.86º | 0.6% | 0.82% | - |
| HSV(B) | 252.86º | 0.24% | 0.93% | - |
| XYZ | 53.2 | 49.91 | 86.19 | - |
| YUV | 189.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 236 | 0.19 | 0.24 | 0 | 0.07 | 252.86 | 0.6 | 0.82 |
| Hex | C0 | B4 | EC | 13 | 18 | 0 | 7 | FD | 3C | 52 |
| Octal | 300 | 264 | 354 | 23 | 30 | 0 | 7 | 375 | 74 | 122 |
| Binary | 11000000 | 10110100 | 11101100 | 10011 | 11000 | 0 | 111 | 11111101 | 111100 | 1010010 |
Color Harmonies of #C0B4EC
Complementary color
Monochromatic Colors of #C0B4EC
Black with #C0B4EC
Text Example
Text Example
White with #C0B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4EC; }
p { color: rgb(192,180,236); }
H1.HeaderClassName
{
color: #C0B4EC;
}
.AnyTagClassName
{
color: #C0B4EC;
}
</style>
background-color css
<style>
a { background-color: #C0B4EC; }
a { background-color: rgb(192,180,236); }
div.DivClassName
{
background-color: #C0B4EC;
}
.BgClassName
{
background-color: #C0B4EC;
}
</style>
border-color css
<style>
span { border-color: #C0B4EC; }
span { border-color: rgb(192,180,236); }
td.TdClassName
{
border-color: #C0B4EC;
}
.TagClassName
{
border-color: #C0B4EC;
}
</style>