Shades of Melrose #C0B7ED
Tints of Melrose #C0B7ED
RGB
CMYK
RGB Variations
Color information
#C0B7ED (or 0xC0B7ED) is known color: Melrose. HEX triplet: C0, B7 and ED. RGB value is (192,183,237). Sum of RGB (Red+Green+Blue) = 192+183+237=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7ED is #3F4812. Grayscale: #BFBFBF. Windows color (decimal): -4147219 or 15579072. OLE color: 15579072.
HSL color Cylindrical-coordinate representation of color #C0B7ED: hue angle of 250º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B7ED is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 183 | 237 | - |
CMYK | 0.19 | 0.23 | 0 | 0.07 |
HSL | 250º | 0.6% | 0.82% | - |
HSV(B) | 250º | 0.23% | 0.93% | - |
XYZ | 53.96 | 51.19 | 87.16 | - |
YUV | 191.85 | 153.48 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 183 | 237 | 0.19 | 0.23 | 0 | 0.07 | 250 | 0.6 | 0.82 |
Hex | C0 | B7 | ED | 13 | 17 | 0 | 7 | FA | 3C | 52 |
Octal | 300 | 267 | 355 | 23 | 27 | 0 | 7 | 372 | 74 | 122 |
Binary | 11000000 | 10110111 | 11101101 | 10011 | 10111 | 0 | 111 | 11111010 | 111100 | 1010010 |
Color Harmonies of #C0B7ED
Complementary color
Monochromatic Colors of #C0B7ED
Black with #C0B7ED
Text Example
Text Example
White with #C0B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7ED; }
p { color: rgb(192,183,237); }
H1.HeaderClassName
{
color: #C0B7ED;
}
.AnyTagClassName
{
color: #C0B7ED;
}
</style>
background-color css
<style>
a { background-color: #C0B7ED; }
a { background-color: rgb(192,183,237); }
div.DivClassName
{
background-color: #C0B7ED;
}
.BgClassName
{
background-color: #C0B7ED;
}
</style>
border-color css
<style>
span { border-color: #C0B7ED; }
span { border-color: rgb(192,183,237); }
td.TdClassName
{
border-color: #C0B7ED;
}
.TagClassName
{
border-color: #C0B7ED;
}
</style>