Shades of Melrose #C3BCEC
Tints of Melrose #C3BCEC
RGB
CMYK
RGB Variations
Color information
#C3BCEC (or 0xC3BCEC) is known color: Melrose. HEX triplet: C3, BC and EC. RGB value is (195,188,236). Sum of RGB (Red+Green+Blue) = 195+188+236=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEC is #3C4313. Grayscale: #C3C3C3. Windows color (decimal): -3949332 or 15514819. OLE color: 15514819.
HSL color Cylindrical-coordinate representation of color #C3BCEC: hue angle of 248.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BCEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 188 | 236 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 248.75º | 0.56% | 0.83% | - |
| HSV(B) | 248.75º | 0.2% | 0.93% | - |
| XYZ | 55.63 | 53.62 | 86.78 | - |
| YUV | 195.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 236 | 0.17 | 0.20 | 0 | 0.07 | 248.75 | 0.56 | 0.83 |
| Hex | C3 | BC | EC | 11 | 14 | 0 | 7 | F9 | 38 | 53 |
| Octal | 303 | 274 | 354 | 21 | 24 | 0 | 7 | 371 | 70 | 123 |
| Binary | 11000011 | 10111100 | 11101100 | 10001 | 10100 | 0 | 111 | 11111001 | 111000 | 1010011 |
Color Harmonies of #C3BCEC
Complementary color
Monochromatic Colors of #C3BCEC
Black with #C3BCEC
Text Example
Text Example
White with #C3BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCEC; }
p { color: rgb(195,188,236); }
H1.HeaderClassName
{
color: #C3BCEC;
}
.AnyTagClassName
{
color: #C3BCEC;
}
</style>
background-color css
<style>
a { background-color: #C3BCEC; }
a { background-color: rgb(195,188,236); }
div.DivClassName
{
background-color: #C3BCEC;
}
.BgClassName
{
background-color: #C3BCEC;
}
</style>
border-color css
<style>
span { border-color: #C3BCEC; }
span { border-color: rgb(195,188,236); }
td.TdClassName
{
border-color: #C3BCEC;
}
.TagClassName
{
border-color: #C3BCEC;
}
</style>