Shades of Melrose #C9BFDC
Tints of Melrose #C9BFDC
RGB
CMYK
RGB Variations
Color information
#C9BFDC (or 0xC9BFDC) is known color: Melrose. HEX triplet: C9, BF and DC. RGB value is (201,191,220). Sum of RGB (Red+Green+Blue) = 201+191+220=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDC is #364023. Grayscale: #C5C5C5. Windows color (decimal): -3555364 or 14467017. OLE color: 14467017.
HSL color Cylindrical-coordinate representation of color #C9BFDC: hue angle of 260.69º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BFDC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 191 | 220 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.14 |
| HSL | 260.69º | 0.29% | 0.81% | - |
| HSV(B) | 260.69º | 0.13% | 0.86% | - |
| XYZ | 55.64 | 54.85 | 75.36 | - |
| YUV | 197.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 220 | 0.09 | 0.13 | 0 | 0.14 | 260.69 | 0.29 | 0.81 |
| Hex | C9 | BF | DC | 9 | D | 0 | E | 105 | 1D | 51 |
| Octal | 311 | 277 | 334 | 11 | 15 | 0 | 16 | 405 | 35 | 121 |
| Binary | 11001001 | 10111111 | 11011100 | 1001 | 1101 | 0 | 1110 | 100000101 | 11101 | 1010001 |
Color Harmonies of #C9BFDC
Complementary color
Monochromatic Colors of #C9BFDC
Black with #C9BFDC
Text Example
Text Example
White with #C9BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFDC; }
p { color: rgb(201,191,220); }
H1.HeaderClassName
{
color: #C9BFDC;
}
.AnyTagClassName
{
color: #C9BFDC;
}
</style>
background-color css
<style>
a { background-color: #C9BFDC; }
a { background-color: rgb(201,191,220); }
div.DivClassName
{
background-color: #C9BFDC;
}
.BgClassName
{
background-color: #C9BFDC;
}
</style>
border-color css
<style>
span { border-color: #C9BFDC; }
span { border-color: rgb(201,191,220); }
td.TdClassName
{
border-color: #C9BFDC;
}
.TagClassName
{
border-color: #C9BFDC;
}
</style>