Shades of Melrose #C7C2EC
Tints of Melrose #C7C2EC
RGB
CMYK
RGB Variations
Color information
#C7C2EC (or 0xC7C2EC) is known color: Melrose. HEX triplet: C7, C2 and EC. RGB value is (199,194,236). Sum of RGB (Red+Green+Blue) = 199+194+236=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C2EC is #383D13. Grayscale: #C8C8C8. Windows color (decimal): -3685652 or 15516359. OLE color: 15516359.
HSL color Cylindrical-coordinate representation of color #C7C2EC: hue angle of 247.14º 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 #C7C2EC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 194 | 236 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 247.14º | 0.53% | 0.84% | - |
| HSV(B) | 247.14º | 0.18% | 0.93% | - |
| XYZ | 57.99 | 56.78 | 87.26 | - |
| YUV | 200.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 236 | 0.16 | 0.18 | 0 | 0.07 | 247.14 | 0.53 | 0.84 |
| Hex | C7 | C2 | EC | 10 | 12 | 0 | 7 | F7 | 34 | 54 |
| Octal | 307 | 302 | 354 | 20 | 22 | 0 | 7 | 367 | 64 | 124 |
| Binary | 11000111 | 11000010 | 11101100 | 10000 | 10010 | 0 | 111 | 11110111 | 110100 | 1010100 |
Color Harmonies of #C7C2EC
Complementary color
Monochromatic Colors of #C7C2EC
Black with #C7C2EC
Text Example
Text Example
White with #C7C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2EC; }
p { color: rgb(199,194,236); }
H1.HeaderClassName
{
color: #C7C2EC;
}
.AnyTagClassName
{
color: #C7C2EC;
}
</style>
background-color css
<style>
a { background-color: #C7C2EC; }
a { background-color: rgb(199,194,236); }
div.DivClassName
{
background-color: #C7C2EC;
}
.BgClassName
{
background-color: #C7C2EC;
}
</style>
border-color css
<style>
span { border-color: #C7C2EC; }
span { border-color: rgb(199,194,236); }
td.TdClassName
{
border-color: #C7C2EC;
}
.TagClassName
{
border-color: #C7C2EC;
}
</style>