Shades of Melanie #E0BBC3
Tints of Melanie #E0BBC3
RGB
CMYK
RGB Variations
Color information
#E0BBC3 (or 0xE0BBC3) is known color: Melanie. HEX triplet: E0, BB and C3. RGB value is (224,187,195). Sum of RGB (Red+Green+Blue) = 224+187+195=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBC3 is #1F443C. Grayscale: #C6C6C6. Windows color (decimal): -2049085 or 12827616. OLE color: 12827616.
HSL color Cylindrical-coordinate representation of color #E0BBC3: hue angle of 347.03º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBC3 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 195 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.12 |
| HSL | 347.03º | 0.37% | 0.81% | - |
| HSV(B) | 347.03º | 0.17% | 0.88% | - |
| XYZ | 58.36 | 55.33 | 59.23 | - |
| YUV | 198.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 195 | 0 | 0.17 | 0.13 | 0.12 | 347.03 | 0.37 | 0.81 |
| Hex | E0 | BB | C3 | 0 | 11 | D | C | 15B | 25 | 51 |
| Octal | 340 | 273 | 303 | 0 | 21 | 15 | 14 | 533 | 45 | 121 |
| Binary | 11100000 | 10111011 | 11000011 | 0 | 10001 | 1101 | 1100 | 101011011 | 100101 | 1010001 |
Color Harmonies of #E0BBC3
Complementary color
Monochromatic Colors of #E0BBC3
Black with #E0BBC3
Text Example
Text Example
White with #E0BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBC3; }
p { color: rgb(224,187,195); }
H1.HeaderClassName
{
color: #E0BBC3;
}
.AnyTagClassName
{
color: #E0BBC3;
}
</style>
background-color css
<style>
a { background-color: #E0BBC3; }
a { background-color: rgb(224,187,195); }
div.DivClassName
{
background-color: #E0BBC3;
}
.BgClassName
{
background-color: #E0BBC3;
}
</style>
border-color css
<style>
span { border-color: #E0BBC3; }
span { border-color: rgb(224,187,195); }
td.TdClassName
{
border-color: #E0BBC3;
}
.TagClassName
{
border-color: #E0BBC3;
}
</style>