Shades of Melrose #C9BBF7
Tints of Melrose #C9BBF7
RGB
CMYK
RGB Variations
Color information
#C9BBF7 (or 0xC9BBF7) is known color: Melrose. HEX triplet: C9, BB and F7. RGB value is (201,187,247). Sum of RGB (Red+Green+Blue) = 201+187+247=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #C9BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF7 is #364408. Grayscale: #C5C5C5. Windows color (decimal): -3556361 or 16235465. OLE color: 16235465.
HSL color Cylindrical-coordinate representation of color #C9BBF7: hue angle of 254º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BBF7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 187 | 247 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.03 |
| HSL | 254º | 0.79% | 0.85% | - |
| HSV(B) | 254º | 0.24% | 0.97% | - |
| XYZ | 58.65 | 54.67 | 95.46 | - |
| YUV | 198.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 247 | 0.19 | 0.24 | 0 | 0.03 | 254 | 0.79 | 0.85 |
| Hex | C9 | BB | F7 | 13 | 18 | 0 | 3 | FE | 4F | 55 |
| Octal | 311 | 273 | 367 | 23 | 30 | 0 | 3 | 376 | 117 | 125 |
| Binary | 11001001 | 10111011 | 11110111 | 10011 | 11000 | 0 | 11 | 11111110 | 1001111 | 1010101 |
Color Harmonies of #C9BBF7
Complementary color
Monochromatic Colors of #C9BBF7
Black with #C9BBF7
Text Example
Text Example
White with #C9BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBF7; }
p { color: rgb(201,187,247); }
H1.HeaderClassName
{
color: #C9BBF7;
}
.AnyTagClassName
{
color: #C9BBF7;
}
</style>
background-color css
<style>
a { background-color: #C9BBF7; }
a { background-color: rgb(201,187,247); }
div.DivClassName
{
background-color: #C9BBF7;
}
.BgClassName
{
background-color: #C9BBF7;
}
</style>
border-color css
<style>
span { border-color: #C9BBF7; }
span { border-color: rgb(201,187,247); }
td.TdClassName
{
border-color: #C9BBF7;
}
.TagClassName
{
border-color: #C9BBF7;
}
</style>