Shades of Melrose #C0B6DF
Tints of Melrose #C0B6DF
RGB
CMYK
RGB Variations
Color information
#C0B6DF (or 0xC0B6DF) is known color: Melrose. HEX triplet: C0, B6 and DF. RGB value is (192,182,223). Sum of RGB (Red+Green+Blue) = 192+182+223=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6DF is #3F4920. Grayscale: #BDBDBD. Windows color (decimal): -4147489 or 14661312. OLE color: 14661312.
HSL color Cylindrical-coordinate representation of color #C0B6DF: hue angle of 254.63º degrees, saturation: 0.39, 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 #C0B6DF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 182 | 223 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 254.63º | 0.39% | 0.79% | - |
| HSV(B) | 254.63º | 0.18% | 0.87% | - |
| XYZ | 51.79 | 49.99 | 76.73 | - |
| YUV | 189.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 223 | 0.14 | 0.18 | 0 | 0.13 | 254.63 | 0.39 | 0.79 |
| Hex | C0 | B6 | DF | E | 12 | 0 | D | FF | 27 | 4F |
| Octal | 300 | 266 | 337 | 16 | 22 | 0 | 15 | 377 | 47 | 117 |
| Binary | 11000000 | 10110110 | 11011111 | 1110 | 10010 | 0 | 1101 | 11111111 | 100111 | 1001111 |
Color Harmonies of #C0B6DF
Complementary color
Monochromatic Colors of #C0B6DF
Black with #C0B6DF
Text Example
Text Example
White with #C0B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6DF; }
p { color: rgb(192,182,223); }
H1.HeaderClassName
{
color: #C0B6DF;
}
.AnyTagClassName
{
color: #C0B6DF;
}
</style>
background-color css
<style>
a { background-color: #C0B6DF; }
a { background-color: rgb(192,182,223); }
div.DivClassName
{
background-color: #C0B6DF;
}
.BgClassName
{
background-color: #C0B6DF;
}
</style>
border-color css
<style>
span { border-color: #C0B6DF; }
span { border-color: rgb(192,182,223); }
td.TdClassName
{
border-color: #C0B6DF;
}
.TagClassName
{
border-color: #C0B6DF;
}
</style>