Shades of Melrose #C9B6EC
Tints of Melrose #C9B6EC
RGB
CMYK
RGB Variations
Color information
#C9B6EC (or 0xC9B6EC) is known color: Melrose. HEX triplet: C9, B6 and EC. RGB value is (201,182,236). Sum of RGB (Red+Green+Blue) = 201+182+236=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6EC is #364913. Grayscale: #C1C1C1. Windows color (decimal): -3557652 or 15513289. OLE color: 15513289.
HSL color Cylindrical-coordinate representation of color #C9B6EC: hue angle of 261.11º 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 #C9B6EC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 182 | 236 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.07 |
| HSL | 261.11º | 0.59% | 0.82% | - |
| HSV(B) | 261.11º | 0.23% | 0.93% | - |
| XYZ | 55.96 | 51.93 | 86.43 | - |
| YUV | 193.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 236 | 0.15 | 0.23 | 0 | 0.07 | 261.11 | 0.59 | 0.82 |
| Hex | C9 | B6 | EC | F | 17 | 0 | 7 | 105 | 3B | 52 |
| Octal | 311 | 266 | 354 | 17 | 27 | 0 | 7 | 405 | 73 | 122 |
| Binary | 11001001 | 10110110 | 11101100 | 1111 | 10111 | 0 | 111 | 100000101 | 111011 | 1010010 |
Color Harmonies of #C9B6EC
Complementary color
Monochromatic Colors of #C9B6EC
Black with #C9B6EC
Text Example
Text Example
White with #C9B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6EC; }
p { color: rgb(201,182,236); }
H1.HeaderClassName
{
color: #C9B6EC;
}
.AnyTagClassName
{
color: #C9B6EC;
}
</style>
background-color css
<style>
a { background-color: #C9B6EC; }
a { background-color: rgb(201,182,236); }
div.DivClassName
{
background-color: #C9B6EC;
}
.BgClassName
{
background-color: #C9B6EC;
}
</style>
border-color css
<style>
span { border-color: #C9B6EC; }
span { border-color: rgb(201,182,236); }
td.TdClassName
{
border-color: #C9B6EC;
}
.TagClassName
{
border-color: #C9B6EC;
}
</style>