Shades of Melrose #C9BBDC
Tints of Melrose #C9BBDC
RGB
CMYK
RGB Variations
Color information
#C9BBDC (or 0xC9BBDC) is known color: Melrose. HEX triplet: C9, BB and DC. RGB value is (201,187,220). Sum of RGB (Red+Green+Blue) = 201+187+220=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDC is #364423. Grayscale: #C2C2C2. Windows color (decimal): -3556388 or 14465993. OLE color: 14465993.
HSL color Cylindrical-coordinate representation of color #C9BBDC: hue angle of 265.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BBDC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 187 | 220 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 265.45º | 0.32% | 0.8% | - |
| HSV(B) | 265.45º | 0.15% | 0.86% | - |
| XYZ | 54.78 | 53.13 | 75.08 | - |
| YUV | 194.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 220 | 0.09 | 0.15 | 0 | 0.14 | 265.45 | 0.32 | 0.8 |
| Hex | C9 | BB | DC | 9 | F | 0 | E | 109 | 20 | 50 |
| Octal | 311 | 273 | 334 | 11 | 17 | 0 | 16 | 411 | 40 | 120 |
| Binary | 11001001 | 10111011 | 11011100 | 1001 | 1111 | 0 | 1110 | 100001001 | 100000 | 1010000 |
Color Harmonies of #C9BBDC
Complementary color
Monochromatic Colors of #C9BBDC
Black with #C9BBDC
Text Example
Text Example
White with #C9BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBDC; }
p { color: rgb(201,187,220); }
H1.HeaderClassName
{
color: #C9BBDC;
}
.AnyTagClassName
{
color: #C9BBDC;
}
</style>
background-color css
<style>
a { background-color: #C9BBDC; }
a { background-color: rgb(201,187,220); }
div.DivClassName
{
background-color: #C9BBDC;
}
.BgClassName
{
background-color: #C9BBDC;
}
</style>
border-color css
<style>
span { border-color: #C9BBDC; }
span { border-color: rgb(201,187,220); }
td.TdClassName
{
border-color: #C9BBDC;
}
.TagClassName
{
border-color: #C9BBDC;
}
</style>