Shades of Melrose #C9BFEE
Tints of Melrose #C9BFEE
RGB
CMYK
RGB Variations
Color information
#C9BFEE (or 0xC9BFEE) is known color: Melrose. HEX triplet: C9, BF and EE. RGB value is (201,191,238). Sum of RGB (Red+Green+Blue) = 201+191+238=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEE is #364011. Grayscale: #C7C7C7. Windows color (decimal): -3555346 or 15646665. OLE color: 15646665.
HSL color Cylindrical-coordinate representation of color #C9BFEE: hue angle of 252.77º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BFEE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 191 | 238 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.07 |
| HSL | 252.77º | 0.58% | 0.84% | - |
| HSV(B) | 252.77º | 0.2% | 0.93% | - |
| XYZ | 58.15 | 55.85 | 88.6 | - |
| YUV | 199.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 238 | 0.16 | 0.20 | 0 | 0.07 | 252.77 | 0.58 | 0.84 |
| Hex | C9 | BF | EE | 10 | 14 | 0 | 7 | FD | 3A | 54 |
| Octal | 311 | 277 | 356 | 20 | 24 | 0 | 7 | 375 | 72 | 124 |
| Binary | 11001001 | 10111111 | 11101110 | 10000 | 10100 | 0 | 111 | 11111101 | 111010 | 1010100 |
Color Harmonies of #C9BFEE
Complementary color
Monochromatic Colors of #C9BFEE
Black with #C9BFEE
Text Example
Text Example
White with #C9BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BFEE; }
p { color: rgb(201,191,238); }
H1.HeaderClassName
{
color: #C9BFEE;
}
.AnyTagClassName
{
color: #C9BFEE;
}
</style>
background-color css
<style>
a { background-color: #C9BFEE; }
a { background-color: rgb(201,191,238); }
div.DivClassName
{
background-color: #C9BFEE;
}
.BgClassName
{
background-color: #C9BFEE;
}
</style>
border-color css
<style>
span { border-color: #C9BFEE; }
span { border-color: rgb(201,191,238); }
td.TdClassName
{
border-color: #C9BFEE;
}
.TagClassName
{
border-color: #C9BFEE;
}
</style>