Shades of Melanie #E6BEC4
Tints of Melanie #E6BEC4
RGB
CMYK
RGB Variations
Color information
#E6BEC4 (or 0xE6BEC4) is known color: Melanie. HEX triplet: E6, BE and C4. RGB value is (230,190,196). Sum of RGB (Red+Green+Blue) = 230+190+196=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC4 is #19413B. Grayscale: #CACACA. Windows color (decimal): -1655100 or 12893926. OLE color: 12893926.
HSL color Cylindrical-coordinate representation of color #E6BEC4: hue angle of 351º 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 #E6BEC4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 196 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.10 |
| HSL | 351º | 0.44% | 0.82% | - |
| HSV(B) | 351º | 0.17% | 0.9% | - |
| XYZ | 61.01 | 57.64 | 60.13 | - |
| YUV | 202.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 196 | 0 | 0.17 | 0.15 | 0.10 | 351 | 0.44 | 0.82 |
| Hex | E6 | BE | C4 | 0 | 11 | F | A | 15F | 2C | 52 |
| Octal | 346 | 276 | 304 | 0 | 21 | 17 | 12 | 537 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11000100 | 0 | 10001 | 1111 | 1010 | 101011111 | 101100 | 1010010 |
Color Harmonies of #E6BEC4
Complementary color
Monochromatic Colors of #E6BEC4
Black with #E6BEC4
Text Example
Text Example
White with #E6BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEC4; }
p { color: rgb(230,190,196); }
H1.HeaderClassName
{
color: #E6BEC4;
}
.AnyTagClassName
{
color: #E6BEC4;
}
</style>
background-color css
<style>
a { background-color: #E6BEC4; }
a { background-color: rgb(230,190,196); }
div.DivClassName
{
background-color: #E6BEC4;
}
.BgClassName
{
background-color: #E6BEC4;
}
</style>
border-color css
<style>
span { border-color: #E6BEC4; }
span { border-color: rgb(230,190,196); }
td.TdClassName
{
border-color: #E6BEC4;
}
.TagClassName
{
border-color: #E6BEC4;
}
</style>