Shades of Melanie #CFAEB9
Tints of Melanie #CFAEB9
RGB
CMYK
RGB Variations
Color information
#CFAEB9 (or 0xCFAEB9) is known color: Melanie. HEX triplet: CF, AE and B9. RGB value is (207,174,185). Sum of RGB (Red+Green+Blue) = 207+174+185=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB9 is #305146. Grayscale: #B9B9B9. Windows color (decimal): -3166535 or 12168911. OLE color: 12168911.
HSL color Cylindrical-coordinate representation of color #CFAEB9: hue angle of 340º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEB9 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 185 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.19 |
| HSL | 340º | 0.26% | 0.75% | - |
| HSV(B) | 340º | 0.16% | 0.81% | - |
| XYZ | 49.63 | 47.04 | 52.36 | - |
| YUV | 185.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 185 | 0 | 0.16 | 0.11 | 0.19 | 340 | 0.26 | 0.75 |
| Hex | CF | AE | B9 | 0 | 10 | B | 13 | 154 | 1A | 4B |
| Octal | 317 | 256 | 271 | 0 | 20 | 13 | 23 | 524 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10111001 | 0 | 10000 | 1011 | 10011 | 101010100 | 11010 | 1001011 |
Color Harmonies of #CFAEB9
Complementary color
Monochromatic Colors of #CFAEB9
Black with #CFAEB9
Text Example
Text Example
White with #CFAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB9; }
p { color: rgb(207,174,185); }
H1.HeaderClassName
{
color: #CFAEB9;
}
.AnyTagClassName
{
color: #CFAEB9;
}
</style>
background-color css
<style>
a { background-color: #CFAEB9; }
a { background-color: rgb(207,174,185); }
div.DivClassName
{
background-color: #CFAEB9;
}
.BgClassName
{
background-color: #CFAEB9;
}
</style>
border-color css
<style>
span { border-color: #CFAEB9; }
span { border-color: rgb(207,174,185); }
td.TdClassName
{
border-color: #CFAEB9;
}
.TagClassName
{
border-color: #CFAEB9;
}
</style>