Shades of Melrose #C3BAEC
Tints of Melrose #C3BAEC
RGB
CMYK
RGB Variations
Color information
#C3BAEC (or 0xC3BAEC) is known color: Melrose. HEX triplet: C3, BA and EC. RGB value is (195,186,236). Sum of RGB (Red+Green+Blue) = 195+186+236=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAEC is #3C4513. Grayscale: #C2C2C2. Windows color (decimal): -3949844 or 15514307. OLE color: 15514307.
HSL color Cylindrical-coordinate representation of color #C3BAEC: hue angle of 250.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BAEC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 186 | 236 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.07 |
| HSL | 250.8º | 0.57% | 0.83% | - |
| HSV(B) | 250.8º | 0.21% | 0.93% | - |
| XYZ | 55.2 | 52.78 | 86.63 | - |
| YUV | 194.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 236 | 0.17 | 0.21 | 0 | 0.07 | 250.8 | 0.57 | 0.83 |
| Hex | C3 | BA | EC | 11 | 15 | 0 | 7 | FB | 39 | 53 |
| Octal | 303 | 272 | 354 | 21 | 25 | 0 | 7 | 373 | 71 | 123 |
| Binary | 11000011 | 10111010 | 11101100 | 10001 | 10101 | 0 | 111 | 11111011 | 111001 | 1010011 |
Color Harmonies of #C3BAEC
Complementary color
Monochromatic Colors of #C3BAEC
Black with #C3BAEC
Text Example
Text Example
White with #C3BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAEC; }
p { color: rgb(195,186,236); }
H1.HeaderClassName
{
color: #C3BAEC;
}
.AnyTagClassName
{
color: #C3BAEC;
}
</style>
background-color css
<style>
a { background-color: #C3BAEC; }
a { background-color: rgb(195,186,236); }
div.DivClassName
{
background-color: #C3BAEC;
}
.BgClassName
{
background-color: #C3BAEC;
}
</style>
border-color css
<style>
span { border-color: #C3BAEC; }
span { border-color: rgb(195,186,236); }
td.TdClassName
{
border-color: #C3BAEC;
}
.TagClassName
{
border-color: #C3BAEC;
}
</style>