Shades of Melrose #C0B5EE
Tints of Melrose #C0B5EE
RGB
CMYK
RGB Variations
Color information
#C0B5EE (or 0xC0B5EE) is known color: Melrose. HEX triplet: C0, B5 and EE. RGB value is (192,181,238). Sum of RGB (Red+Green+Blue) = 192+181+238=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5EE is #3F4A11. Grayscale: #BEBEBE. Windows color (decimal): -4147730 or 15644096. OLE color: 15644096.
HSL color Cylindrical-coordinate representation of color #C0B5EE: hue angle of 251.58º degrees, saturation: 0.63, 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 #C0B5EE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 181 | 238 | - |
CMYK | 0.19 | 0.24 | 0 | 0.07 |
HSL | 251.58º | 0.63% | 0.82% | - |
HSV(B) | 251.58º | 0.24% | 0.93% | - |
XYZ | 53.69 | 50.43 | 87.79 | - |
YUV | 190.79 | 154.64 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 181 | 238 | 0.19 | 0.24 | 0 | 0.07 | 251.58 | 0.63 | 0.82 |
Hex | C0 | B5 | EE | 13 | 18 | 0 | 7 | FC | 3F | 52 |
Octal | 300 | 265 | 356 | 23 | 30 | 0 | 7 | 374 | 77 | 122 |
Binary | 11000000 | 10110101 | 11101110 | 10011 | 11000 | 0 | 111 | 11111100 | 111111 | 1010010 |
Color Harmonies of #C0B5EE
Complementary color
Monochromatic Colors of #C0B5EE
Black with #C0B5EE
Text Example
Text Example
White with #C0B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5EE; }
p { color: rgb(192,181,238); }
H1.HeaderClassName
{
color: #C0B5EE;
}
.AnyTagClassName
{
color: #C0B5EE;
}
</style>
background-color css
<style>
a { background-color: #C0B5EE; }
a { background-color: rgb(192,181,238); }
div.DivClassName
{
background-color: #C0B5EE;
}
.BgClassName
{
background-color: #C0B5EE;
}
</style>
border-color css
<style>
span { border-color: #C0B5EE; }
span { border-color: rgb(192,181,238); }
td.TdClassName
{
border-color: #C0B5EE;
}
.TagClassName
{
border-color: #C0B5EE;
}
</style>