Shades of Melrose #C3B3EC
Tints of Melrose #C3B3EC
RGB
CMYK
RGB Variations
Color information
#C3B3EC (or 0xC3B3EC) is known color: Melrose. HEX triplet: C3, B3 and EC. RGB value is (195,179,236). Sum of RGB (Red+Green+Blue) = 195+179+236=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3EC is #3C4C13. Grayscale: #BEBEBE. Windows color (decimal): -3951636 or 15512515. OLE color: 15512515.
HSL color Cylindrical-coordinate representation of color #C3B3EC: hue angle of 256.84º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3B3EC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 179 | 236 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.07 |
| HSL | 256.84º | 0.6% | 0.81% | - |
| HSV(B) | 256.84º | 0.24% | 0.93% | - |
| XYZ | 53.77 | 49.9 | 86.15 | - |
| YUV | 190.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 236 | 0.17 | 0.24 | 0 | 0.07 | 256.84 | 0.6 | 0.81 |
| Hex | C3 | B3 | EC | 11 | 18 | 0 | 7 | 101 | 3C | 51 |
| Octal | 303 | 263 | 354 | 21 | 30 | 0 | 7 | 401 | 74 | 121 |
| Binary | 11000011 | 10110011 | 11101100 | 10001 | 11000 | 0 | 111 | 100000001 | 111100 | 1010001 |
Color Harmonies of #C3B3EC
Complementary color
Monochromatic Colors of #C3B3EC
Black with #C3B3EC
Text Example
Text Example
White with #C3B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3EC; }
p { color: rgb(195,179,236); }
H1.HeaderClassName
{
color: #C3B3EC;
}
.AnyTagClassName
{
color: #C3B3EC;
}
</style>
background-color css
<style>
a { background-color: #C3B3EC; }
a { background-color: rgb(195,179,236); }
div.DivClassName
{
background-color: #C3B3EC;
}
.BgClassName
{
background-color: #C3B3EC;
}
</style>
border-color css
<style>
span { border-color: #C3B3EC; }
span { border-color: rgb(195,179,236); }
td.TdClassName
{
border-color: #C3B3EC;
}
.TagClassName
{
border-color: #C3B3EC;
}
</style>