Shades of Melrose #C9BCE9
Tints of Melrose #C9BCE9
RGB
CMYK
RGB Variations
Color information
#C9BCE9 (or 0xC9BCE9) is known color: Melrose. HEX triplet: C9, BC and E9. RGB value is (201,188,233). Sum of RGB (Red+Green+Blue) = 201+188+233=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCE9 is #364316. Grayscale: #C4C4C4. Windows color (decimal): -3556119 or 15318217. OLE color: 15318217.
HSL color Cylindrical-coordinate representation of color #C9BCE9: hue angle of 257.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BCE9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 188 | 233 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.09 |
| HSL | 257.33º | 0.51% | 0.83% | - |
| HSV(B) | 257.33º | 0.19% | 0.91% | - |
| XYZ | 56.78 | 54.27 | 84.57 | - |
| YUV | 197.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 233 | 0.14 | 0.19 | 0 | 0.09 | 257.33 | 0.51 | 0.83 |
| Hex | C9 | BC | E9 | E | 13 | 0 | 9 | 101 | 33 | 53 |
| Octal | 311 | 274 | 351 | 16 | 23 | 0 | 11 | 401 | 63 | 123 |
| Binary | 11001001 | 10111100 | 11101001 | 1110 | 10011 | 0 | 1001 | 100000001 | 110011 | 1010011 |
Color Harmonies of #C9BCE9
Complementary color
Monochromatic Colors of #C9BCE9
Black with #C9BCE9
Text Example
Text Example
White with #C9BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCE9; }
p { color: rgb(201,188,233); }
H1.HeaderClassName
{
color: #C9BCE9;
}
.AnyTagClassName
{
color: #C9BCE9;
}
</style>
background-color css
<style>
a { background-color: #C9BCE9; }
a { background-color: rgb(201,188,233); }
div.DivClassName
{
background-color: #C9BCE9;
}
.BgClassName
{
background-color: #C9BCE9;
}
</style>
border-color css
<style>
span { border-color: #C9BCE9; }
span { border-color: rgb(201,188,233); }
td.TdClassName
{
border-color: #C9BCE9;
}
.TagClassName
{
border-color: #C9BCE9;
}
</style>