Shades of Melrose #C9B5EC
Tints of Melrose #C9B5EC
RGB
CMYK
RGB Variations
Color information
#C9B5EC (or 0xC9B5EC) is known color: Melrose. HEX triplet: C9, B5 and EC. RGB value is (201,181,236). Sum of RGB (Red+Green+Blue) = 201+181+236=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 181 (71.09% from 255 or 29.29% 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 #C9B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5EC is #364A13. Grayscale: #C1C1C1. Windows color (decimal): -3557908 or 15513033. OLE color: 15513033.
HSL color Cylindrical-coordinate representation of color #C9B5EC: hue angle of 261.82º 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 #C9B5EC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 181 | 236 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.07 |
| HSL | 261.82º | 0.59% | 0.82% | - |
| HSV(B) | 261.82º | 0.23% | 0.93% | - |
| XYZ | 55.75 | 51.52 | 86.36 | - |
| YUV | 193.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 236 | 0.15 | 0.23 | 0 | 0.07 | 261.82 | 0.59 | 0.82 |
| Hex | C9 | B5 | EC | F | 17 | 0 | 7 | 106 | 3B | 52 |
| Octal | 311 | 265 | 354 | 17 | 27 | 0 | 7 | 406 | 73 | 122 |
| Binary | 11001001 | 10110101 | 11101100 | 1111 | 10111 | 0 | 111 | 100000110 | 111011 | 1010010 |
Color Harmonies of #C9B5EC
Complementary color
Monochromatic Colors of #C9B5EC
Black with #C9B5EC
Text Example
Text Example
White with #C9B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5EC; }
p { color: rgb(201,181,236); }
H1.HeaderClassName
{
color: #C9B5EC;
}
.AnyTagClassName
{
color: #C9B5EC;
}
</style>
background-color css
<style>
a { background-color: #C9B5EC; }
a { background-color: rgb(201,181,236); }
div.DivClassName
{
background-color: #C9B5EC;
}
.BgClassName
{
background-color: #C9B5EC;
}
</style>
border-color css
<style>
span { border-color: #C9B5EC; }
span { border-color: rgb(201,181,236); }
td.TdClassName
{
border-color: #C9B5EC;
}
.TagClassName
{
border-color: #C9B5EC;
}
</style>