Shades of Melanie #E6ADBC
Tints of Melanie #E6ADBC
RGB
CMYK
RGB Variations
Color information
#E6ADBC (or 0xE6ADBC) is known color: Melanie. HEX triplet: E6, AD and BC. RGB value is (230,173,188). Sum of RGB (Red+Green+Blue) = 230+173+188=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADBC is #195243. Grayscale: #BFBFBF. Windows color (decimal): -1659460 or 12365286. OLE color: 12365286.
HSL color Cylindrical-coordinate representation of color #E6ADBC: hue angle of 344.21º 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 #E6ADBC is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 173 | 188 | - |
CMYK | 0 | 0.25 | 0.18 | 0.10 |
HSL | 344.21º | 0.53% | 0.79% | - |
HSV(B) | 344.21º | 0.25% | 0.9% | - |
XYZ | 56.65 | 50.34 | 54.31 | - |
YUV | 191.75 | 125.88 | 155.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 173 | 188 | 0 | 0.25 | 0.18 | 0.10 | 344.21 | 0.53 | 0.79 |
Hex | E6 | AD | BC | 0 | 19 | 12 | A | 158 | 35 | 4F |
Octal | 346 | 255 | 274 | 0 | 31 | 22 | 12 | 530 | 65 | 117 |
Binary | 11100110 | 10101101 | 10111100 | 0 | 11001 | 10010 | 1010 | 101011000 | 110101 | 1001111 |
Color Harmonies of #E6ADBC
Complementary color
Monochromatic Colors of #E6ADBC
Black with #E6ADBC
Text Example
Text Example
White with #E6ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADBC; }
p { color: rgb(230,173,188); }
H1.HeaderClassName
{
color: #E6ADBC;
}
.AnyTagClassName
{
color: #E6ADBC;
}
</style>
background-color css
<style>
a { background-color: #E6ADBC; }
a { background-color: rgb(230,173,188); }
div.DivClassName
{
background-color: #E6ADBC;
}
.BgClassName
{
background-color: #E6ADBC;
}
</style>
border-color css
<style>
span { border-color: #E6ADBC; }
span { border-color: rgb(230,173,188); }
td.TdClassName
{
border-color: #E6ADBC;
}
.TagClassName
{
border-color: #E6ADBC;
}
</style>