Shades of Melanie #E2C3C6
Tints of Melanie #E2C3C6
RGB
CMYK
RGB Variations
Color information
#E2C3C6 (or 0xE2C3C6) is known color: Melanie. HEX triplet: E2, C3 and C6. RGB value is (226,195,198). Sum of RGB (Red+Green+Blue) = 226+195+198=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C3C6 is #1D3C39. Grayscale: #CCCCCC. Windows color (decimal): -1915962 or 13026274. OLE color: 13026274.
HSL color Cylindrical-coordinate representation of color #E2C3C6: hue angle of 354.19º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C3C6 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 198 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.11 |
| HSL | 354.19º | 0.35% | 0.83% | - |
| HSV(B) | 354.19º | 0.14% | 0.89% | - |
| XYZ | 61.07 | 59.28 | 61.65 | - |
| YUV | 204.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 198 | 0 | 0.14 | 0.12 | 0.11 | 354.19 | 0.35 | 0.83 |
| Hex | E2 | C3 | C6 | 0 | E | C | B | 162 | 23 | 53 |
| Octal | 342 | 303 | 306 | 0 | 16 | 14 | 13 | 542 | 43 | 123 |
| Binary | 11100010 | 11000011 | 11000110 | 0 | 1110 | 1100 | 1011 | 101100010 | 100011 | 1010011 |
Color Harmonies of #E2C3C6
Complementary color
Monochromatic Colors of #E2C3C6
Black with #E2C3C6
Text Example
Text Example
White with #E2C3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C3C6; }
p { color: rgb(226,195,198); }
H1.HeaderClassName
{
color: #E2C3C6;
}
.AnyTagClassName
{
color: #E2C3C6;
}
</style>
background-color css
<style>
a { background-color: #E2C3C6; }
a { background-color: rgb(226,195,198); }
div.DivClassName
{
background-color: #E2C3C6;
}
.BgClassName
{
background-color: #E2C3C6;
}
</style>
border-color css
<style>
span { border-color: #E2C3C6; }
span { border-color: rgb(226,195,198); }
td.TdClassName
{
border-color: #E2C3C6;
}
.TagClassName
{
border-color: #E2C3C6;
}
</style>