Shades of Melanie #CFBCC2
Tints of Melanie #CFBCC2
RGB
CMYK
RGB Variations
Color information
#CFBCC2 (or 0xCFBCC2) is known color: Melanie. HEX triplet: CF, BC and C2. RGB value is (207,188,194). Sum of RGB (Red+Green+Blue) = 207+188+194=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC2 is #30433D. Grayscale: #C2C2C2. Windows color (decimal): -3162942 or 12762319. OLE color: 12762319.
HSL color Cylindrical-coordinate representation of color #CFBCC2: hue angle of 341.05º 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 #CFBCC2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 194 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.19 |
| HSL | 341.05º | 0.17% | 0.77% | - |
| HSV(B) | 341.05º | 0.09% | 0.81% | - |
| XYZ | 53.45 | 53.13 | 58.48 | - |
| YUV | 194.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 194 | 0 | 0.09 | 0.06 | 0.19 | 341.05 | 0.17 | 0.77 |
| Hex | CF | BC | C2 | 0 | 9 | 6 | 13 | 155 | 11 | 4D |
| Octal | 317 | 274 | 302 | 0 | 11 | 6 | 23 | 525 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11000010 | 0 | 1001 | 110 | 10011 | 101010101 | 10001 | 1001101 |
Color Harmonies of #CFBCC2
Complementary color
Monochromatic Colors of #CFBCC2
Black with #CFBCC2
Text Example
Text Example
White with #CFBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC2; }
p { color: rgb(207,188,194); }
H1.HeaderClassName
{
color: #CFBCC2;
}
.AnyTagClassName
{
color: #CFBCC2;
}
</style>
background-color css
<style>
a { background-color: #CFBCC2; }
a { background-color: rgb(207,188,194); }
div.DivClassName
{
background-color: #CFBCC2;
}
.BgClassName
{
background-color: #CFBCC2;
}
</style>
border-color css
<style>
span { border-color: #CFBCC2; }
span { border-color: rgb(207,188,194); }
td.TdClassName
{
border-color: #CFBCC2;
}
.TagClassName
{
border-color: #CFBCC2;
}
</style>