Shades of Melanie #CFADB7
Tints of Melanie #CFADB7
RGB
CMYK
RGB Variations
Color information
#CFADB7 (or 0xCFADB7) is known color: Melanie. HEX triplet: CF, AD and B7. RGB value is (207,173,183). Sum of RGB (Red+Green+Blue) = 207+173+183=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB7 is #305248. Grayscale: #B8B8B8. Windows color (decimal): -3166793 or 12037583. OLE color: 12037583.
HSL color Cylindrical-coordinate representation of color #CFADB7: hue angle of 342.35º 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 #CFADB7 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 183 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.19 |
| HSL | 342.35º | 0.26% | 0.75% | - |
| HSV(B) | 342.35º | 0.16% | 0.81% | - |
| XYZ | 49.22 | 46.57 | 51.19 | - |
| YUV | 184.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 183 | 0 | 0.16 | 0.12 | 0.19 | 342.35 | 0.26 | 0.75 |
| Hex | CF | AD | B7 | 0 | 10 | C | 13 | 156 | 1A | 4B |
| Octal | 317 | 255 | 267 | 0 | 20 | 14 | 23 | 526 | 32 | 113 |
| Binary | 11001111 | 10101101 | 10110111 | 0 | 10000 | 1100 | 10011 | 101010110 | 11010 | 1001011 |
Color Harmonies of #CFADB7
Complementary color
Monochromatic Colors of #CFADB7
Black with #CFADB7
Text Example
Text Example
White with #CFADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADB7; }
p { color: rgb(207,173,183); }
H1.HeaderClassName
{
color: #CFADB7;
}
.AnyTagClassName
{
color: #CFADB7;
}
</style>
background-color css
<style>
a { background-color: #CFADB7; }
a { background-color: rgb(207,173,183); }
div.DivClassName
{
background-color: #CFADB7;
}
.BgClassName
{
background-color: #CFADB7;
}
</style>
border-color css
<style>
span { border-color: #CFADB7; }
span { border-color: rgb(207,173,183); }
td.TdClassName
{
border-color: #CFADB7;
}
.TagClassName
{
border-color: #CFADB7;
}
</style>