Shades of Melanie #CEBBBF
Tints of Melanie #CEBBBF
RGB
CMYK
RGB Variations
Color information
#CEBBBF (or 0xCEBBBF) is known color: Melanie. HEX triplet: CE, BB and BF. RGB value is (206,187,191). Sum of RGB (Red+Green+Blue) = 206+187+191=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBF is #314440. Grayscale: #C1C1C1. Windows color (decimal): -3228737 or 12565454. OLE color: 12565454.
HSL color Cylindrical-coordinate representation of color #CEBBBF: hue angle of 347.37º 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 #CEBBBF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 191 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 347.37º | 0.16% | 0.77% | - |
| HSV(B) | 347.37º | 0.09% | 0.81% | - |
| XYZ | 52.63 | 52.42 | 56.64 | - |
| YUV | 193.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 191 | 0 | 0.09 | 0.07 | 0.19 | 347.37 | 0.16 | 0.77 |
| Hex | CE | BB | BF | 0 | 9 | 7 | 13 | 15B | 10 | 4D |
| Octal | 316 | 273 | 277 | 0 | 11 | 7 | 23 | 533 | 20 | 115 |
| Binary | 11001110 | 10111011 | 10111111 | 0 | 1001 | 111 | 10011 | 101011011 | 10000 | 1001101 |
Color Harmonies of #CEBBBF
Complementary color
Monochromatic Colors of #CEBBBF
Black with #CEBBBF
Text Example
Text Example
White with #CEBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBBF; }
p { color: rgb(206,187,191); }
H1.HeaderClassName
{
color: #CEBBBF;
}
.AnyTagClassName
{
color: #CEBBBF;
}
</style>
background-color css
<style>
a { background-color: #CEBBBF; }
a { background-color: rgb(206,187,191); }
div.DivClassName
{
background-color: #CEBBBF;
}
.BgClassName
{
background-color: #CEBBBF;
}
</style>
border-color css
<style>
span { border-color: #CEBBBF; }
span { border-color: rgb(206,187,191); }
td.TdClassName
{
border-color: #CEBBBF;
}
.TagClassName
{
border-color: #CEBBBF;
}
</style>