Shades of Melanie #D3AFBE
Tints of Melanie #D3AFBE
RGB
CMYK
RGB Variations
Color information
#D3AFBE (or 0xD3AFBE) is known color: Melanie. HEX triplet: D3, AF and BE. RGB value is (211,175,190). Sum of RGB (Red+Green+Blue) = 211+175+190=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBE is #2C5041. Grayscale: #BBBBBB. Windows color (decimal): -2904130 or 12496851. OLE color: 12496851.
HSL color Cylindrical-coordinate representation of color #D3AFBE: hue angle of 335º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFBE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 190 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.17 |
| HSL | 335º | 0.29% | 0.76% | - |
| HSV(B) | 335º | 0.17% | 0.83% | - |
| XYZ | 51.49 | 48.23 | 55.31 | - |
| YUV | 187.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 190 | 0 | 0.17 | 0.10 | 0.17 | 335 | 0.29 | 0.76 |
| Hex | D3 | AF | BE | 0 | 11 | A | 11 | 14F | 1D | 4C |
| Octal | 323 | 257 | 276 | 0 | 21 | 12 | 21 | 517 | 35 | 114 |
| Binary | 11010011 | 10101111 | 10111110 | 0 | 10001 | 1010 | 10001 | 101001111 | 11101 | 1001100 |
Color Harmonies of #D3AFBE
Complementary color
Monochromatic Colors of #D3AFBE
Black with #D3AFBE
Text Example
Text Example
White with #D3AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFBE; }
p { color: rgb(211,175,190); }
H1.HeaderClassName
{
color: #D3AFBE;
}
.AnyTagClassName
{
color: #D3AFBE;
}
</style>
background-color css
<style>
a { background-color: #D3AFBE; }
a { background-color: rgb(211,175,190); }
div.DivClassName
{
background-color: #D3AFBE;
}
.BgClassName
{
background-color: #D3AFBE;
}
</style>
border-color css
<style>
span { border-color: #D3AFBE; }
span { border-color: rgb(211,175,190); }
td.TdClassName
{
border-color: #D3AFBE;
}
.TagClassName
{
border-color: #D3AFBE;
}
</style>