Shades of Melanie #CFBBC1
Tints of Melanie #CFBBC1
RGB
CMYK
RGB Variations
Color information
#CFBBC1 (or 0xCFBBC1) is known color: Melanie. HEX triplet: CF, BB and C1. RGB value is (207,187,193). Sum of RGB (Red+Green+Blue) = 207+187+193=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC1 is #30443E. Grayscale: #C1C1C1. Windows color (decimal): -3163199 or 12696527. OLE color: 12696527.
HSL color Cylindrical-coordinate representation of color #CFBBC1: hue angle of 342º 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 #CFBBC1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 193 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.19 |
| HSL | 342º | 0.17% | 0.77% | - |
| HSV(B) | 342º | 0.1% | 0.81% | - |
| XYZ | 53.13 | 52.66 | 57.82 | - |
| YUV | 193.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 193 | 0 | 0.10 | 0.07 | 0.19 | 342 | 0.17 | 0.77 |
| Hex | CF | BB | C1 | 0 | A | 7 | 13 | 156 | 11 | 4D |
| Octal | 317 | 273 | 301 | 0 | 12 | 7 | 23 | 526 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11000001 | 0 | 1010 | 111 | 10011 | 101010110 | 10001 | 1001101 |
Color Harmonies of #CFBBC1
Complementary color
Monochromatic Colors of #CFBBC1
Black with #CFBBC1
Text Example
Text Example
White with #CFBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC1; }
p { color: rgb(207,187,193); }
H1.HeaderClassName
{
color: #CFBBC1;
}
.AnyTagClassName
{
color: #CFBBC1;
}
</style>
background-color css
<style>
a { background-color: #CFBBC1; }
a { background-color: rgb(207,187,193); }
div.DivClassName
{
background-color: #CFBBC1;
}
.BgClassName
{
background-color: #CFBBC1;
}
</style>
border-color css
<style>
span { border-color: #CFBBC1; }
span { border-color: rgb(207,187,193); }
td.TdClassName
{
border-color: #CFBBC1;
}
.TagClassName
{
border-color: #CFBBC1;
}
</style>