Shades of Melrose #C3BCDB
Tints of Melrose #C3BCDB
RGB
CMYK
RGB Variations
Color information
#C3BCDB (or 0xC3BCDB) is known color: Melrose. HEX triplet: C3, BC and DB. RGB value is (195,188,219). Sum of RGB (Red+Green+Blue) = 195+188+219=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCDB is #3C4324. Grayscale: #C1C1C1. Windows color (decimal): -3949349 or 14400707. OLE color: 14400707.
HSL color Cylindrical-coordinate representation of color #C3BCDB: hue angle of 253.55º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BCDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 188 | 219 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 253.55º | 0.3% | 0.8% | - |
| HSV(B) | 253.55º | 0.14% | 0.86% | - |
| XYZ | 53.28 | 52.68 | 74.38 | - |
| YUV | 193.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 219 | 0.11 | 0.14 | 0 | 0.14 | 253.55 | 0.3 | 0.8 |
| Hex | C3 | BC | DB | B | E | 0 | E | FE | 1E | 50 |
| Octal | 303 | 274 | 333 | 13 | 16 | 0 | 16 | 376 | 36 | 120 |
| Binary | 11000011 | 10111100 | 11011011 | 1011 | 1110 | 0 | 1110 | 11111110 | 11110 | 1010000 |
Color Harmonies of #C3BCDB
Complementary color
Monochromatic Colors of #C3BCDB
Black with #C3BCDB
Text Example
Text Example
White with #C3BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCDB; }
p { color: rgb(195,188,219); }
H1.HeaderClassName
{
color: #C3BCDB;
}
.AnyTagClassName
{
color: #C3BCDB;
}
</style>
background-color css
<style>
a { background-color: #C3BCDB; }
a { background-color: rgb(195,188,219); }
div.DivClassName
{
background-color: #C3BCDB;
}
.BgClassName
{
background-color: #C3BCDB;
}
</style>
border-color css
<style>
span { border-color: #C3BCDB; }
span { border-color: rgb(195,188,219); }
td.TdClassName
{
border-color: #C3BCDB;
}
.TagClassName
{
border-color: #C3BCDB;
}
</style>