Shades of Melrose #C0B7EB
Tints of Melrose #C0B7EB
RGB
CMYK
RGB Variations
Color information
#C0B7EB (or 0xC0B7EB) is known color: Melrose. HEX triplet: C0, B7 and EB. RGB value is (192,183,235). Sum of RGB (Red+Green+Blue) = 192+183+235=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7EB is #3F4814. Grayscale: #BFBFBF. Windows color (decimal): -4147221 or 15448000. OLE color: 15448000.
HSL color Cylindrical-coordinate representation of color #C0B7EB: hue angle of 250.38º degrees, saturation: 0.57, 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 #C0B7EB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 183 | 235 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.08 |
| HSL | 250.38º | 0.57% | 0.82% | - |
| HSV(B) | 250.38º | 0.22% | 0.92% | - |
| XYZ | 53.67 | 51.07 | 85.63 | - |
| YUV | 191.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 235 | 0.18 | 0.22 | 0 | 0.08 | 250.38 | 0.57 | 0.82 |
| Hex | C0 | B7 | EB | 12 | 16 | 0 | 8 | FA | 39 | 52 |
| Octal | 300 | 267 | 353 | 22 | 26 | 0 | 10 | 372 | 71 | 122 |
| Binary | 11000000 | 10110111 | 11101011 | 10010 | 10110 | 0 | 1000 | 11111010 | 111001 | 1010010 |
Color Harmonies of #C0B7EB
Complementary color
Monochromatic Colors of #C0B7EB
Black with #C0B7EB
Text Example
Text Example
White with #C0B7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7EB; }
p { color: rgb(192,183,235); }
H1.HeaderClassName
{
color: #C0B7EB;
}
.AnyTagClassName
{
color: #C0B7EB;
}
</style>
background-color css
<style>
a { background-color: #C0B7EB; }
a { background-color: rgb(192,183,235); }
div.DivClassName
{
background-color: #C0B7EB;
}
.BgClassName
{
background-color: #C0B7EB;
}
</style>
border-color css
<style>
span { border-color: #C0B7EB; }
span { border-color: rgb(192,183,235); }
td.TdClassName
{
border-color: #C0B7EB;
}
.TagClassName
{
border-color: #C0B7EB;
}
</style>