Shades of Melanie #CFBCC1
Tints of Melanie #CFBCC1
RGB
CMYK
RGB Variations
Color information
#CFBCC1 (or 0xCFBCC1) is known color: Melanie. HEX triplet: CF, BC and C1. RGB value is (207,188,193). Sum of RGB (Red+Green+Blue) = 207+188+193=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC1 is #30433E. Grayscale: #C2C2C2. Windows color (decimal): -3162943 or 12696783. OLE color: 12696783.
HSL color Cylindrical-coordinate representation of color #CFBCC1: hue angle of 344.21º degrees, saturation: 0.17, 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 #CFBCC1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 193 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.19 |
| HSL | 344.21º | 0.17% | 0.77% | - |
| HSV(B) | 344.21º | 0.09% | 0.81% | - |
| XYZ | 53.34 | 53.08 | 57.89 | - |
| YUV | 194.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 193 | 0 | 0.09 | 0.07 | 0.19 | 344.21 | 0.17 | 0.77 |
| Hex | CF | BC | C1 | 0 | 9 | 7 | 13 | 158 | 11 | 4D |
| Octal | 317 | 274 | 301 | 0 | 11 | 7 | 23 | 530 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11000001 | 0 | 1001 | 111 | 10011 | 101011000 | 10001 | 1001101 |
Color Harmonies of #CFBCC1
Complementary color
Monochromatic Colors of #CFBCC1
Black with #CFBCC1
Text Example
Text Example
White with #CFBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC1; }
p { color: rgb(207,188,193); }
H1.HeaderClassName
{
color: #CFBCC1;
}
.AnyTagClassName
{
color: #CFBCC1;
}
</style>
background-color css
<style>
a { background-color: #CFBCC1; }
a { background-color: rgb(207,188,193); }
div.DivClassName
{
background-color: #CFBCC1;
}
.BgClassName
{
background-color: #CFBCC1;
}
</style>
border-color css
<style>
span { border-color: #CFBCC1; }
span { border-color: rgb(207,188,193); }
td.TdClassName
{
border-color: #CFBCC1;
}
.TagClassName
{
border-color: #CFBCC1;
}
</style>