Shades of Melrose #C0B8EA
Tints of Melrose #C0B8EA
RGB
CMYK
RGB Variations
Color information
#C0B8EA (or 0xC0B8EA) is known color: Melrose. HEX triplet: C0, B8 and EA. RGB value is (192,184,234). Sum of RGB (Red+Green+Blue) = 192+184+234=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8EA is #3F4715. Grayscale: #BFBFBF. Windows color (decimal): -4146966 or 15382720. OLE color: 15382720.
HSL color Cylindrical-coordinate representation of color #C0B8EA: hue angle of 249.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B8EA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 184 | 234 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.08 |
| HSL | 249.6º | 0.54% | 0.82% | - |
| HSV(B) | 249.6º | 0.21% | 0.92% | - |
| XYZ | 53.73 | 51.43 | 84.94 | - |
| YUV | 192.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 234 | 0.18 | 0.21 | 0 | 0.08 | 249.6 | 0.54 | 0.82 |
| Hex | C0 | B8 | EA | 12 | 15 | 0 | 8 | FA | 36 | 52 |
| Octal | 300 | 270 | 352 | 22 | 25 | 0 | 10 | 372 | 66 | 122 |
| Binary | 11000000 | 10111000 | 11101010 | 10010 | 10101 | 0 | 1000 | 11111010 | 110110 | 1010010 |
Color Harmonies of #C0B8EA
Complementary color
Monochromatic Colors of #C0B8EA
Black with #C0B8EA
Text Example
Text Example
White with #C0B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8EA; }
p { color: rgb(192,184,234); }
H1.HeaderClassName
{
color: #C0B8EA;
}
.AnyTagClassName
{
color: #C0B8EA;
}
</style>
background-color css
<style>
a { background-color: #C0B8EA; }
a { background-color: rgb(192,184,234); }
div.DivClassName
{
background-color: #C0B8EA;
}
.BgClassName
{
background-color: #C0B8EA;
}
</style>
border-color css
<style>
span { border-color: #C0B8EA; }
span { border-color: rgb(192,184,234); }
td.TdClassName
{
border-color: #C0B8EA;
}
.TagClassName
{
border-color: #C0B8EA;
}
</style>