Shades of Melrose #C0B7DE
Tints of Melrose #C0B7DE
RGB
CMYK
RGB Variations
Color information
#C0B7DE (or 0xC0B7DE) is known color: Melrose. HEX triplet: C0, B7 and DE. RGB value is (192,183,222). Sum of RGB (Red+Green+Blue) = 192+183+222=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0B7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B7DE is #3F4821. Grayscale: #BDBDBD. Windows color (decimal): -4147234 or 14596032. OLE color: 14596032.
HSL color Cylindrical-coordinate representation of color #C0B7DE: hue angle of 253.85º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B7DE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 183 | 222 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 253.85º | 0.37% | 0.79% | - |
| HSV(B) | 253.85º | 0.18% | 0.87% | - |
| XYZ | 51.86 | 50.35 | 76.09 | - |
| YUV | 190.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 222 | 0.14 | 0.18 | 0 | 0.13 | 253.85 | 0.37 | 0.79 |
| Hex | C0 | B7 | DE | E | 12 | 0 | D | FE | 25 | 4F |
| Octal | 300 | 267 | 336 | 16 | 22 | 0 | 15 | 376 | 45 | 117 |
| Binary | 11000000 | 10110111 | 11011110 | 1110 | 10010 | 0 | 1101 | 11111110 | 100101 | 1001111 |
Color Harmonies of #C0B7DE
Complementary color
Monochromatic Colors of #C0B7DE
Black with #C0B7DE
Text Example
Text Example
White with #C0B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7DE; }
p { color: rgb(192,183,222); }
H1.HeaderClassName
{
color: #C0B7DE;
}
.AnyTagClassName
{
color: #C0B7DE;
}
</style>
background-color css
<style>
a { background-color: #C0B7DE; }
a { background-color: rgb(192,183,222); }
div.DivClassName
{
background-color: #C0B7DE;
}
.BgClassName
{
background-color: #C0B7DE;
}
</style>
border-color css
<style>
span { border-color: #C0B7DE; }
span { border-color: rgb(192,183,222); }
td.TdClassName
{
border-color: #C0B7DE;
}
.TagClassName
{
border-color: #C0B7DE;
}
</style>