Shades of Melrose #C3B9EC
Tints of Melrose #C3B9EC
RGB
CMYK
RGB Variations
Color information
#C3B9EC (or 0xC3B9EC) is known color: Melrose. HEX triplet: C3, B9 and EC. RGB value is (195,185,236). Sum of RGB (Red+Green+Blue) = 195+185+236=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9EC is #3C4613. Grayscale: #C1C1C1. Windows color (decimal): -3950100 or 15514051. OLE color: 15514051.
HSL color Cylindrical-coordinate representation of color #C3B9EC: hue angle of 251.76º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B9EC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 185 | 236 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.07 |
| HSL | 251.76º | 0.57% | 0.83% | - |
| HSV(B) | 251.76º | 0.22% | 0.93% | - |
| XYZ | 54.99 | 52.36 | 86.56 | - |
| YUV | 193.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 236 | 0.17 | 0.22 | 0 | 0.07 | 251.76 | 0.57 | 0.83 |
| Hex | C3 | B9 | EC | 11 | 16 | 0 | 7 | FC | 39 | 53 |
| Octal | 303 | 271 | 354 | 21 | 26 | 0 | 7 | 374 | 71 | 123 |
| Binary | 11000011 | 10111001 | 11101100 | 10001 | 10110 | 0 | 111 | 11111100 | 111001 | 1010011 |
Color Harmonies of #C3B9EC
Complementary color
Monochromatic Colors of #C3B9EC
Black with #C3B9EC
Text Example
Text Example
White with #C3B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9EC; }
p { color: rgb(195,185,236); }
H1.HeaderClassName
{
color: #C3B9EC;
}
.AnyTagClassName
{
color: #C3B9EC;
}
</style>
background-color css
<style>
a { background-color: #C3B9EC; }
a { background-color: rgb(195,185,236); }
div.DivClassName
{
background-color: #C3B9EC;
}
.BgClassName
{
background-color: #C3B9EC;
}
</style>
border-color css
<style>
span { border-color: #C3B9EC; }
span { border-color: rgb(195,185,236); }
td.TdClassName
{
border-color: #C3B9EC;
}
.TagClassName
{
border-color: #C3B9EC;
}
</style>