Shades of Melrose #C9BFEB
Tints of Melrose #C9BFEB
RGB
CMYK
RGB Variations
Color information
#C9BFEB (or 0xC9BFEB) is known color: Melrose. HEX triplet: C9, BF and EB. RGB value is (201,191,235). Sum of RGB (Red+Green+Blue) = 201+191+235=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEB is #364014. Grayscale: #C6C6C6. Windows color (decimal): -3555349 or 15450057. OLE color: 15450057.
HSL color Cylindrical-coordinate representation of color #C9BFEB: hue angle of 253.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BFEB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 191 | 235 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.08 |
| HSL | 253.64º | 0.52% | 0.84% | - |
| HSV(B) | 253.64º | 0.19% | 0.92% | - |
| XYZ | 57.71 | 55.68 | 86.3 | - |
| YUV | 199.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 235 | 0.14 | 0.19 | 0 | 0.08 | 253.64 | 0.52 | 0.84 |
| Hex | C9 | BF | EB | E | 13 | 0 | 8 | FE | 34 | 54 |
| Octal | 311 | 277 | 353 | 16 | 23 | 0 | 10 | 376 | 64 | 124 |
| Binary | 11001001 | 10111111 | 11101011 | 1110 | 10011 | 0 | 1000 | 11111110 | 110100 | 1010100 |
Color Harmonies of #C9BFEB
Complementary color
Monochromatic Colors of #C9BFEB
Black with #C9BFEB
Text Example
Text Example
White with #C9BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFEB; }
p { color: rgb(201,191,235); }
H1.HeaderClassName
{
color: #C9BFEB;
}
.AnyTagClassName
{
color: #C9BFEB;
}
</style>
background-color css
<style>
a { background-color: #C9BFEB; }
a { background-color: rgb(201,191,235); }
div.DivClassName
{
background-color: #C9BFEB;
}
.BgClassName
{
background-color: #C9BFEB;
}
</style>
border-color css
<style>
span { border-color: #C9BFEB; }
span { border-color: rgb(201,191,235); }
td.TdClassName
{
border-color: #C9BFEB;
}
.TagClassName
{
border-color: #C9BFEB;
}
</style>