Shades of Melrose #C9BAE9
Tints of Melrose #C9BAE9
RGB
CMYK
RGB Variations
Color information
#C9BAE9 (or 0xC9BAE9) is known color: Melrose. HEX triplet: C9, BA and E9. RGB value is (201,186,233). Sum of RGB (Red+Green+Blue) = 201+186+233=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9BAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAE9 is #364516. Grayscale: #C3C3C3. Windows color (decimal): -3556631 or 15317705. OLE color: 15317705.
HSL color Cylindrical-coordinate representation of color #C9BAE9: hue angle of 259.15º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BAE9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 186 | 233 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 259.15º | 0.52% | 0.82% | - |
| HSV(B) | 259.15º | 0.2% | 0.91% | - |
| XYZ | 56.35 | 53.42 | 84.43 | - |
| YUV | 195.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 233 | 0.14 | 0.20 | 0 | 0.09 | 259.15 | 0.52 | 0.82 |
| Hex | C9 | BA | E9 | E | 14 | 0 | 9 | 103 | 34 | 52 |
| Octal | 311 | 272 | 351 | 16 | 24 | 0 | 11 | 403 | 64 | 122 |
| Binary | 11001001 | 10111010 | 11101001 | 1110 | 10100 | 0 | 1001 | 100000011 | 110100 | 1010010 |
Color Harmonies of #C9BAE9
Complementary color
Monochromatic Colors of #C9BAE9
Black with #C9BAE9
Text Example
Text Example
White with #C9BAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAE9; }
p { color: rgb(201,186,233); }
H1.HeaderClassName
{
color: #C9BAE9;
}
.AnyTagClassName
{
color: #C9BAE9;
}
</style>
background-color css
<style>
a { background-color: #C9BAE9; }
a { background-color: rgb(201,186,233); }
div.DivClassName
{
background-color: #C9BAE9;
}
.BgClassName
{
background-color: #C9BAE9;
}
</style>
border-color css
<style>
span { border-color: #C9BAE9; }
span { border-color: rgb(201,186,233); }
td.TdClassName
{
border-color: #C9BAE9;
}
.TagClassName
{
border-color: #C9BAE9;
}
</style>