Shades of Melrose #C0B5ED
Tints of Melrose #C0B5ED
RGB
CMYK
RGB Variations
Color information
#C0B5ED (or 0xC0B5ED) is known color: Melrose. HEX triplet: C0, B5 and ED. RGB value is (192,181,237). Sum of RGB (Red+Green+Blue) = 192+181+237=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5ED is #3F4A12. Grayscale: #BEBEBE. Windows color (decimal): -4147731 or 15578560. OLE color: 15578560.
HSL color Cylindrical-coordinate representation of color #C0B5ED: hue angle of 251.79º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B5ED is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 181 | 237 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 251.79º | 0.61% | 0.82% | - |
| HSV(B) | 251.79º | 0.24% | 0.93% | - |
| XYZ | 53.55 | 50.37 | 87.02 | - |
| YUV | 190.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 237 | 0.19 | 0.24 | 0 | 0.07 | 251.79 | 0.61 | 0.82 |
| Hex | C0 | B5 | ED | 13 | 18 | 0 | 7 | FC | 3D | 52 |
| Octal | 300 | 265 | 355 | 23 | 30 | 0 | 7 | 374 | 75 | 122 |
| Binary | 11000000 | 10110101 | 11101101 | 10011 | 11000 | 0 | 111 | 11111100 | 111101 | 1010010 |
Color Harmonies of #C0B5ED
Complementary color
Monochromatic Colors of #C0B5ED
Black with #C0B5ED
Text Example
Text Example
White with #C0B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5ED; }
p { color: rgb(192,181,237); }
H1.HeaderClassName
{
color: #C0B5ED;
}
.AnyTagClassName
{
color: #C0B5ED;
}
</style>
background-color css
<style>
a { background-color: #C0B5ED; }
a { background-color: rgb(192,181,237); }
div.DivClassName
{
background-color: #C0B5ED;
}
.BgClassName
{
background-color: #C0B5ED;
}
</style>
border-color css
<style>
span { border-color: #C0B5ED; }
span { border-color: rgb(192,181,237); }
td.TdClassName
{
border-color: #C0B5ED;
}
.TagClassName
{
border-color: #C0B5ED;
}
</style>