Shades of Melrose #C7B0EC
Tints of Melrose #C7B0EC
RGB
CMYK
RGB Variations
Color information
#C7B0EC (or 0xC7B0EC) is known color: Melrose. HEX triplet: C7, B0 and EC. RGB value is (199,176,236). Sum of RGB (Red+Green+Blue) = 199+176+236=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7B0EC is #384F13. Grayscale: #BDBDBD. Windows color (decimal): -3690260 or 15511751. OLE color: 15511751.
HSL color Cylindrical-coordinate representation of color #C7B0EC: hue angle of 263º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7B0EC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 176 | 236 | - |
CMYK | 0.16 | 0.25 | 0 | 0.07 |
HSL | 263º | 0.61% | 0.81% | - |
HSV(B) | 263º | 0.25% | 0.93% | - |
XYZ | 54.22 | 49.25 | 86.01 | - |
YUV | 189.72 | 154.12 | 134.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 176 | 236 | 0.16 | 0.25 | 0 | 0.07 | 263 | 0.61 | 0.81 |
Hex | C7 | B0 | EC | 10 | 19 | 0 | 7 | 107 | 3D | 51 |
Octal | 307 | 260 | 354 | 20 | 31 | 0 | 7 | 407 | 75 | 121 |
Binary | 11000111 | 10110000 | 11101100 | 10000 | 11001 | 0 | 111 | 100000111 | 111101 | 1010001 |
Color Harmonies of #C7B0EC
Complementary color
Monochromatic Colors of #C7B0EC
Black with #C7B0EC
Text Example
Text Example
White with #C7B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0EC; }
p { color: rgb(199,176,236); }
H1.HeaderClassName
{
color: #C7B0EC;
}
.AnyTagClassName
{
color: #C7B0EC;
}
</style>
background-color css
<style>
a { background-color: #C7B0EC; }
a { background-color: rgb(199,176,236); }
div.DivClassName
{
background-color: #C7B0EC;
}
.BgClassName
{
background-color: #C7B0EC;
}
</style>
border-color css
<style>
span { border-color: #C7B0EC; }
span { border-color: rgb(199,176,236); }
td.TdClassName
{
border-color: #C7B0EC;
}
.TagClassName
{
border-color: #C7B0EC;
}
</style>