Shades of Melrose #C8C0EC
Tints of Melrose #C8C0EC
RGB
CMYK
RGB Variations
Color information
#C8C0EC (or 0xC8C0EC) is known color: Melrose. HEX triplet: C8, C0 and EC. RGB value is (200,192,236). Sum of RGB (Red+Green+Blue) = 200+192+236=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0EC is #373F13. Grayscale: #C7C7C7. Windows color (decimal): -3620628 or 15515848. OLE color: 15515848.
HSL color Cylindrical-coordinate representation of color #C8C0EC: hue angle of 250.91º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8C0EC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 192 | 236 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 250.91º | 0.54% | 0.84% | - |
| HSV(B) | 250.91º | 0.19% | 0.93% | - |
| XYZ | 57.81 | 56.03 | 87.13 | - |
| YUV | 199.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 236 | 0.15 | 0.19 | 0 | 0.07 | 250.91 | 0.54 | 0.84 |
| Hex | C8 | C0 | EC | F | 13 | 0 | 7 | FB | 36 | 54 |
| Octal | 310 | 300 | 354 | 17 | 23 | 0 | 7 | 373 | 66 | 124 |
| Binary | 11001000 | 11000000 | 11101100 | 1111 | 10011 | 0 | 111 | 11111011 | 110110 | 1010100 |
Color Harmonies of #C8C0EC
Complementary color
Monochromatic Colors of #C8C0EC
Black with #C8C0EC
Text Example
Text Example
White with #C8C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0EC; }
p { color: rgb(200,192,236); }
H1.HeaderClassName
{
color: #C8C0EC;
}
.AnyTagClassName
{
color: #C8C0EC;
}
</style>
background-color css
<style>
a { background-color: #C8C0EC; }
a { background-color: rgb(200,192,236); }
div.DivClassName
{
background-color: #C8C0EC;
}
.BgClassName
{
background-color: #C8C0EC;
}
</style>
border-color css
<style>
span { border-color: #C8C0EC; }
span { border-color: rgb(200,192,236); }
td.TdClassName
{
border-color: #C8C0EC;
}
.TagClassName
{
border-color: #C8C0EC;
}
</style>