Shades of Melrose #C8C2EC
Tints of Melrose #C8C2EC
RGB
CMYK
RGB Variations
Color information
#C8C2EC (or 0xC8C2EC) is known color: Melrose. HEX triplet: C8, C2 and EC. RGB value is (200,194,236). Sum of RGB (Red+Green+Blue) = 200+194+236=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2EC is #373D13. Grayscale: #C8C8C8. Windows color (decimal): -3620116 or 15516360. OLE color: 15516360.
HSL color Cylindrical-coordinate representation of color #C8C2EC: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C2EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 194 | 236 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.07 |
| HSL | 248.57º | 0.53% | 0.84% | - |
| HSV(B) | 248.57º | 0.18% | 0.93% | - |
| XYZ | 58.25 | 56.92 | 87.27 | - |
| YUV | 200.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 236 | 0.15 | 0.18 | 0 | 0.07 | 248.57 | 0.53 | 0.84 |
| Hex | C8 | C2 | EC | F | 12 | 0 | 7 | F9 | 34 | 54 |
| Octal | 310 | 302 | 354 | 17 | 22 | 0 | 7 | 371 | 64 | 124 |
| Binary | 11001000 | 11000010 | 11101100 | 1111 | 10010 | 0 | 111 | 11111001 | 110100 | 1010100 |
Color Harmonies of #C8C2EC
Complementary color
Monochromatic Colors of #C8C2EC
Black with #C8C2EC
Text Example
Text Example
White with #C8C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2EC; }
p { color: rgb(200,194,236); }
H1.HeaderClassName
{
color: #C8C2EC;
}
.AnyTagClassName
{
color: #C8C2EC;
}
</style>
background-color css
<style>
a { background-color: #C8C2EC; }
a { background-color: rgb(200,194,236); }
div.DivClassName
{
background-color: #C8C2EC;
}
.BgClassName
{
background-color: #C8C2EC;
}
</style>
border-color css
<style>
span { border-color: #C8C2EC; }
span { border-color: rgb(200,194,236); }
td.TdClassName
{
border-color: #C8C2EC;
}
.TagClassName
{
border-color: #C8C2EC;
}
</style>