Shades of Melanie #CFAFB8
Tints of Melanie #CFAFB8
RGB
CMYK
RGB Variations
Color information
#CFAFB8 (or 0xCFAFB8) is known color: Melanie. HEX triplet: CF, AF and B8. RGB value is (207,175,184). Sum of RGB (Red+Green+Blue) = 207+175+184=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFB8 is #305047. Grayscale: #B9B9B9. Windows color (decimal): -3166280 or 12103631. OLE color: 12103631.
HSL color Cylindrical-coordinate representation of color #CFAFB8: hue angle of 343.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFB8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 184 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.19 |
| HSL | 343.13º | 0.25% | 0.75% | - |
| HSV(B) | 343.13º | 0.15% | 0.81% | - |
| XYZ | 49.71 | 47.39 | 51.87 | - |
| YUV | 185.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 184 | 0 | 0.15 | 0.11 | 0.19 | 343.13 | 0.25 | 0.75 |
| Hex | CF | AF | B8 | 0 | F | B | 13 | 157 | 19 | 4B |
| Octal | 317 | 257 | 270 | 0 | 17 | 13 | 23 | 527 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10111000 | 0 | 1111 | 1011 | 10011 | 101010111 | 11001 | 1001011 |
Color Harmonies of #CFAFB8
Complementary color
Monochromatic Colors of #CFAFB8
Black with #CFAFB8
Text Example
Text Example
White with #CFAFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFB8; }
p { color: rgb(207,175,184); }
H1.HeaderClassName
{
color: #CFAFB8;
}
.AnyTagClassName
{
color: #CFAFB8;
}
</style>
background-color css
<style>
a { background-color: #CFAFB8; }
a { background-color: rgb(207,175,184); }
div.DivClassName
{
background-color: #CFAFB8;
}
.BgClassName
{
background-color: #CFAFB8;
}
</style>
border-color css
<style>
span { border-color: #CFAFB8; }
span { border-color: rgb(207,175,184); }
td.TdClassName
{
border-color: #CFAFB8;
}
.TagClassName
{
border-color: #CFAFB8;
}
</style>