Shades of Melrose #C9BFF1
Tints of Melrose #C9BFF1
RGB
CMYK
RGB Variations
Color information
#C9BFF1 (or 0xC9BFF1) is known color: Melrose. HEX triplet: C9, BF and F1. RGB value is (201,191,241). Sum of RGB (Red+Green+Blue) = 201+191+241=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFF1 is #36400E. Grayscale: #C7C7C7. Windows color (decimal): -3555343 or 15843273. OLE color: 15843273.
HSL color Cylindrical-coordinate representation of color #C9BFF1: hue angle of 252º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BFF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 191 | 241 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.05 |
| HSL | 252º | 0.64% | 0.85% | - |
| HSV(B) | 252º | 0.21% | 0.95% | - |
| XYZ | 58.6 | 56.03 | 90.95 | - |
| YUV | 199.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 241 | 0.17 | 0.21 | 0 | 0.05 | 252 | 0.64 | 0.85 |
| Hex | C9 | BF | F1 | 11 | 15 | 0 | 5 | FC | 40 | 55 |
| Octal | 311 | 277 | 361 | 21 | 25 | 0 | 5 | 374 | 100 | 125 |
| Binary | 11001001 | 10111111 | 11110001 | 10001 | 10101 | 0 | 101 | 11111100 | 1000000 | 1010101 |
Color Harmonies of #C9BFF1
Complementary color
Monochromatic Colors of #C9BFF1
Black with #C9BFF1
Text Example
Text Example
White with #C9BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFF1; }
p { color: rgb(201,191,241); }
H1.HeaderClassName
{
color: #C9BFF1;
}
.AnyTagClassName
{
color: #C9BFF1;
}
</style>
background-color css
<style>
a { background-color: #C9BFF1; }
a { background-color: rgb(201,191,241); }
div.DivClassName
{
background-color: #C9BFF1;
}
.BgClassName
{
background-color: #C9BFF1;
}
</style>
border-color css
<style>
span { border-color: #C9BFF1; }
span { border-color: rgb(201,191,241); }
td.TdClassName
{
border-color: #C9BFF1;
}
.TagClassName
{
border-color: #C9BFF1;
}
</style>