Shades of Melanie #CEB3BC
Tints of Melanie #CEB3BC
RGB
CMYK
RGB Variations
Color information
#CEB3BC (or 0xCEB3BC) is known color: Melanie. HEX triplet: CE, B3 and BC. RGB value is (206,179,188). Sum of RGB (Red+Green+Blue) = 206+179+188=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3BC is #314C43. Grayscale: #BCBCBC. Windows color (decimal): -3230788 or 12366798. OLE color: 12366798.
HSL color Cylindrical-coordinate representation of color #CEB3BC: hue angle of 340º 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 #CEB3BC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 188 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.19 |
| HSL | 340º | 0.22% | 0.75% | - |
| HSV(B) | 340º | 0.13% | 0.81% | - |
| XYZ | 50.65 | 48.99 | 54.36 | - |
| YUV | 188.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 188 | 0 | 0.13 | 0.09 | 0.19 | 340 | 0.22 | 0.75 |
| Hex | CE | B3 | BC | 0 | D | 9 | 13 | 154 | 16 | 4B |
| Octal | 316 | 263 | 274 | 0 | 15 | 11 | 23 | 524 | 26 | 113 |
| Binary | 11001110 | 10110011 | 10111100 | 0 | 1101 | 1001 | 10011 | 101010100 | 10110 | 1001011 |
Color Harmonies of #CEB3BC
Complementary color
Monochromatic Colors of #CEB3BC
Black with #CEB3BC
Text Example
Text Example
White with #CEB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3BC; }
p { color: rgb(206,179,188); }
H1.HeaderClassName
{
color: #CEB3BC;
}
.AnyTagClassName
{
color: #CEB3BC;
}
</style>
background-color css
<style>
a { background-color: #CEB3BC; }
a { background-color: rgb(206,179,188); }
div.DivClassName
{
background-color: #CEB3BC;
}
.BgClassName
{
background-color: #CEB3BC;
}
</style>
border-color css
<style>
span { border-color: #CEB3BC; }
span { border-color: rgb(206,179,188); }
td.TdClassName
{
border-color: #CEB3BC;
}
.TagClassName
{
border-color: #CEB3BC;
}
</style>