Shades of Melanie #CEBABF
Tints of Melanie #CEBABF
RGB
CMYK
RGB Variations
Color information
#CEBABF (or 0xCEBABF) is known color: Melanie. HEX triplet: CE, BA and BF. RGB value is (206,186,191). Sum of RGB (Red+Green+Blue) = 206+186+191=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABF is #314540. Grayscale: #C0C0C0. Windows color (decimal): -3228993 or 12565198. OLE color: 12565198.
HSL color Cylindrical-coordinate representation of color #CEBABF: hue angle of 345º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBABF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 191 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.19 |
| HSL | 345º | 0.17% | 0.77% | - |
| HSV(B) | 345º | 0.1% | 0.81% | - |
| XYZ | 52.42 | 52 | 56.56 | - |
| YUV | 192.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 191 | 0 | 0.10 | 0.07 | 0.19 | 345 | 0.17 | 0.77 |
| Hex | CE | BA | BF | 0 | A | 7 | 13 | 159 | 11 | 4D |
| Octal | 316 | 272 | 277 | 0 | 12 | 7 | 23 | 531 | 21 | 115 |
| Binary | 11001110 | 10111010 | 10111111 | 0 | 1010 | 111 | 10011 | 101011001 | 10001 | 1001101 |
Color Harmonies of #CEBABF
Complementary color
Monochromatic Colors of #CEBABF
Black with #CEBABF
Text Example
Text Example
White with #CEBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBABF; }
p { color: rgb(206,186,191); }
H1.HeaderClassName
{
color: #CEBABF;
}
.AnyTagClassName
{
color: #CEBABF;
}
</style>
background-color css
<style>
a { background-color: #CEBABF; }
a { background-color: rgb(206,186,191); }
div.DivClassName
{
background-color: #CEBABF;
}
.BgClassName
{
background-color: #CEBABF;
}
</style>
border-color css
<style>
span { border-color: #CEBABF; }
span { border-color: rgb(206,186,191); }
td.TdClassName
{
border-color: #CEBABF;
}
.TagClassName
{
border-color: #CEBABF;
}
</style>