Shades of Melrose #C8B2EC
Tints of Melrose #C8B2EC
RGB
CMYK
RGB Variations
Color information
#C8B2EC (or 0xC8B2EC) is known color: Melrose. HEX triplet: C8, B2 and EC. RGB value is (200,178,236). Sum of RGB (Red+Green+Blue) = 200+178+236=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B2EC is #374D13. Grayscale: #BEBEBE. Windows color (decimal): -3624212 or 15512264. OLE color: 15512264.
HSL color Cylindrical-coordinate representation of color #C8B2EC: hue angle of 262.76º degrees, saturation: 0.6, 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 #C8B2EC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 178 | 236 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.07 |
| HSL | 262.76º | 0.6% | 0.81% | - |
| HSV(B) | 262.76º | 0.25% | 0.93% | - |
| XYZ | 54.88 | 50.18 | 86.15 | - |
| YUV | 191.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 236 | 0.15 | 0.25 | 0 | 0.07 | 262.76 | 0.6 | 0.81 |
| Hex | C8 | B2 | EC | F | 19 | 0 | 7 | 107 | 3C | 51 |
| Octal | 310 | 262 | 354 | 17 | 31 | 0 | 7 | 407 | 74 | 121 |
| Binary | 11001000 | 10110010 | 11101100 | 1111 | 11001 | 0 | 111 | 100000111 | 111100 | 1010001 |
Color Harmonies of #C8B2EC
Complementary color
Monochromatic Colors of #C8B2EC
Black with #C8B2EC
Text Example
Text Example
White with #C8B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2EC; }
p { color: rgb(200,178,236); }
H1.HeaderClassName
{
color: #C8B2EC;
}
.AnyTagClassName
{
color: #C8B2EC;
}
</style>
background-color css
<style>
a { background-color: #C8B2EC; }
a { background-color: rgb(200,178,236); }
div.DivClassName
{
background-color: #C8B2EC;
}
.BgClassName
{
background-color: #C8B2EC;
}
</style>
border-color css
<style>
span { border-color: #C8B2EC; }
span { border-color: rgb(200,178,236); }
td.TdClassName
{
border-color: #C8B2EC;
}
.TagClassName
{
border-color: #C8B2EC;
}
</style>