Shades of Melanie #D5AFBB
Tints of Melanie #D5AFBB
RGB
CMYK
RGB Variations
Color information
#D5AFBB (or 0xD5AFBB) is known color: Melanie. HEX triplet: D5, AF and BB. RGB value is (213,175,187). Sum of RGB (Red+Green+Blue) = 213+175+187=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBB is #2A5044. Grayscale: #BBBBBB. Windows color (decimal): -2773061 or 12300245. OLE color: 12300245.
HSL color Cylindrical-coordinate representation of color #D5AFBB: hue angle of 341.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFBB is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 187 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.16 |
| HSL | 341.05º | 0.31% | 0.76% | - |
| HSV(B) | 341.05º | 0.18% | 0.84% | - |
| XYZ | 51.74 | 48.39 | 53.63 | - |
| YUV | 187.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 187 | 0 | 0.18 | 0.12 | 0.16 | 341.05 | 0.31 | 0.76 |
| Hex | D5 | AF | BB | 0 | 12 | C | 10 | 155 | 1F | 4C |
| Octal | 325 | 257 | 273 | 0 | 22 | 14 | 20 | 525 | 37 | 114 |
| Binary | 11010101 | 10101111 | 10111011 | 0 | 10010 | 1100 | 10000 | 101010101 | 11111 | 1001100 |
Color Harmonies of #D5AFBB
Complementary color
Monochromatic Colors of #D5AFBB
Black with #D5AFBB
Text Example
Text Example
White with #D5AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFBB; }
p { color: rgb(213,175,187); }
H1.HeaderClassName
{
color: #D5AFBB;
}
.AnyTagClassName
{
color: #D5AFBB;
}
</style>
background-color css
<style>
a { background-color: #D5AFBB; }
a { background-color: rgb(213,175,187); }
div.DivClassName
{
background-color: #D5AFBB;
}
.BgClassName
{
background-color: #D5AFBB;
}
</style>
border-color css
<style>
span { border-color: #D5AFBB; }
span { border-color: rgb(213,175,187); }
td.TdClassName
{
border-color: #D5AFBB;
}
.TagClassName
{
border-color: #D5AFBB;
}
</style>