Shades of Melanie #CFB8BD
Tints of Melanie #CFB8BD
RGB
CMYK
RGB Variations
Color information
#CFB8BD (or 0xCFB8BD) is known color: Melanie. HEX triplet: CF, B8 and BD. RGB value is (207,184,189). Sum of RGB (Red+Green+Blue) = 207+184+189=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8BD is #304742. Grayscale: #BFBFBF. Windows color (decimal): -3163971 or 12433615. OLE color: 12433615.
HSL color Cylindrical-coordinate representation of color #CFB8BD: hue angle of 346.96º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8BD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 189 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.19 |
| HSL | 346.96º | 0.19% | 0.77% | - |
| HSV(B) | 346.96º | 0.11% | 0.81% | - |
| XYZ | 52.06 | 51.22 | 55.29 | - |
| YUV | 191.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 189 | 0 | 0.11 | 0.09 | 0.19 | 346.96 | 0.19 | 0.77 |
| Hex | CF | B8 | BD | 0 | B | 9 | 13 | 15B | 13 | 4D |
| Octal | 317 | 270 | 275 | 0 | 13 | 11 | 23 | 533 | 23 | 115 |
| Binary | 11001111 | 10111000 | 10111101 | 0 | 1011 | 1001 | 10011 | 101011011 | 10011 | 1001101 |
Color Harmonies of #CFB8BD
Complementary color
Monochromatic Colors of #CFB8BD
Black with #CFB8BD
Text Example
Text Example
White with #CFB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8BD; }
p { color: rgb(207,184,189); }
H1.HeaderClassName
{
color: #CFB8BD;
}
.AnyTagClassName
{
color: #CFB8BD;
}
</style>
background-color css
<style>
a { background-color: #CFB8BD; }
a { background-color: rgb(207,184,189); }
div.DivClassName
{
background-color: #CFB8BD;
}
.BgClassName
{
background-color: #CFB8BD;
}
</style>
border-color css
<style>
span { border-color: #CFB8BD; }
span { border-color: rgb(207,184,189); }
td.TdClassName
{
border-color: #CFB8BD;
}
.TagClassName
{
border-color: #CFB8BD;
}
</style>