Shades of Melrose #C9B3EC
Tints of Melrose #C9B3EC
RGB
CMYK
RGB Variations
Color information
#C9B3EC (or 0xC9B3EC) is known color: Melrose. HEX triplet: C9, B3 and EC. RGB value is (201,179,236). Sum of RGB (Red+Green+Blue) = 201+179+236=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3EC is #364C13. Grayscale: #BFBFBF. Windows color (decimal): -3558420 or 15512521. OLE color: 15512521.
HSL color Cylindrical-coordinate representation of color #C9B3EC: hue angle of 263.16º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B3EC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 179 | 236 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.07 |
| HSL | 263.16º | 0.6% | 0.81% | - |
| HSV(B) | 263.16º | 0.24% | 0.93% | - |
| XYZ | 55.35 | 50.71 | 86.23 | - |
| YUV | 192.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 236 | 0.15 | 0.24 | 0 | 0.07 | 263.16 | 0.6 | 0.81 |
| Hex | C9 | B3 | EC | F | 18 | 0 | 7 | 107 | 3C | 51 |
| Octal | 311 | 263 | 354 | 17 | 30 | 0 | 7 | 407 | 74 | 121 |
| Binary | 11001001 | 10110011 | 11101100 | 1111 | 11000 | 0 | 111 | 100000111 | 111100 | 1010001 |
Color Harmonies of #C9B3EC
Complementary color
Monochromatic Colors of #C9B3EC
Black with #C9B3EC
Text Example
Text Example
White with #C9B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B3EC; }
p { color: rgb(201,179,236); }
H1.HeaderClassName
{
color: #C9B3EC;
}
.AnyTagClassName
{
color: #C9B3EC;
}
</style>
background-color css
<style>
a { background-color: #C9B3EC; }
a { background-color: rgb(201,179,236); }
div.DivClassName
{
background-color: #C9B3EC;
}
.BgClassName
{
background-color: #C9B3EC;
}
</style>
border-color css
<style>
span { border-color: #C9B3EC; }
span { border-color: rgb(201,179,236); }
td.TdClassName
{
border-color: #C9B3EC;
}
.TagClassName
{
border-color: #C9B3EC;
}
</style>