Shades of Melrose #C4B0EC
Tints of Melrose #C4B0EC
RGB
CMYK
RGB Variations
Color information
#C4B0EC (or 0xC4B0EC) is known color: Melrose. HEX triplet: C4, B0 and EC. RGB value is (196,176,236). Sum of RGB (Red+Green+Blue) = 196+176+236=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0EC is #3B4F13. Grayscale: #BCBCBC. Windows color (decimal): -3886868 or 15511748. OLE color: 15511748.
HSL color Cylindrical-coordinate representation of color #C4B0EC: hue angle of 260º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4B0EC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 176 | 236 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.07 |
| HSL | 260º | 0.61% | 0.81% | - |
| HSV(B) | 260º | 0.25% | 0.93% | - |
| XYZ | 53.43 | 48.84 | 85.97 | - |
| YUV | 188.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 236 | 0.17 | 0.25 | 0 | 0.07 | 260 | 0.61 | 0.81 |
| Hex | C4 | B0 | EC | 11 | 19 | 0 | 7 | 104 | 3D | 51 |
| Octal | 304 | 260 | 354 | 21 | 31 | 0 | 7 | 404 | 75 | 121 |
| Binary | 11000100 | 10110000 | 11101100 | 10001 | 11001 | 0 | 111 | 100000100 | 111101 | 1010001 |
Color Harmonies of #C4B0EC
Complementary color
Monochromatic Colors of #C4B0EC
Black with #C4B0EC
Text Example
Text Example
White with #C4B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0EC; }
p { color: rgb(196,176,236); }
H1.HeaderClassName
{
color: #C4B0EC;
}
.AnyTagClassName
{
color: #C4B0EC;
}
</style>
background-color css
<style>
a { background-color: #C4B0EC; }
a { background-color: rgb(196,176,236); }
div.DivClassName
{
background-color: #C4B0EC;
}
.BgClassName
{
background-color: #C4B0EC;
}
</style>
border-color css
<style>
span { border-color: #C4B0EC; }
span { border-color: rgb(196,176,236); }
td.TdClassName
{
border-color: #C4B0EC;
}
.TagClassName
{
border-color: #C4B0EC;
}
</style>