Shades of Melanie #CFB3BD
Tints of Melanie #CFB3BD
RGB
CMYK
RGB Variations
Color information
#CFB3BD (or 0xCFB3BD) is known color: Melanie. HEX triplet: CF, B3 and BD. RGB value is (207,179,189). Sum of RGB (Red+Green+Blue) = 207+179+189=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3BD is #304C42. Grayscale: #BCBCBC. Windows color (decimal): -3165251 or 12432335. OLE color: 12432335.
HSL color Cylindrical-coordinate representation of color #CFB3BD: hue angle of 338.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3BD is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 189 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.19 |
| HSL | 338.57º | 0.23% | 0.76% | - |
| HSV(B) | 338.57º | 0.14% | 0.81% | - |
| XYZ | 51.04 | 49.18 | 54.95 | - |
| YUV | 188.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 189 | 0 | 0.14 | 0.09 | 0.19 | 338.57 | 0.23 | 0.76 |
| Hex | CF | B3 | BD | 0 | E | 9 | 13 | 153 | 17 | 4C |
| Octal | 317 | 263 | 275 | 0 | 16 | 11 | 23 | 523 | 27 | 114 |
| Binary | 11001111 | 10110011 | 10111101 | 0 | 1110 | 1001 | 10011 | 101010011 | 10111 | 1001100 |
Color Harmonies of #CFB3BD
Complementary color
Monochromatic Colors of #CFB3BD
Black with #CFB3BD
Text Example
Text Example
White with #CFB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3BD; }
p { color: rgb(207,179,189); }
H1.HeaderClassName
{
color: #CFB3BD;
}
.AnyTagClassName
{
color: #CFB3BD;
}
</style>
background-color css
<style>
a { background-color: #CFB3BD; }
a { background-color: rgb(207,179,189); }
div.DivClassName
{
background-color: #CFB3BD;
}
.BgClassName
{
background-color: #CFB3BD;
}
</style>
border-color css
<style>
span { border-color: #CFB3BD; }
span { border-color: rgb(207,179,189); }
td.TdClassName
{
border-color: #CFB3BD;
}
.TagClassName
{
border-color: #CFB3BD;
}
</style>