Shades of Melanie #E6ADBB
Tints of Melanie #E6ADBB
RGB
CMYK
RGB Variations
Color information
#E6ADBB (or 0xE6ADBB) is known color: Melanie. HEX triplet: E6, AD and BB. RGB value is (230,173,187). Sum of RGB (Red+Green+Blue) = 230+173+187=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADBB is #195244. Grayscale: #BFBFBF. Windows color (decimal): -1659461 or 12299750. OLE color: 12299750.
HSL color Cylindrical-coordinate representation of color #E6ADBB: hue angle of 345.26º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADBB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 187 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.10 |
| HSL | 345.26º | 0.53% | 0.79% | - |
| HSV(B) | 345.26º | 0.25% | 0.9% | - |
| XYZ | 56.55 | 50.3 | 53.74 | - |
| YUV | 191.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 187 | 0 | 0.25 | 0.19 | 0.10 | 345.26 | 0.53 | 0.79 |
| Hex | E6 | AD | BB | 0 | 19 | 13 | A | 159 | 35 | 4F |
| Octal | 346 | 255 | 273 | 0 | 31 | 23 | 12 | 531 | 65 | 117 |
| Binary | 11100110 | 10101101 | 10111011 | 0 | 11001 | 10011 | 1010 | 101011001 | 110101 | 1001111 |
Color Harmonies of #E6ADBB
Complementary color
Monochromatic Colors of #E6ADBB
Black with #E6ADBB
Text Example
Text Example
White with #E6ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADBB; }
p { color: rgb(230,173,187); }
H1.HeaderClassName
{
color: #E6ADBB;
}
.AnyTagClassName
{
color: #E6ADBB;
}
</style>
background-color css
<style>
a { background-color: #E6ADBB; }
a { background-color: rgb(230,173,187); }
div.DivClassName
{
background-color: #E6ADBB;
}
.BgClassName
{
background-color: #E6ADBB;
}
</style>
border-color css
<style>
span { border-color: #E6ADBB; }
span { border-color: rgb(230,173,187); }
td.TdClassName
{
border-color: #E6ADBB;
}
.TagClassName
{
border-color: #E6ADBB;
}
</style>