Shades of Melanie #CEB3BA
Tints of Melanie #CEB3BA
RGB
CMYK
RGB Variations
Color information
#CEB3BA (or 0xCEB3BA) is known color: Melanie. HEX triplet: CE, B3 and BA. RGB value is (206,179,186). Sum of RGB (Red+Green+Blue) = 206+179+186=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3BA is #314C45. Grayscale: #BBBBBB. Windows color (decimal): -3230790 or 12235726. OLE color: 12235726.
HSL color Cylindrical-coordinate representation of color #CEB3BA: hue angle of 344.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3BA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 186 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.19 |
| HSL | 344.44º | 0.22% | 0.75% | - |
| HSV(B) | 344.44º | 0.13% | 0.81% | - |
| XYZ | 50.44 | 48.91 | 53.24 | - |
| YUV | 187.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 186 | 0 | 0.13 | 0.10 | 0.19 | 344.44 | 0.22 | 0.75 |
| Hex | CE | B3 | BA | 0 | D | A | 13 | 158 | 16 | 4B |
| Octal | 316 | 263 | 272 | 0 | 15 | 12 | 23 | 530 | 26 | 113 |
| Binary | 11001110 | 10110011 | 10111010 | 0 | 1101 | 1010 | 10011 | 101011000 | 10110 | 1001011 |
Color Harmonies of #CEB3BA
Complementary color
Monochromatic Colors of #CEB3BA
Black with #CEB3BA
Text Example
Text Example
White with #CEB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3BA; }
p { color: rgb(206,179,186); }
H1.HeaderClassName
{
color: #CEB3BA;
}
.AnyTagClassName
{
color: #CEB3BA;
}
</style>
background-color css
<style>
a { background-color: #CEB3BA; }
a { background-color: rgb(206,179,186); }
div.DivClassName
{
background-color: #CEB3BA;
}
.BgClassName
{
background-color: #CEB3BA;
}
</style>
border-color css
<style>
span { border-color: #CEB3BA; }
span { border-color: rgb(206,179,186); }
td.TdClassName
{
border-color: #CEB3BA;
}
.TagClassName
{
border-color: #CEB3BA;
}
</style>