Shades of Melrose #C3BAEA
Tints of Melrose #C3BAEA
RGB
CMYK
RGB Variations
Color information
#C3BAEA (or 0xC3BAEA) is known color: Melrose. HEX triplet: C3, BA and EA. RGB value is (195,186,234). Sum of RGB (Red+Green+Blue) = 195+186+234=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAEA is #3C4515. Grayscale: #C1C1C1. Windows color (decimal): -3949846 or 15383235. OLE color: 15383235.
HSL color Cylindrical-coordinate representation of color #C3BAEA: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BAEA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 186 | 234 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.08 |
| HSL | 251.25º | 0.53% | 0.82% | - |
| HSV(B) | 251.25º | 0.21% | 0.92% | - |
| XYZ | 54.92 | 52.66 | 85.11 | - |
| YUV | 194.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 234 | 0.17 | 0.21 | 0 | 0.08 | 251.25 | 0.53 | 0.82 |
| Hex | C3 | BA | EA | 11 | 15 | 0 | 8 | FB | 35 | 52 |
| Octal | 303 | 272 | 352 | 21 | 25 | 0 | 10 | 373 | 65 | 122 |
| Binary | 11000011 | 10111010 | 11101010 | 10001 | 10101 | 0 | 1000 | 11111011 | 110101 | 1010010 |
Color Harmonies of #C3BAEA
Complementary color
Monochromatic Colors of #C3BAEA
Black with #C3BAEA
Text Example
Text Example
White with #C3BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAEA; }
p { color: rgb(195,186,234); }
H1.HeaderClassName
{
color: #C3BAEA;
}
.AnyTagClassName
{
color: #C3BAEA;
}
</style>
background-color css
<style>
a { background-color: #C3BAEA; }
a { background-color: rgb(195,186,234); }
div.DivClassName
{
background-color: #C3BAEA;
}
.BgClassName
{
background-color: #C3BAEA;
}
</style>
border-color css
<style>
span { border-color: #C3BAEA; }
span { border-color: rgb(195,186,234); }
td.TdClassName
{
border-color: #C3BAEA;
}
.TagClassName
{
border-color: #C3BAEA;
}
</style>