Shades of Melrose #C0B9EF
Tints of Melrose #C0B9EF
RGB
CMYK
RGB Variations
Color information
#C0B9EF (or 0xC0B9EF) is known color: Melrose. HEX triplet: C0, B9 and EF. RGB value is (192,185,239). Sum of RGB (Red+Green+Blue) = 192+185+239=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B9EF is #3F4610. Grayscale: #C1C1C1. Windows color (decimal): -4146705 or 15710656. OLE color: 15710656.
HSL color Cylindrical-coordinate representation of color #C0B9EF: hue angle of 247.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B9EF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 185 | 239 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.06 |
| HSL | 247.78º | 0.63% | 0.83% | - |
| HSV(B) | 247.78º | 0.23% | 0.94% | - |
| XYZ | 54.67 | 52.14 | 88.84 | - |
| YUV | 193.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 239 | 0.20 | 0.23 | 0 | 0.06 | 247.78 | 0.63 | 0.83 |
| Hex | C0 | B9 | EF | 14 | 17 | 0 | 6 | F8 | 3F | 53 |
| Octal | 300 | 271 | 357 | 24 | 27 | 0 | 6 | 370 | 77 | 123 |
| Binary | 11000000 | 10111001 | 11101111 | 10100 | 10111 | 0 | 110 | 11111000 | 111111 | 1010011 |
Color Harmonies of #C0B9EF
Complementary color
Monochromatic Colors of #C0B9EF
Black with #C0B9EF
Text Example
Text Example
White with #C0B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9EF; }
p { color: rgb(192,185,239); }
H1.HeaderClassName
{
color: #C0B9EF;
}
.AnyTagClassName
{
color: #C0B9EF;
}
</style>
background-color css
<style>
a { background-color: #C0B9EF; }
a { background-color: rgb(192,185,239); }
div.DivClassName
{
background-color: #C0B9EF;
}
.BgClassName
{
background-color: #C0B9EF;
}
</style>
border-color css
<style>
span { border-color: #C0B9EF; }
span { border-color: rgb(192,185,239); }
td.TdClassName
{
border-color: #C0B9EF;
}
.TagClassName
{
border-color: #C0B9EF;
}
</style>