Shades of Melrose #C7B6EC
Tints of Melrose #C7B6EC
RGB
CMYK
RGB Variations
Color information
#C7B6EC (or 0xC7B6EC) is known color: Melrose. HEX triplet: C7, B6 and EC. RGB value is (199,182,236). Sum of RGB (Red+Green+Blue) = 199+182+236=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6EC is #384913. Grayscale: #C1C1C1. Windows color (decimal): -3688724 or 15513287. OLE color: 15513287.
HSL color Cylindrical-coordinate representation of color #C7B6EC: hue angle of 258.89º degrees, saturation: 0.59, 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 #C7B6EC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 182 | 236 | - |
CMYK | 0.16 | 0.23 | 0 | 0.07 |
HSL | 258.89º | 0.59% | 0.82% | - |
HSV(B) | 258.89º | 0.23% | 0.93% | - |
XYZ | 55.42 | 51.65 | 86.41 | - |
YUV | 193.24 | 152.13 | 132.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 182 | 236 | 0.16 | 0.23 | 0 | 0.07 | 258.89 | 0.59 | 0.82 |
Hex | C7 | B6 | EC | 10 | 17 | 0 | 7 | 103 | 3B | 52 |
Octal | 307 | 266 | 354 | 20 | 27 | 0 | 7 | 403 | 73 | 122 |
Binary | 11000111 | 10110110 | 11101100 | 10000 | 10111 | 0 | 111 | 100000011 | 111011 | 1010010 |
Color Harmonies of #C7B6EC
Complementary color
Monochromatic Colors of #C7B6EC
Black with #C7B6EC
Text Example
Text Example
White with #C7B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6EC; }
p { color: rgb(199,182,236); }
H1.HeaderClassName
{
color: #C7B6EC;
}
.AnyTagClassName
{
color: #C7B6EC;
}
</style>
background-color css
<style>
a { background-color: #C7B6EC; }
a { background-color: rgb(199,182,236); }
div.DivClassName
{
background-color: #C7B6EC;
}
.BgClassName
{
background-color: #C7B6EC;
}
</style>
border-color css
<style>
span { border-color: #C7B6EC; }
span { border-color: rgb(199,182,236); }
td.TdClassName
{
border-color: #C7B6EC;
}
.TagClassName
{
border-color: #C7B6EC;
}
</style>