Shades of Melanie #DFB6BD
Tints of Melanie #DFB6BD
RGB
CMYK
RGB Variations
Color information
#DFB6BD (or 0xDFB6BD) is known color: Melanie. HEX triplet: DF, B6 and BD. RGB value is (223,182,189). Sum of RGB (Red+Green+Blue) = 223+182+189=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BD is #204942. Grayscale: #C3C3C3. Windows color (decimal): -2115907 or 12433119. OLE color: 12433119.
HSL color Cylindrical-coordinate representation of color #DFB6BD: hue angle of 349.76º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6BD is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 189 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.13 |
| HSL | 349.76º | 0.39% | 0.79% | - |
| HSV(B) | 349.76º | 0.18% | 0.87% | - |
| XYZ | 56.34 | 52.82 | 55.37 | - |
| YUV | 195.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 189 | 0 | 0.18 | 0.15 | 0.13 | 349.76 | 0.39 | 0.79 |
| Hex | DF | B6 | BD | 0 | 12 | F | D | 15E | 27 | 4F |
| Octal | 337 | 266 | 275 | 0 | 22 | 17 | 15 | 536 | 47 | 117 |
| Binary | 11011111 | 10110110 | 10111101 | 0 | 10010 | 1111 | 1101 | 101011110 | 100111 | 1001111 |
Color Harmonies of #DFB6BD
Complementary color
Monochromatic Colors of #DFB6BD
Black with #DFB6BD
Text Example
Text Example
White with #DFB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6BD; }
p { color: rgb(223,182,189); }
H1.HeaderClassName
{
color: #DFB6BD;
}
.AnyTagClassName
{
color: #DFB6BD;
}
</style>
background-color css
<style>
a { background-color: #DFB6BD; }
a { background-color: rgb(223,182,189); }
div.DivClassName
{
background-color: #DFB6BD;
}
.BgClassName
{
background-color: #DFB6BD;
}
</style>
border-color css
<style>
span { border-color: #DFB6BD; }
span { border-color: rgb(223,182,189); }
td.TdClassName
{
border-color: #DFB6BD;
}
.TagClassName
{
border-color: #DFB6BD;
}
</style>