Shades of Melrose #C9BCE6
Tints of Melrose #C9BCE6
RGB
CMYK
RGB Variations
Color information
#C9BCE6 (or 0xC9BCE6) is known color: Melrose. HEX triplet: C9, BC and E6. RGB value is (201,188,230). Sum of RGB (Red+Green+Blue) = 201+188+230=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCE6 is #364319. Grayscale: #C4C4C4. Windows color (decimal): -3556122 or 15121609. OLE color: 15121609.
HSL color Cylindrical-coordinate representation of color #C9BCE6: hue angle of 258.57º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BCE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 188 | 230 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.10 |
| HSL | 258.57º | 0.46% | 0.82% | - |
| HSV(B) | 258.57º | 0.18% | 0.9% | - |
| XYZ | 56.35 | 54.1 | 82.33 | - |
| YUV | 196.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 230 | 0.13 | 0.18 | 0 | 0.10 | 258.57 | 0.46 | 0.82 |
| Hex | C9 | BC | E6 | D | 12 | 0 | A | 103 | 2E | 52 |
| Octal | 311 | 274 | 346 | 15 | 22 | 0 | 12 | 403 | 56 | 122 |
| Binary | 11001001 | 10111100 | 11100110 | 1101 | 10010 | 0 | 1010 | 100000011 | 101110 | 1010010 |
Color Harmonies of #C9BCE6
Complementary color
Monochromatic Colors of #C9BCE6
Black with #C9BCE6
Text Example
Text Example
White with #C9BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCE6; }
p { color: rgb(201,188,230); }
H1.HeaderClassName
{
color: #C9BCE6;
}
.AnyTagClassName
{
color: #C9BCE6;
}
</style>
background-color css
<style>
a { background-color: #C9BCE6; }
a { background-color: rgb(201,188,230); }
div.DivClassName
{
background-color: #C9BCE6;
}
.BgClassName
{
background-color: #C9BCE6;
}
</style>
border-color css
<style>
span { border-color: #C9BCE6; }
span { border-color: rgb(201,188,230); }
td.TdClassName
{
border-color: #C9BCE6;
}
.TagClassName
{
border-color: #C9BCE6;
}
</style>