Shades of Melrose #C0B3DF
Tints of Melrose #C0B3DF
RGB
CMYK
RGB Variations
Color information
#C0B3DF (or 0xC0B3DF) is known color: Melrose. HEX triplet: C0, B3 and DF. RGB value is (192,179,223). Sum of RGB (Red+Green+Blue) = 192+179+223=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3DF is #3F4C20. Grayscale: #BBBBBB. Windows color (decimal): -4148257 or 14660544. OLE color: 14660544.
HSL color Cylindrical-coordinate representation of color #C0B3DF: hue angle of 257.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0B3DF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 179 | 223 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 257.73º | 0.41% | 0.79% | - |
| HSV(B) | 257.73º | 0.2% | 0.87% | - |
| XYZ | 51.18 | 48.77 | 76.53 | - |
| YUV | 187.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 223 | 0.14 | 0.20 | 0 | 0.13 | 257.73 | 0.41 | 0.79 |
| Hex | C0 | B3 | DF | E | 14 | 0 | D | 102 | 29 | 4F |
| Octal | 300 | 263 | 337 | 16 | 24 | 0 | 15 | 402 | 51 | 117 |
| Binary | 11000000 | 10110011 | 11011111 | 1110 | 10100 | 0 | 1101 | 100000010 | 101001 | 1001111 |
Color Harmonies of #C0B3DF
Complementary color
Monochromatic Colors of #C0B3DF
Black with #C0B3DF
Text Example
Text Example
White with #C0B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3DF; }
p { color: rgb(192,179,223); }
H1.HeaderClassName
{
color: #C0B3DF;
}
.AnyTagClassName
{
color: #C0B3DF;
}
</style>
background-color css
<style>
a { background-color: #C0B3DF; }
a { background-color: rgb(192,179,223); }
div.DivClassName
{
background-color: #C0B3DF;
}
.BgClassName
{
background-color: #C0B3DF;
}
</style>
border-color css
<style>
span { border-color: #C0B3DF; }
span { border-color: rgb(192,179,223); }
td.TdClassName
{
border-color: #C0B3DF;
}
.TagClassName
{
border-color: #C0B3DF;
}
</style>