Shades of Melrose #C8B6EC
Tints of Melrose #C8B6EC
RGB
CMYK
RGB Variations
Color information
#C8B6EC (or 0xC8B6EC) is known color: Melrose. HEX triplet: C8, B6 and EC. RGB value is (200,182,236). Sum of RGB (Red+Green+Blue) = 200+182+236=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B6EC is #374913. Grayscale: #C1C1C1. Windows color (decimal): -3623188 or 15513288. OLE color: 15513288.
HSL color Cylindrical-coordinate representation of color #C8B6EC: hue angle of 260º 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 #C8B6EC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 182 | 236 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.07 |
| HSL | 260º | 0.59% | 0.82% | - |
| HSV(B) | 260º | 0.23% | 0.93% | - |
| XYZ | 55.69 | 51.79 | 86.42 | - |
| YUV | 193.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 236 | 0.15 | 0.23 | 0 | 0.07 | 260 | 0.59 | 0.82 |
| Hex | C8 | B6 | EC | F | 17 | 0 | 7 | 104 | 3B | 52 |
| Octal | 310 | 266 | 354 | 17 | 27 | 0 | 7 | 404 | 73 | 122 |
| Binary | 11001000 | 10110110 | 11101100 | 1111 | 10111 | 0 | 111 | 100000100 | 111011 | 1010010 |
Color Harmonies of #C8B6EC
Complementary color
Monochromatic Colors of #C8B6EC
Black with #C8B6EC
Text Example
Text Example
White with #C8B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6EC; }
p { color: rgb(200,182,236); }
H1.HeaderClassName
{
color: #C8B6EC;
}
.AnyTagClassName
{
color: #C8B6EC;
}
</style>
background-color css
<style>
a { background-color: #C8B6EC; }
a { background-color: rgb(200,182,236); }
div.DivClassName
{
background-color: #C8B6EC;
}
.BgClassName
{
background-color: #C8B6EC;
}
</style>
border-color css
<style>
span { border-color: #C8B6EC; }
span { border-color: rgb(200,182,236); }
td.TdClassName
{
border-color: #C8B6EC;
}
.TagClassName
{
border-color: #C8B6EC;
}
</style>