Shades of Melanie #CEBBC0
Tints of Melanie #CEBBC0
RGB
CMYK
RGB Variations
Color information
#CEBBC0 (or 0xCEBBC0) is known color: Melanie. HEX triplet: CE, BB and C0. RGB value is (206,187,192). Sum of RGB (Red+Green+Blue) = 206+187+192=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBC0 is #31443F. Grayscale: #C1C1C1. Windows color (decimal): -3228736 or 12630990. OLE color: 12630990.
HSL color Cylindrical-coordinate representation of color #CEBBC0: hue angle of 344.21º 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 #CEBBC0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 192 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 344.21º | 0.16% | 0.77% | - |
| HSV(B) | 344.21º | 0.09% | 0.81% | - |
| XYZ | 52.74 | 52.47 | 57.22 | - |
| YUV | 193.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 192 | 0 | 0.09 | 0.07 | 0.19 | 344.21 | 0.16 | 0.77 |
| Hex | CE | BB | C0 | 0 | 9 | 7 | 13 | 158 | 10 | 4D |
| Octal | 316 | 273 | 300 | 0 | 11 | 7 | 23 | 530 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11000000 | 0 | 1001 | 111 | 10011 | 101011000 | 10000 | 1001101 |
Color Harmonies of #CEBBC0
Complementary color
Monochromatic Colors of #CEBBC0
Black with #CEBBC0
Text Example
Text Example
White with #CEBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBC0; }
p { color: rgb(206,187,192); }
H1.HeaderClassName
{
color: #CEBBC0;
}
.AnyTagClassName
{
color: #CEBBC0;
}
</style>
background-color css
<style>
a { background-color: #CEBBC0; }
a { background-color: rgb(206,187,192); }
div.DivClassName
{
background-color: #CEBBC0;
}
.BgClassName
{
background-color: #CEBBC0;
}
</style>
border-color css
<style>
span { border-color: #CEBBC0; }
span { border-color: rgb(206,187,192); }
td.TdClassName
{
border-color: #CEBBC0;
}
.TagClassName
{
border-color: #CEBBC0;
}
</style>