Shades of Melrose #C0B8EB
Tints of Melrose #C0B8EB
RGB
CMYK
RGB Variations
Color information
#C0B8EB (or 0xC0B8EB) is known color: Melrose. HEX triplet: C0, B8 and EB. RGB value is (192,184,235). Sum of RGB (Red+Green+Blue) = 192+184+235=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8EB is #3F4714. Grayscale: #C0C0C0. Windows color (decimal): -4146965 or 15448256. OLE color: 15448256.
HSL color Cylindrical-coordinate representation of color #C0B8EB: hue angle of 249.41º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B8EB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 184 | 235 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.08 |
| HSL | 249.41º | 0.56% | 0.82% | - |
| HSV(B) | 249.41º | 0.22% | 0.92% | - |
| XYZ | 53.87 | 51.49 | 85.7 | - |
| YUV | 192.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 235 | 0.18 | 0.22 | 0 | 0.08 | 249.41 | 0.56 | 0.82 |
| Hex | C0 | B8 | EB | 12 | 16 | 0 | 8 | F9 | 38 | 52 |
| Octal | 300 | 270 | 353 | 22 | 26 | 0 | 10 | 371 | 70 | 122 |
| Binary | 11000000 | 10111000 | 11101011 | 10010 | 10110 | 0 | 1000 | 11111001 | 111000 | 1010010 |
Color Harmonies of #C0B8EB
Complementary color
Monochromatic Colors of #C0B8EB
Black with #C0B8EB
Text Example
Text Example
White with #C0B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8EB; }
p { color: rgb(192,184,235); }
H1.HeaderClassName
{
color: #C0B8EB;
}
.AnyTagClassName
{
color: #C0B8EB;
}
</style>
background-color css
<style>
a { background-color: #C0B8EB; }
a { background-color: rgb(192,184,235); }
div.DivClassName
{
background-color: #C0B8EB;
}
.BgClassName
{
background-color: #C0B8EB;
}
</style>
border-color css
<style>
span { border-color: #C0B8EB; }
span { border-color: rgb(192,184,235); }
td.TdClassName
{
border-color: #C0B8EB;
}
.TagClassName
{
border-color: #C0B8EB;
}
</style>