Shades of Melanie #E6B8C5
Tints of Melanie #E6B8C5
RGB
CMYK
RGB Variations
Color information
#E6B8C5 (or 0xE6B8C5) is known color: Melanie. HEX triplet: E6, B8 and C5. RGB value is (230,184,197). Sum of RGB (Red+Green+Blue) = 230+184+197=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8C5 is #19473A. Grayscale: #C7C7C7. Windows color (decimal): -1656635 or 12957926. OLE color: 12957926.
HSL color Cylindrical-coordinate representation of color #E6B8C5: hue angle of 343.04º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B8C5 is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 197 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.10 |
| HSL | 343.04º | 0.48% | 0.81% | - |
| HSV(B) | 343.04º | 0.2% | 0.9% | - |
| XYZ | 59.85 | 55.14 | 60.31 | - |
| YUV | 199.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 197 | 0 | 0.2 | 0.14 | 0.10 | 343.04 | 0.48 | 0.81 |
| Hex | E6 | B8 | C5 | 0 | 14 | E | A | 157 | 30 | 51 |
| Octal | 346 | 270 | 305 | 0 | 24 | 16 | 12 | 527 | 60 | 121 |
| Binary | 11100110 | 10111000 | 11000101 | 0 | 10100 | 1110 | 1010 | 101010111 | 110000 | 1010001 |
Color Harmonies of #E6B8C5
Complementary color
Monochromatic Colors of #E6B8C5
Black with #E6B8C5
Text Example
Text Example
White with #E6B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8C5; }
p { color: rgb(230,184,197); }
H1.HeaderClassName
{
color: #E6B8C5;
}
.AnyTagClassName
{
color: #E6B8C5;
}
</style>
background-color css
<style>
a { background-color: #E6B8C5; }
a { background-color: rgb(230,184,197); }
div.DivClassName
{
background-color: #E6B8C5;
}
.BgClassName
{
background-color: #E6B8C5;
}
</style>
border-color css
<style>
span { border-color: #E6B8C5; }
span { border-color: rgb(230,184,197); }
td.TdClassName
{
border-color: #E6B8C5;
}
.TagClassName
{
border-color: #E6B8C5;
}
</style>