Shades of Melrose #C9B1EE
Tints of Melrose #C9B1EE
RGB
CMYK
RGB Variations
Color information
#C9B1EE (or 0xC9B1EE) is known color: Melrose. HEX triplet: C9, B1 and EE. RGB value is (201,177,238). Sum of RGB (Red+Green+Blue) = 201+177+238=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1EE is #364E11. Grayscale: #BEBEBE. Windows color (decimal): -3558930 or 15643081. OLE color: 15643081.
HSL color Cylindrical-coordinate representation of color #C9B1EE: hue angle of 263.61º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B1EE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 177 | 238 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.07 |
| HSL | 263.61º | 0.64% | 0.81% | - |
| HSV(B) | 263.61º | 0.26% | 0.93% | - |
| XYZ | 55.24 | 50.03 | 87.64 | - |
| YUV | 191.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 238 | 0.16 | 0.26 | 0 | 0.07 | 263.61 | 0.64 | 0.81 |
| Hex | C9 | B1 | EE | 10 | 1A | 0 | 7 | 108 | 40 | 51 |
| Octal | 311 | 261 | 356 | 20 | 32 | 0 | 7 | 410 | 100 | 121 |
| Binary | 11001001 | 10110001 | 11101110 | 10000 | 11010 | 0 | 111 | 100001000 | 1000000 | 1010001 |
Color Harmonies of #C9B1EE
Complementary color
Monochromatic Colors of #C9B1EE
Black with #C9B1EE
Text Example
Text Example
White with #C9B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B1EE; }
p { color: rgb(201,177,238); }
H1.HeaderClassName
{
color: #C9B1EE;
}
.AnyTagClassName
{
color: #C9B1EE;
}
</style>
background-color css
<style>
a { background-color: #C9B1EE; }
a { background-color: rgb(201,177,238); }
div.DivClassName
{
background-color: #C9B1EE;
}
.BgClassName
{
background-color: #C9B1EE;
}
</style>
border-color css
<style>
span { border-color: #C9B1EE; }
span { border-color: rgb(201,177,238); }
td.TdClassName
{
border-color: #C9B1EE;
}
.TagClassName
{
border-color: #C9B1EE;
}
</style>