Shades of Melrose #C9B9E6
Tints of Melrose #C9B9E6
RGB
CMYK
RGB Variations
Color information
#C9B9E6 (or 0xC9B9E6) is known color: Melrose. HEX triplet: C9, B9 and E6. RGB value is (201,185,230). Sum of RGB (Red+Green+Blue) = 201+185+230=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9E6 is #364619. Grayscale: #C2C2C2. Windows color (decimal): -3556890 or 15120841. OLE color: 15120841.
HSL color Cylindrical-coordinate representation of color #C9B9E6: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9B9E6 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 185 | 230 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.10 |
| HSL | 261.33º | 0.47% | 0.81% | - |
| HSV(B) | 261.33º | 0.2% | 0.9% | - |
| XYZ | 55.72 | 52.83 | 82.12 | - |
| YUV | 194.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 230 | 0.13 | 0.20 | 0 | 0.10 | 261.33 | 0.47 | 0.81 |
| Hex | C9 | B9 | E6 | D | 14 | 0 | A | 105 | 2F | 51 |
| Octal | 311 | 271 | 346 | 15 | 24 | 0 | 12 | 405 | 57 | 121 |
| Binary | 11001001 | 10111001 | 11100110 | 1101 | 10100 | 0 | 1010 | 100000101 | 101111 | 1010001 |
Color Harmonies of #C9B9E6
Complementary color
Monochromatic Colors of #C9B9E6
Black with #C9B9E6
Text Example
Text Example
White with #C9B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9E6; }
p { color: rgb(201,185,230); }
H1.HeaderClassName
{
color: #C9B9E6;
}
.AnyTagClassName
{
color: #C9B9E6;
}
</style>
background-color css
<style>
a { background-color: #C9B9E6; }
a { background-color: rgb(201,185,230); }
div.DivClassName
{
background-color: #C9B9E6;
}
.BgClassName
{
background-color: #C9B9E6;
}
</style>
border-color css
<style>
span { border-color: #C9B9E6; }
span { border-color: rgb(201,185,230); }
td.TdClassName
{
border-color: #C9B9E6;
}
.TagClassName
{
border-color: #C9B9E6;
}
</style>