Shades of Melrose #C9B5E4
Tints of Melrose #C9B5E4
RGB
CMYK
RGB Variations
Color information
#C9B5E4 (or 0xC9B5E4) is known color: Melrose. HEX triplet: C9, B5 and E4. RGB value is (201,181,228). Sum of RGB (Red+Green+Blue) = 201+181+228=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9B5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5E4 is #364A1B. Grayscale: #C0C0C0. Windows color (decimal): -3557916 or 14988745. OLE color: 14988745.
HSL color Cylindrical-coordinate representation of color #C9B5E4: hue angle of 265.53º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B5E4 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 181 | 228 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.11 |
| HSL | 265.53º | 0.47% | 0.8% | - |
| HSV(B) | 265.53º | 0.21% | 0.89% | - |
| XYZ | 54.61 | 51.07 | 80.38 | - |
| YUV | 192.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 228 | 0.12 | 0.21 | 0 | 0.11 | 265.53 | 0.47 | 0.8 |
| Hex | C9 | B5 | E4 | C | 15 | 0 | B | 10A | 2F | 50 |
| Octal | 311 | 265 | 344 | 14 | 25 | 0 | 13 | 412 | 57 | 120 |
| Binary | 11001001 | 10110101 | 11100100 | 1100 | 10101 | 0 | 1011 | 100001010 | 101111 | 1010000 |
Color Harmonies of #C9B5E4
Complementary color
Monochromatic Colors of #C9B5E4
Black with #C9B5E4
Text Example
Text Example
White with #C9B5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5E4; }
p { color: rgb(201,181,228); }
H1.HeaderClassName
{
color: #C9B5E4;
}
.AnyTagClassName
{
color: #C9B5E4;
}
</style>
background-color css
<style>
a { background-color: #C9B5E4; }
a { background-color: rgb(201,181,228); }
div.DivClassName
{
background-color: #C9B5E4;
}
.BgClassName
{
background-color: #C9B5E4;
}
</style>
border-color css
<style>
span { border-color: #C9B5E4; }
span { border-color: rgb(201,181,228); }
td.TdClassName
{
border-color: #C9B5E4;
}
.TagClassName
{
border-color: #C9B5E4;
}
</style>