Shades of Melanie #E0BFC3
Tints of Melanie #E0BFC3
RGB
CMYK
RGB Variations
Color information
#E0BFC3 (or 0xE0BFC3) is known color: Melanie. HEX triplet: E0, BF and C3. RGB value is (224,191,195). Sum of RGB (Red+Green+Blue) = 224+191+195=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFC3 is #1F403C. Grayscale: #C9C9C9. Windows color (decimal): -2048061 or 12828640. OLE color: 12828640.
HSL color Cylindrical-coordinate representation of color #E0BFC3: hue angle of 352.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFC3 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 195 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.12 |
| HSL | 352.73º | 0.35% | 0.81% | - |
| HSV(B) | 352.73º | 0.15% | 0.88% | - |
| XYZ | 59.22 | 57.05 | 59.52 | - |
| YUV | 201.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 195 | 0 | 0.15 | 0.13 | 0.12 | 352.73 | 0.35 | 0.81 |
| Hex | E0 | BF | C3 | 0 | F | D | C | 161 | 23 | 51 |
| Octal | 340 | 277 | 303 | 0 | 17 | 15 | 14 | 541 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11000011 | 0 | 1111 | 1101 | 1100 | 101100001 | 100011 | 1010001 |
Color Harmonies of #E0BFC3
Complementary color
Monochromatic Colors of #E0BFC3
Black with #E0BFC3
Text Example
Text Example
White with #E0BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFC3; }
p { color: rgb(224,191,195); }
H1.HeaderClassName
{
color: #E0BFC3;
}
.AnyTagClassName
{
color: #E0BFC3;
}
</style>
background-color css
<style>
a { background-color: #E0BFC3; }
a { background-color: rgb(224,191,195); }
div.DivClassName
{
background-color: #E0BFC3;
}
.BgClassName
{
background-color: #E0BFC3;
}
</style>
border-color css
<style>
span { border-color: #E0BFC3; }
span { border-color: rgb(224,191,195); }
td.TdClassName
{
border-color: #E0BFC3;
}
.TagClassName
{
border-color: #E0BFC3;
}
</style>