Shades of Melanie #D3AFBC
Tints of Melanie #D3AFBC
RGB
CMYK
RGB Variations
Color information
#D3AFBC (or 0xD3AFBC) is known color: Melanie. HEX triplet: D3, AF and BC. RGB value is (211,175,188). Sum of RGB (Red+Green+Blue) = 211+175+188=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBC is #2C5043. Grayscale: #BBBBBB. Windows color (decimal): -2904132 or 12365779. OLE color: 12365779.
HSL color Cylindrical-coordinate representation of color #D3AFBC: hue angle of 338.33º 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 #D3AFBC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 188 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.17 |
| HSL | 338.33º | 0.29% | 0.76% | - |
| HSV(B) | 338.33º | 0.17% | 0.83% | - |
| XYZ | 51.27 | 48.14 | 54.17 | - |
| YUV | 187.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 188 | 0 | 0.17 | 0.11 | 0.17 | 338.33 | 0.29 | 0.76 |
| Hex | D3 | AF | BC | 0 | 11 | B | 11 | 152 | 1D | 4C |
| Octal | 323 | 257 | 274 | 0 | 21 | 13 | 21 | 522 | 35 | 114 |
| Binary | 11010011 | 10101111 | 10111100 | 0 | 10001 | 1011 | 10001 | 101010010 | 11101 | 1001100 |
Color Harmonies of #D3AFBC
Complementary color
Monochromatic Colors of #D3AFBC
Black with #D3AFBC
Text Example
Text Example
White with #D3AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFBC; }
p { color: rgb(211,175,188); }
H1.HeaderClassName
{
color: #D3AFBC;
}
.AnyTagClassName
{
color: #D3AFBC;
}
</style>
background-color css
<style>
a { background-color: #D3AFBC; }
a { background-color: rgb(211,175,188); }
div.DivClassName
{
background-color: #D3AFBC;
}
.BgClassName
{
background-color: #D3AFBC;
}
</style>
border-color css
<style>
span { border-color: #D3AFBC; }
span { border-color: rgb(211,175,188); }
td.TdClassName
{
border-color: #D3AFBC;
}
.TagClassName
{
border-color: #D3AFBC;
}
</style>