Shades of Melrose #C9BCDD
Tints of Melrose #C9BCDD
RGB
CMYK
RGB Variations
Color information
#C9BCDD (or 0xC9BCDD) is known color: Melrose. HEX triplet: C9, BC and DD. RGB value is (201,188,221). Sum of RGB (Red+Green+Blue) = 201+188+221=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDD is #364322. Grayscale: #C3C3C3. Windows color (decimal): -3556131 or 14531785. OLE color: 14531785.
HSL color Cylindrical-coordinate representation of color #C9BCDD: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BCDD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 188 | 221 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 263.64º | 0.33% | 0.8% | - |
| HSV(B) | 263.64º | 0.15% | 0.87% | - |
| XYZ | 55.12 | 53.6 | 75.85 | - |
| YUV | 195.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 221 | 0.09 | 0.15 | 0 | 0.13 | 263.64 | 0.33 | 0.8 |
| Hex | C9 | BC | DD | 9 | F | 0 | D | 108 | 21 | 50 |
| Octal | 311 | 274 | 335 | 11 | 17 | 0 | 15 | 410 | 41 | 120 |
| Binary | 11001001 | 10111100 | 11011101 | 1001 | 1111 | 0 | 1101 | 100001000 | 100001 | 1010000 |
Color Harmonies of #C9BCDD
Complementary color
Monochromatic Colors of #C9BCDD
Black with #C9BCDD
Text Example
Text Example
White with #C9BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCDD; }
p { color: rgb(201,188,221); }
H1.HeaderClassName
{
color: #C9BCDD;
}
.AnyTagClassName
{
color: #C9BCDD;
}
</style>
background-color css
<style>
a { background-color: #C9BCDD; }
a { background-color: rgb(201,188,221); }
div.DivClassName
{
background-color: #C9BCDD;
}
.BgClassName
{
background-color: #C9BCDD;
}
</style>
border-color css
<style>
span { border-color: #C9BCDD; }
span { border-color: rgb(201,188,221); }
td.TdClassName
{
border-color: #C9BCDD;
}
.TagClassName
{
border-color: #C9BCDD;
}
</style>