Shades of Melanie #D5AFBC
Tints of Melanie #D5AFBC
RGB
CMYK
RGB Variations
Color information
#D5AFBC (or 0xD5AFBC) is known color: Melanie. HEX triplet: D5, AF and BC. RGB value is (213,175,188). Sum of RGB (Red+Green+Blue) = 213+175+188=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFBC is #2A5043. Grayscale: #BBBBBB. Windows color (decimal): -2773060 or 12365781. OLE color: 12365781.
HSL color Cylindrical-coordinate representation of color #D5AFBC: hue angle of 339.47º 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 #D5AFBC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 188 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.16 |
| HSL | 339.47º | 0.31% | 0.76% | - |
| HSV(B) | 339.47º | 0.18% | 0.84% | - |
| XYZ | 51.85 | 48.44 | 54.19 | - |
| YUV | 187.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 188 | 0 | 0.18 | 0.12 | 0.16 | 339.47 | 0.31 | 0.76 |
| Hex | D5 | AF | BC | 0 | 12 | C | 10 | 153 | 1F | 4C |
| Octal | 325 | 257 | 274 | 0 | 22 | 14 | 20 | 523 | 37 | 114 |
| Binary | 11010101 | 10101111 | 10111100 | 0 | 10010 | 1100 | 10000 | 101010011 | 11111 | 1001100 |
Color Harmonies of #D5AFBC
Complementary color
Monochromatic Colors of #D5AFBC
Black with #D5AFBC
Text Example
Text Example
White with #D5AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFBC; }
p { color: rgb(213,175,188); }
H1.HeaderClassName
{
color: #D5AFBC;
}
.AnyTagClassName
{
color: #D5AFBC;
}
</style>
background-color css
<style>
a { background-color: #D5AFBC; }
a { background-color: rgb(213,175,188); }
div.DivClassName
{
background-color: #D5AFBC;
}
.BgClassName
{
background-color: #D5AFBC;
}
</style>
border-color css
<style>
span { border-color: #D5AFBC; }
span { border-color: rgb(213,175,188); }
td.TdClassName
{
border-color: #D5AFBC;
}
.TagClassName
{
border-color: #D5AFBC;
}
</style>