Shades of Melanie #CFB4BD
Tints of Melanie #CFB4BD
RGB
CMYK
RGB Variations
Color information
#CFB4BD (or 0xCFB4BD) is known color: Melanie. HEX triplet: CF, B4 and BD. RGB value is (207,180,189). Sum of RGB (Red+Green+Blue) = 207+180+189=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BD is #304B42. Grayscale: #BDBDBD. Windows color (decimal): -3164995 or 12432591. OLE color: 12432591.
HSL color Cylindrical-coordinate representation of color #CFB4BD: hue angle of 340º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB4BD is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 189 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.19 |
| HSL | 340º | 0.22% | 0.76% | - |
| HSV(B) | 340º | 0.13% | 0.81% | - |
| XYZ | 51.24 | 49.58 | 55.01 | - |
| YUV | 189.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 189 | 0 | 0.13 | 0.09 | 0.19 | 340 | 0.22 | 0.76 |
| Hex | CF | B4 | BD | 0 | D | 9 | 13 | 154 | 16 | 4C |
| Octal | 317 | 264 | 275 | 0 | 15 | 11 | 23 | 524 | 26 | 114 |
| Binary | 11001111 | 10110100 | 10111101 | 0 | 1101 | 1001 | 10011 | 101010100 | 10110 | 1001100 |
Color Harmonies of #CFB4BD
Complementary color
Monochromatic Colors of #CFB4BD
Black with #CFB4BD
Text Example
Text Example
White with #CFB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4BD; }
p { color: rgb(207,180,189); }
H1.HeaderClassName
{
color: #CFB4BD;
}
.AnyTagClassName
{
color: #CFB4BD;
}
</style>
background-color css
<style>
a { background-color: #CFB4BD; }
a { background-color: rgb(207,180,189); }
div.DivClassName
{
background-color: #CFB4BD;
}
.BgClassName
{
background-color: #CFB4BD;
}
</style>
border-color css
<style>
span { border-color: #CFB4BD; }
span { border-color: rgb(207,180,189); }
td.TdClassName
{
border-color: #CFB4BD;
}
.TagClassName
{
border-color: #CFB4BD;
}
</style>