Shades of Melanie #DFAEBD
Tints of Melanie #DFAEBD
RGB
CMYK
RGB Variations
Color information
#DFAEBD (or 0xDFAEBD) is known color: Melanie. HEX triplet: DF, AE and BD. RGB value is (223,174,189). Sum of RGB (Red+Green+Blue) = 223+174+189=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEBD is #205142. Grayscale: #BEBEBE. Windows color (decimal): -2117955 or 12431071. OLE color: 12431071.
HSL color Cylindrical-coordinate representation of color #DFAEBD: hue angle of 341.63º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAEBD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 189 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.13 |
| HSL | 341.63º | 0.43% | 0.78% | - |
| HSV(B) | 341.63º | 0.22% | 0.87% | - |
| XYZ | 54.75 | 49.63 | 54.84 | - |
| YUV | 190.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 189 | 0 | 0.22 | 0.15 | 0.13 | 341.63 | 0.43 | 0.78 |
| Hex | DF | AE | BD | 0 | 16 | F | D | 156 | 2B | 4E |
| Octal | 337 | 256 | 275 | 0 | 26 | 17 | 15 | 526 | 53 | 116 |
| Binary | 11011111 | 10101110 | 10111101 | 0 | 10110 | 1111 | 1101 | 101010110 | 101011 | 1001110 |
Color Harmonies of #DFAEBD
Complementary color
Monochromatic Colors of #DFAEBD
Black with #DFAEBD
Text Example
Text Example
White with #DFAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEBD; }
p { color: rgb(223,174,189); }
H1.HeaderClassName
{
color: #DFAEBD;
}
.AnyTagClassName
{
color: #DFAEBD;
}
</style>
background-color css
<style>
a { background-color: #DFAEBD; }
a { background-color: rgb(223,174,189); }
div.DivClassName
{
background-color: #DFAEBD;
}
.BgClassName
{
background-color: #DFAEBD;
}
</style>
border-color css
<style>
span { border-color: #DFAEBD; }
span { border-color: rgb(223,174,189); }
td.TdClassName
{
border-color: #DFAEBD;
}
.TagClassName
{
border-color: #DFAEBD;
}
</style>