Shades of Melanie #E6BEC6
Tints of Melanie #E6BEC6
RGB
CMYK
RGB Variations
Color information
#E6BEC6 (or 0xE6BEC6) is known color: Melanie. HEX triplet: E6, BE and C6. RGB value is (230,190,198). Sum of RGB (Red+Green+Blue) = 230+190+198=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC6 is #194139. Grayscale: #CACACA. Windows color (decimal): -1655098 or 13024998. OLE color: 13024998.
HSL color Cylindrical-coordinate representation of color #E6BEC6: hue angle of 348º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEC6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 198 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.10 |
| HSL | 348º | 0.44% | 0.82% | - |
| HSV(B) | 348º | 0.17% | 0.9% | - |
| XYZ | 61.24 | 57.73 | 61.34 | - |
| YUV | 202.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 198 | 0 | 0.17 | 0.14 | 0.10 | 348 | 0.44 | 0.82 |
| Hex | E6 | BE | C6 | 0 | 11 | E | A | 15C | 2C | 52 |
| Octal | 346 | 276 | 306 | 0 | 21 | 16 | 12 | 534 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11000110 | 0 | 10001 | 1110 | 1010 | 101011100 | 101100 | 1010010 |
Color Harmonies of #E6BEC6
Complementary color
Monochromatic Colors of #E6BEC6
Black with #E6BEC6
Text Example
Text Example
White with #E6BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEC6; }
p { color: rgb(230,190,198); }
H1.HeaderClassName
{
color: #E6BEC6;
}
.AnyTagClassName
{
color: #E6BEC6;
}
</style>
background-color css
<style>
a { background-color: #E6BEC6; }
a { background-color: rgb(230,190,198); }
div.DivClassName
{
background-color: #E6BEC6;
}
.BgClassName
{
background-color: #E6BEC6;
}
</style>
border-color css
<style>
span { border-color: #E6BEC6; }
span { border-color: rgb(230,190,198); }
td.TdClassName
{
border-color: #E6BEC6;
}
.TagClassName
{
border-color: #E6BEC6;
}
</style>