Shades of Melanie #E6BFC3
Tints of Melanie #E6BFC3
RGB
CMYK
RGB Variations
Color information
#E6BFC3 (or 0xE6BFC3) is known color: Melanie. HEX triplet: E6, BF and C3. RGB value is (230,191,195). Sum of RGB (Red+Green+Blue) = 230+191+195=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC3 is #19403C. Grayscale: #CBCBCB. Windows color (decimal): -1654845 or 12828646. OLE color: 12828646.
HSL color Cylindrical-coordinate representation of color #E6BFC3: hue angle of 353.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFC3 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 195 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.10 |
| HSL | 353.85º | 0.44% | 0.83% | - |
| HSV(B) | 353.85º | 0.17% | 0.9% | - |
| XYZ | 61.11 | 58.02 | 59.61 | - |
| YUV | 203.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 195 | 0 | 0.17 | 0.15 | 0.10 | 353.85 | 0.44 | 0.83 |
| Hex | E6 | BF | C3 | 0 | 11 | F | A | 162 | 2C | 53 |
| Octal | 346 | 277 | 303 | 0 | 21 | 17 | 12 | 542 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11000011 | 0 | 10001 | 1111 | 1010 | 101100010 | 101100 | 1010011 |
Color Harmonies of #E6BFC3
Complementary color
Monochromatic Colors of #E6BFC3
Black with #E6BFC3
Text Example
Text Example
White with #E6BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFC3; }
p { color: rgb(230,191,195); }
H1.HeaderClassName
{
color: #E6BFC3;
}
.AnyTagClassName
{
color: #E6BFC3;
}
</style>
background-color css
<style>
a { background-color: #E6BFC3; }
a { background-color: rgb(230,191,195); }
div.DivClassName
{
background-color: #E6BFC3;
}
.BgClassName
{
background-color: #E6BFC3;
}
</style>
border-color css
<style>
span { border-color: #E6BFC3; }
span { border-color: rgb(230,191,195); }
td.TdClassName
{
border-color: #E6BFC3;
}
.TagClassName
{
border-color: #E6BFC3;
}
</style>