Shades of Melrose #C9BAE1
Tints of Melrose #C9BAE1
RGB
CMYK
RGB Variations
Color information
#C9BAE1 (or 0xC9BAE1) is known color: Melrose. HEX triplet: C9, BA and E1. RGB value is (201,186,225). Sum of RGB (Red+Green+Blue) = 201+186+225=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAE1 is #36451E. Grayscale: #C2C2C2. Windows color (decimal): -3556639 or 14793417. OLE color: 14793417.
HSL color Cylindrical-coordinate representation of color #C9BAE1: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9BAE1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 186 | 225 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.12 |
| HSL | 263.08º | 0.39% | 0.81% | - |
| HSV(B) | 263.08º | 0.17% | 0.88% | - |
| XYZ | 55.24 | 52.97 | 78.55 | - |
| YUV | 194.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 225 | 0.11 | 0.17 | 0 | 0.12 | 263.08 | 0.39 | 0.81 |
| Hex | C9 | BA | E1 | B | 11 | 0 | C | 107 | 27 | 51 |
| Octal | 311 | 272 | 341 | 13 | 21 | 0 | 14 | 407 | 47 | 121 |
| Binary | 11001001 | 10111010 | 11100001 | 1011 | 10001 | 0 | 1100 | 100000111 | 100111 | 1010001 |
Color Harmonies of #C9BAE1
Complementary color
Monochromatic Colors of #C9BAE1
Black with #C9BAE1
Text Example
Text Example
White with #C9BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAE1; }
p { color: rgb(201,186,225); }
H1.HeaderClassName
{
color: #C9BAE1;
}
.AnyTagClassName
{
color: #C9BAE1;
}
</style>
background-color css
<style>
a { background-color: #C9BAE1; }
a { background-color: rgb(201,186,225); }
div.DivClassName
{
background-color: #C9BAE1;
}
.BgClassName
{
background-color: #C9BAE1;
}
</style>
border-color css
<style>
span { border-color: #C9BAE1; }
span { border-color: rgb(201,186,225); }
td.TdClassName
{
border-color: #C9BAE1;
}
.TagClassName
{
border-color: #C9BAE1;
}
</style>