Shades of Melrose #C9B9E9
Tints of Melrose #C9B9E9
RGB
CMYK
RGB Variations
Color information
#C9B9E9 (or 0xC9B9E9) is known color: Melrose. HEX triplet: C9, B9 and E9. RGB value is (201,185,233). Sum of RGB (Red+Green+Blue) = 201+185+233=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9B9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9E9 is #364616. Grayscale: #C3C3C3. Windows color (decimal): -3556887 or 15317449. OLE color: 15317449.
HSL color Cylindrical-coordinate representation of color #C9B9E9: hue angle of 260º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B9E9 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 185 | 233 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.09 |
| HSL | 260º | 0.52% | 0.82% | - |
| HSV(B) | 260º | 0.21% | 0.91% | - |
| XYZ | 56.14 | 53 | 84.36 | - |
| YUV | 195.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 233 | 0.14 | 0.21 | 0 | 0.09 | 260 | 0.52 | 0.82 |
| Hex | C9 | B9 | E9 | E | 15 | 0 | 9 | 104 | 34 | 52 |
| Octal | 311 | 271 | 351 | 16 | 25 | 0 | 11 | 404 | 64 | 122 |
| Binary | 11001001 | 10111001 | 11101001 | 1110 | 10101 | 0 | 1001 | 100000100 | 110100 | 1010010 |
Color Harmonies of #C9B9E9
Complementary color
Monochromatic Colors of #C9B9E9
Black with #C9B9E9
Text Example
Text Example
White with #C9B9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9E9; }
p { color: rgb(201,185,233); }
H1.HeaderClassName
{
color: #C9B9E9;
}
.AnyTagClassName
{
color: #C9B9E9;
}
</style>
background-color css
<style>
a { background-color: #C9B9E9; }
a { background-color: rgb(201,185,233); }
div.DivClassName
{
background-color: #C9B9E9;
}
.BgClassName
{
background-color: #C9B9E9;
}
</style>
border-color css
<style>
span { border-color: #C9B9E9; }
span { border-color: rgb(201,185,233); }
td.TdClassName
{
border-color: #C9B9E9;
}
.TagClassName
{
border-color: #C9B9E9;
}
</style>