Shades of Melrose #C9B5E6
Tints of Melrose #C9B5E6
RGB
CMYK
RGB Variations
Color information
#C9B5E6 (or 0xC9B5E6) is known color: Melrose. HEX triplet: C9, B5 and E6. RGB value is (201,181,230). Sum of RGB (Red+Green+Blue) = 201+181+230=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5E6 is #364A19. Grayscale: #C0C0C0. Windows color (decimal): -3557914 or 15119817. OLE color: 15119817.
HSL color Cylindrical-coordinate representation of color #C9B5E6: hue angle of 264.49º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B5E6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 181 | 230 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.10 |
| HSL | 264.49º | 0.49% | 0.81% | - |
| HSV(B) | 264.49º | 0.21% | 0.9% | - |
| XYZ | 54.89 | 51.18 | 81.85 | - |
| YUV | 192.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 230 | 0.13 | 0.21 | 0 | 0.10 | 264.49 | 0.49 | 0.81 |
| Hex | C9 | B5 | E6 | D | 15 | 0 | A | 108 | 31 | 51 |
| Octal | 311 | 265 | 346 | 15 | 25 | 0 | 12 | 410 | 61 | 121 |
| Binary | 11001001 | 10110101 | 11100110 | 1101 | 10101 | 0 | 1010 | 100001000 | 110001 | 1010001 |
Color Harmonies of #C9B5E6
Complementary color
Monochromatic Colors of #C9B5E6
Black with #C9B5E6
Text Example
Text Example
White with #C9B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5E6; }
p { color: rgb(201,181,230); }
H1.HeaderClassName
{
color: #C9B5E6;
}
.AnyTagClassName
{
color: #C9B5E6;
}
</style>
background-color css
<style>
a { background-color: #C9B5E6; }
a { background-color: rgb(201,181,230); }
div.DivClassName
{
background-color: #C9B5E6;
}
.BgClassName
{
background-color: #C9B5E6;
}
</style>
border-color css
<style>
span { border-color: #C9B5E6; }
span { border-color: rgb(201,181,230); }
td.TdClassName
{
border-color: #C9B5E6;
}
.TagClassName
{
border-color: #C9B5E6;
}
</style>