Shades of Melrose #C3BCE9
Tints of Melrose #C3BCE9
RGB
CMYK
RGB Variations
Color information
#C3BCE9 (or 0xC3BCE9) is known color: Melrose. HEX triplet: C3, BC and E9. RGB value is (195,188,233). Sum of RGB (Red+Green+Blue) = 195+188+233=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCE9 is #3C4316. Grayscale: #C3C3C3. Windows color (decimal): -3949335 or 15318211. OLE color: 15318211.
HSL color Cylindrical-coordinate representation of color #C3BCE9: hue angle of 249.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 #C3BCE9 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 188 | 233 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 249.33º | 0.51% | 0.83% | - |
| HSV(B) | 249.33º | 0.19% | 0.91% | - |
| XYZ | 55.2 | 53.45 | 84.5 | - |
| YUV | 195.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 233 | 0.16 | 0.19 | 0 | 0.09 | 249.33 | 0.51 | 0.83 |
| Hex | C3 | BC | E9 | 10 | 13 | 0 | 9 | F9 | 33 | 53 |
| Octal | 303 | 274 | 351 | 20 | 23 | 0 | 11 | 371 | 63 | 123 |
| Binary | 11000011 | 10111100 | 11101001 | 10000 | 10011 | 0 | 1001 | 11111001 | 110011 | 1010011 |
Color Harmonies of #C3BCE9
Complementary color
Monochromatic Colors of #C3BCE9
Black with #C3BCE9
Text Example
Text Example
White with #C3BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCE9; }
p { color: rgb(195,188,233); }
H1.HeaderClassName
{
color: #C3BCE9;
}
.AnyTagClassName
{
color: #C3BCE9;
}
</style>
background-color css
<style>
a { background-color: #C3BCE9; }
a { background-color: rgb(195,188,233); }
div.DivClassName
{
background-color: #C3BCE9;
}
.BgClassName
{
background-color: #C3BCE9;
}
</style>
border-color css
<style>
span { border-color: #C3BCE9; }
span { border-color: rgb(195,188,233); }
td.TdClassName
{
border-color: #C3BCE9;
}
.TagClassName
{
border-color: #C3BCE9;
}
</style>