Shades of Melanie #E7BDC4
Tints of Melanie #E7BDC4
RGB
CMYK
RGB Variations
Color information
#E7BDC4 (or 0xE7BDC4) is known color: Melanie. HEX triplet: E7, BD and C4. RGB value is (231,189,196). Sum of RGB (Red+Green+Blue) = 231+189+196=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC4 is #18423B. Grayscale: #CACACA. Windows color (decimal): -1589820 or 12893671. OLE color: 12893671.
HSL color Cylindrical-coordinate representation of color #E7BDC4: hue angle of 350º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDC4 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 189 | 196 | - |
CMYK | 0 | 0.18 | 0.15 | 0.09 |
HSL | 350º | 0.47% | 0.82% | - |
HSV(B) | 350º | 0.18% | 0.91% | - |
XYZ | 61.12 | 57.37 | 60.08 | - |
YUV | 202.36 | 124.41 | 148.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 189 | 196 | 0 | 0.18 | 0.15 | 0.09 | 350 | 0.47 | 0.82 |
Hex | E7 | BD | C4 | 0 | 12 | F | 9 | 15E | 2F | 52 |
Octal | 347 | 275 | 304 | 0 | 22 | 17 | 11 | 536 | 57 | 122 |
Binary | 11100111 | 10111101 | 11000100 | 0 | 10010 | 1111 | 1001 | 101011110 | 101111 | 1010010 |
Color Harmonies of #E7BDC4
Complementary color
Monochromatic Colors of #E7BDC4
Black with #E7BDC4
Text Example
Text Example
White with #E7BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDC4; }
p { color: rgb(231,189,196); }
H1.HeaderClassName
{
color: #E7BDC4;
}
.AnyTagClassName
{
color: #E7BDC4;
}
</style>
background-color css
<style>
a { background-color: #E7BDC4; }
a { background-color: rgb(231,189,196); }
div.DivClassName
{
background-color: #E7BDC4;
}
.BgClassName
{
background-color: #E7BDC4;
}
</style>
border-color css
<style>
span { border-color: #E7BDC4; }
span { border-color: rgb(231,189,196); }
td.TdClassName
{
border-color: #E7BDC4;
}
.TagClassName
{
border-color: #E7BDC4;
}
</style>