Shades of Melrose #C8B3EC
Tints of Melrose #C8B3EC
RGB
CMYK
RGB Variations
Color information
#C8B3EC (or 0xC8B3EC) is known color: Melrose. HEX triplet: C8, B3 and EC. RGB value is (200,179,236). Sum of RGB (Red+Green+Blue) = 200+179+236=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3EC is #374C13. Grayscale: #BFBFBF. Windows color (decimal): -3623956 or 15512520. OLE color: 15512520.
HSL color Cylindrical-coordinate representation of color #C8B3EC: hue angle of 262.11º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B3EC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 179 | 236 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.07 |
| HSL | 262.11º | 0.6% | 0.81% | - |
| HSV(B) | 262.11º | 0.24% | 0.93% | - |
| XYZ | 55.08 | 50.58 | 86.22 | - |
| YUV | 191.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 236 | 0.15 | 0.24 | 0 | 0.07 | 262.11 | 0.6 | 0.81 |
| Hex | C8 | B3 | EC | F | 18 | 0 | 7 | 106 | 3C | 51 |
| Octal | 310 | 263 | 354 | 17 | 30 | 0 | 7 | 406 | 74 | 121 |
| Binary | 11001000 | 10110011 | 11101100 | 1111 | 11000 | 0 | 111 | 100000110 | 111100 | 1010001 |
Color Harmonies of #C8B3EC
Complementary color
Monochromatic Colors of #C8B3EC
Black with #C8B3EC
Text Example
Text Example
White with #C8B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3EC; }
p { color: rgb(200,179,236); }
H1.HeaderClassName
{
color: #C8B3EC;
}
.AnyTagClassName
{
color: #C8B3EC;
}
</style>
background-color css
<style>
a { background-color: #C8B3EC; }
a { background-color: rgb(200,179,236); }
div.DivClassName
{
background-color: #C8B3EC;
}
.BgClassName
{
background-color: #C8B3EC;
}
</style>
border-color css
<style>
span { border-color: #C8B3EC; }
span { border-color: rgb(200,179,236); }
td.TdClassName
{
border-color: #C8B3EC;
}
.TagClassName
{
border-color: #C8B3EC;
}
</style>