Shades of Melrose #C3BCEB
Tints of Melrose #C3BCEB
RGB
CMYK
RGB Variations
Color information
#C3BCEB (or 0xC3BCEB) is known color: Melrose. HEX triplet: C3, BC and EB. RGB value is (195,188,235). Sum of RGB (Red+Green+Blue) = 195+188+235=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEB is #3C4314. Grayscale: #C3C3C3. Windows color (decimal): -3949333 or 15449283. OLE color: 15449283.
HSL color Cylindrical-coordinate representation of color #C3BCEB: hue angle of 248.94º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BCEB is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 188 | 235 | - |
| CMYK | 0.17 | 0.2 | 0 | 0.08 |
| HSL | 248.94º | 0.54% | 0.83% | - |
| HSV(B) | 248.94º | 0.2% | 0.92% | - |
| XYZ | 55.48 | 53.57 | 86.01 | - |
| YUV | 195.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 235 | 0.17 | 0.2 | 0 | 0.08 | 248.94 | 0.54 | 0.83 |
| Hex | C3 | BC | EB | 11 | 14 | 0 | 8 | F9 | 36 | 53 |
| Octal | 303 | 274 | 353 | 21 | 24 | 0 | 10 | 371 | 66 | 123 |
| Binary | 11000011 | 10111100 | 11101011 | 10001 | 10100 | 0 | 1000 | 11111001 | 110110 | 1010011 |
Color Harmonies of #C3BCEB
Complementary color
Monochromatic Colors of #C3BCEB
Black with #C3BCEB
Text Example
Text Example
White with #C3BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCEB; }
p { color: rgb(195,188,235); }
H1.HeaderClassName
{
color: #C3BCEB;
}
.AnyTagClassName
{
color: #C3BCEB;
}
</style>
background-color css
<style>
a { background-color: #C3BCEB; }
a { background-color: rgb(195,188,235); }
div.DivClassName
{
background-color: #C3BCEB;
}
.BgClassName
{
background-color: #C3BCEB;
}
</style>
border-color css
<style>
span { border-color: #C3BCEB; }
span { border-color: rgb(195,188,235); }
td.TdClassName
{
border-color: #C3BCEB;
}
.TagClassName
{
border-color: #C3BCEB;
}
</style>