Shades of Melrose #C9BCE2
Tints of Melrose #C9BCE2
RGB
CMYK
RGB Variations
Color information
#C9BCE2 (or 0xC9BCE2) is known color: Melrose. HEX triplet: C9, BC and E2. RGB value is (201,188,226). Sum of RGB (Red+Green+Blue) = 201+188+226=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9BCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCE2 is #36431D. Grayscale: #C4C4C4. Windows color (decimal): -3556126 or 14859465. OLE color: 14859465.
HSL color Cylindrical-coordinate representation of color #C9BCE2: hue angle of 260.53º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9BCE2 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 188 | 226 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.11 |
| HSL | 260.53º | 0.4% | 0.81% | - |
| HSV(B) | 260.53º | 0.17% | 0.89% | - |
| XYZ | 55.8 | 53.87 | 79.41 | - |
| YUV | 196.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 226 | 0.11 | 0.17 | 0 | 0.11 | 260.53 | 0.4 | 0.81 |
| Hex | C9 | BC | E2 | B | 11 | 0 | B | 105 | 28 | 51 |
| Octal | 311 | 274 | 342 | 13 | 21 | 0 | 13 | 405 | 50 | 121 |
| Binary | 11001001 | 10111100 | 11100010 | 1011 | 10001 | 0 | 1011 | 100000101 | 101000 | 1010001 |
Color Harmonies of #C9BCE2
Complementary color
Monochromatic Colors of #C9BCE2
Black with #C9BCE2
Text Example
Text Example
White with #C9BCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCE2; }
p { color: rgb(201,188,226); }
H1.HeaderClassName
{
color: #C9BCE2;
}
.AnyTagClassName
{
color: #C9BCE2;
}
</style>
background-color css
<style>
a { background-color: #C9BCE2; }
a { background-color: rgb(201,188,226); }
div.DivClassName
{
background-color: #C9BCE2;
}
.BgClassName
{
background-color: #C9BCE2;
}
</style>
border-color css
<style>
span { border-color: #C9BCE2; }
span { border-color: rgb(201,188,226); }
td.TdClassName
{
border-color: #C9BCE2;
}
.TagClassName
{
border-color: #C9BCE2;
}
</style>