Shades of Melrose #C9BFEC
Tints of Melrose #C9BFEC
RGB
CMYK
RGB Variations
Color information
#C9BFEC (or 0xC9BFEC) is known color: Melrose. HEX triplet: C9, BF and EC. RGB value is (201,191,236). Sum of RGB (Red+Green+Blue) = 201+191+236=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEC is #364013. Grayscale: #C6C6C6. Windows color (decimal): -3555348 or 15515593. OLE color: 15515593.
HSL color Cylindrical-coordinate representation of color #C9BFEC: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BFEC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 191 | 236 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 253.33º | 0.54% | 0.84% | - |
| HSV(B) | 253.33º | 0.19% | 0.93% | - |
| XYZ | 57.86 | 55.74 | 87.07 | - |
| YUV | 199.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 236 | 0.15 | 0.19 | 0 | 0.07 | 253.33 | 0.54 | 0.84 |
| Hex | C9 | BF | EC | F | 13 | 0 | 7 | FD | 36 | 54 |
| Octal | 311 | 277 | 354 | 17 | 23 | 0 | 7 | 375 | 66 | 124 |
| Binary | 11001001 | 10111111 | 11101100 | 1111 | 10011 | 0 | 111 | 11111101 | 110110 | 1010100 |
Color Harmonies of #C9BFEC
Complementary color
Monochromatic Colors of #C9BFEC
Black with #C9BFEC
Text Example
Text Example
White with #C9BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFEC; }
p { color: rgb(201,191,236); }
H1.HeaderClassName
{
color: #C9BFEC;
}
.AnyTagClassName
{
color: #C9BFEC;
}
</style>
background-color css
<style>
a { background-color: #C9BFEC; }
a { background-color: rgb(201,191,236); }
div.DivClassName
{
background-color: #C9BFEC;
}
.BgClassName
{
background-color: #C9BFEC;
}
</style>
border-color css
<style>
span { border-color: #C9BFEC; }
span { border-color: rgb(201,191,236); }
td.TdClassName
{
border-color: #C9BFEC;
}
.TagClassName
{
border-color: #C9BFEC;
}
</style>