Shades of Melrose #C9BCDC
Tints of Melrose #C9BCDC
RGB
CMYK
RGB Variations
Color information
#C9BCDC (or 0xC9BCDC) is known color: Melrose. HEX triplet: C9, BC and DC. RGB value is (201,188,220). Sum of RGB (Red+Green+Blue) = 201+188+220=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDC is #364323. Grayscale: #C3C3C3. Windows color (decimal): -3556132 or 14466249. OLE color: 14466249.
HSL color Cylindrical-coordinate representation of color #C9BCDC: hue angle of 264.38º degrees, saturation: 0.31, 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 #C9BCDC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 188 | 220 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 264.38º | 0.31% | 0.8% | - |
| HSV(B) | 264.38º | 0.15% | 0.86% | - |
| XYZ | 54.99 | 53.55 | 75.15 | - |
| YUV | 195.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 220 | 0.09 | 0.15 | 0 | 0.14 | 264.38 | 0.31 | 0.8 |
| Hex | C9 | BC | DC | 9 | F | 0 | E | 108 | 1F | 50 |
| Octal | 311 | 274 | 334 | 11 | 17 | 0 | 16 | 410 | 37 | 120 |
| Binary | 11001001 | 10111100 | 11011100 | 1001 | 1111 | 0 | 1110 | 100001000 | 11111 | 1010000 |
Color Harmonies of #C9BCDC
Complementary color
Monochromatic Colors of #C9BCDC
Black with #C9BCDC
Text Example
Text Example
White with #C9BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCDC; }
p { color: rgb(201,188,220); }
H1.HeaderClassName
{
color: #C9BCDC;
}
.AnyTagClassName
{
color: #C9BCDC;
}
</style>
background-color css
<style>
a { background-color: #C9BCDC; }
a { background-color: rgb(201,188,220); }
div.DivClassName
{
background-color: #C9BCDC;
}
.BgClassName
{
background-color: #C9BCDC;
}
</style>
border-color css
<style>
span { border-color: #C9BCDC; }
span { border-color: rgb(201,188,220); }
td.TdClassName
{
border-color: #C9BCDC;
}
.TagClassName
{
border-color: #C9BCDC;
}
</style>