Shades of Melanie #CEBBC1
Tints of Melanie #CEBBC1
RGB
CMYK
RGB Variations
Color information
#CEBBC1 (or 0xCEBBC1) is known color: Melanie. HEX triplet: CE, BB and C1. RGB value is (206,187,193). Sum of RGB (Red+Green+Blue) = 206+187+193=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBC1 is #31443E. Grayscale: #C1C1C1. Windows color (decimal): -3228735 or 12696526. OLE color: 12696526.
HSL color Cylindrical-coordinate representation of color #CEBBC1: hue angle of 341.05º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBBC1 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 193 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.19 |
| HSL | 341.05º | 0.16% | 0.77% | - |
| HSV(B) | 341.05º | 0.09% | 0.81% | - |
| XYZ | 52.85 | 52.51 | 57.8 | - |
| YUV | 193.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 193 | 0 | 0.09 | 0.06 | 0.19 | 341.05 | 0.16 | 0.77 |
| Hex | CE | BB | C1 | 0 | 9 | 6 | 13 | 155 | 10 | 4D |
| Octal | 316 | 273 | 301 | 0 | 11 | 6 | 23 | 525 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11000001 | 0 | 1001 | 110 | 10011 | 101010101 | 10000 | 1001101 |
Color Harmonies of #CEBBC1
Complementary color
Monochromatic Colors of #CEBBC1
Black with #CEBBC1
Text Example
Text Example
White with #CEBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBC1; }
p { color: rgb(206,187,193); }
H1.HeaderClassName
{
color: #CEBBC1;
}
.AnyTagClassName
{
color: #CEBBC1;
}
</style>
background-color css
<style>
a { background-color: #CEBBC1; }
a { background-color: rgb(206,187,193); }
div.DivClassName
{
background-color: #CEBBC1;
}
.BgClassName
{
background-color: #CEBBC1;
}
</style>
border-color css
<style>
span { border-color: #CEBBC1; }
span { border-color: rgb(206,187,193); }
td.TdClassName
{
border-color: #CEBBC1;
}
.TagClassName
{
border-color: #CEBBC1;
}
</style>