Shades of Melrose #C7B5EB
Tints of Melrose #C7B5EB
RGB
CMYK
RGB Variations
Color information
#C7B5EB (or 0xC7B5EB) is known color: Melrose. HEX triplet: C7, B5 and EB. RGB value is (199,181,235). Sum of RGB (Red+Green+Blue) = 199+181+235=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5EB is #384A14. Grayscale: #C0C0C0. Windows color (decimal): -3688981 or 15447495. OLE color: 15447495.
HSL color Cylindrical-coordinate representation of color #C7B5EB: hue angle of 260º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B5EB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 181 | 235 | - |
CMYK | 0.15 | 0.23 | 0 | 0.08 |
HSL | 260º | 0.57% | 0.82% | - |
HSV(B) | 260º | 0.23% | 0.92% | - |
XYZ | 55.07 | 51.19 | 85.57 | - |
YUV | 192.54 | 151.96 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 181 | 235 | 0.15 | 0.23 | 0 | 0.08 | 260 | 0.57 | 0.82 |
Hex | C7 | B5 | EB | F | 17 | 0 | 8 | 104 | 39 | 52 |
Octal | 307 | 265 | 353 | 17 | 27 | 0 | 10 | 404 | 71 | 122 |
Binary | 11000111 | 10110101 | 11101011 | 1111 | 10111 | 0 | 1000 | 100000100 | 111001 | 1010010 |
Color Harmonies of #C7B5EB
Complementary color
Monochromatic Colors of #C7B5EB
Black with #C7B5EB
Text Example
Text Example
White with #C7B5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5EB; }
p { color: rgb(199,181,235); }
H1.HeaderClassName
{
color: #C7B5EB;
}
.AnyTagClassName
{
color: #C7B5EB;
}
</style>
background-color css
<style>
a { background-color: #C7B5EB; }
a { background-color: rgb(199,181,235); }
div.DivClassName
{
background-color: #C7B5EB;
}
.BgClassName
{
background-color: #C7B5EB;
}
</style>
border-color css
<style>
span { border-color: #C7B5EB; }
span { border-color: rgb(199,181,235); }
td.TdClassName
{
border-color: #C7B5EB;
}
.TagClassName
{
border-color: #C7B5EB;
}
</style>