Shades of Melrose #C9BFED
Tints of Melrose #C9BFED
RGB
CMYK
RGB Variations
Color information
#C9BFED (or 0xC9BFED) is known color: Melrose. HEX triplet: C9, BF and ED. RGB value is (201,191,237). Sum of RGB (Red+Green+Blue) = 201+191+237=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFED is #364012. Grayscale: #C7C7C7. Windows color (decimal): -3555347 or 15581129. OLE color: 15581129.
HSL color Cylindrical-coordinate representation of color #C9BFED: hue angle of 253.04º degrees, saturation: 0.56, 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 #C9BFED is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 191 | 237 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 253.04º | 0.56% | 0.84% | - |
| HSV(B) | 253.04º | 0.19% | 0.93% | - |
| XYZ | 58 | 55.79 | 87.83 | - |
| YUV | 199.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 237 | 0.15 | 0.19 | 0 | 0.07 | 253.04 | 0.56 | 0.84 |
| Hex | C9 | BF | ED | F | 13 | 0 | 7 | FD | 38 | 54 |
| Octal | 311 | 277 | 355 | 17 | 23 | 0 | 7 | 375 | 70 | 124 |
| Binary | 11001001 | 10111111 | 11101101 | 1111 | 10011 | 0 | 111 | 11111101 | 111000 | 1010100 |
Color Harmonies of #C9BFED
Complementary color
Monochromatic Colors of #C9BFED
Black with #C9BFED
Text Example
Text Example
White with #C9BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFED; }
p { color: rgb(201,191,237); }
H1.HeaderClassName
{
color: #C9BFED;
}
.AnyTagClassName
{
color: #C9BFED;
}
</style>
background-color css
<style>
a { background-color: #C9BFED; }
a { background-color: rgb(201,191,237); }
div.DivClassName
{
background-color: #C9BFED;
}
.BgClassName
{
background-color: #C9BFED;
}
</style>
border-color css
<style>
span { border-color: #C9BFED; }
span { border-color: rgb(201,191,237); }
td.TdClassName
{
border-color: #C9BFED;
}
.TagClassName
{
border-color: #C9BFED;
}
</style>