Shades of Melrose #C9BCE0
Tints of Melrose #C9BCE0
RGB
CMYK
RGB Variations
Color information
#C9BCE0 (or 0xC9BCE0) is known color: Melrose. HEX triplet: C9, BC and E0. RGB value is (201,188,224). Sum of RGB (Red+Green+Blue) = 201+188+224=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE0 is #36431F. Grayscale: #C3C3C3. Windows color (decimal): -3556128 or 14728393. OLE color: 14728393.
HSL color Cylindrical-coordinate representation of color #C9BCE0: hue angle of 261.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BCE0 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 188 | 224 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.12 |
| HSL | 261.67º | 0.37% | 0.81% | - |
| HSV(B) | 261.67º | 0.16% | 0.88% | - |
| XYZ | 55.53 | 53.77 | 77.97 | - |
| YUV | 195.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 224 | 0.10 | 0.16 | 0 | 0.12 | 261.67 | 0.37 | 0.81 |
| Hex | C9 | BC | E0 | A | 10 | 0 | C | 106 | 25 | 51 |
| Octal | 311 | 274 | 340 | 12 | 20 | 0 | 14 | 406 | 45 | 121 |
| Binary | 11001001 | 10111100 | 11100000 | 1010 | 10000 | 0 | 1100 | 100000110 | 100101 | 1010001 |
Color Harmonies of #C9BCE0
Complementary color
Monochromatic Colors of #C9BCE0
Black with #C9BCE0
Text Example
Text Example
White with #C9BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCE0; }
p { color: rgb(201,188,224); }
H1.HeaderClassName
{
color: #C9BCE0;
}
.AnyTagClassName
{
color: #C9BCE0;
}
</style>
background-color css
<style>
a { background-color: #C9BCE0; }
a { background-color: rgb(201,188,224); }
div.DivClassName
{
background-color: #C9BCE0;
}
.BgClassName
{
background-color: #C9BCE0;
}
</style>
border-color css
<style>
span { border-color: #C9BCE0; }
span { border-color: rgb(201,188,224); }
td.TdClassName
{
border-color: #C9BCE0;
}
.TagClassName
{
border-color: #C9BCE0;
}
</style>