Shades of Melanie #CEBCC0
Tints of Melanie #CEBCC0
RGB
CMYK
RGB Variations
Color information
#CEBCC0 (or 0xCEBCC0) is known color: Melanie. HEX triplet: CE, BC and C0. RGB value is (206,188,192). Sum of RGB (Red+Green+Blue) = 206+188+192=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCC0 is #31433F. Grayscale: #C1C1C1. Windows color (decimal): -3228480 or 12631246. OLE color: 12631246.
HSL color Cylindrical-coordinate representation of color #CEBCC0: hue angle of 346.67º 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 #CEBCC0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 192 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 346.67º | 0.16% | 0.77% | - |
| HSV(B) | 346.67º | 0.09% | 0.81% | - |
| XYZ | 52.95 | 52.89 | 57.29 | - |
| YUV | 193.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 192 | 0 | 0.09 | 0.07 | 0.19 | 346.67 | 0.16 | 0.77 |
| Hex | CE | BC | C0 | 0 | 9 | 7 | 13 | 15B | 10 | 4D |
| Octal | 316 | 274 | 300 | 0 | 11 | 7 | 23 | 533 | 20 | 115 |
| Binary | 11001110 | 10111100 | 11000000 | 0 | 1001 | 111 | 10011 | 101011011 | 10000 | 1001101 |
Color Harmonies of #CEBCC0
Complementary color
Monochromatic Colors of #CEBCC0
Black with #CEBCC0
Text Example
Text Example
White with #CEBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCC0; }
p { color: rgb(206,188,192); }
H1.HeaderClassName
{
color: #CEBCC0;
}
.AnyTagClassName
{
color: #CEBCC0;
}
</style>
background-color css
<style>
a { background-color: #CEBCC0; }
a { background-color: rgb(206,188,192); }
div.DivClassName
{
background-color: #CEBCC0;
}
.BgClassName
{
background-color: #CEBCC0;
}
</style>
border-color css
<style>
span { border-color: #CEBCC0; }
span { border-color: rgb(206,188,192); }
td.TdClassName
{
border-color: #CEBCC0;
}
.TagClassName
{
border-color: #CEBCC0;
}
</style>