Shades of Melanie #DFB8BE
Tints of Melanie #DFB8BE
RGB
CMYK
RGB Variations
Color information
#DFB8BE (or 0xDFB8BE) is known color: Melanie. HEX triplet: DF, B8 and BE. RGB value is (223,184,190). Sum of RGB (Red+Green+Blue) = 223+184+190=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8BE is #204741. Grayscale: #C4C4C4. Windows color (decimal): -2115394 or 12499167. OLE color: 12499167.
HSL color Cylindrical-coordinate representation of color #DFB8BE: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8BE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 184 | 190 | - |
CMYK | 0 | 0.17 | 0.15 | 0.13 |
HSL | 350.77º | 0.38% | 0.8% | - |
HSV(B) | 350.77º | 0.17% | 0.87% | - |
XYZ | 56.87 | 53.69 | 56.08 | - |
YUV | 196.35 | 124.42 | 147.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 184 | 190 | 0 | 0.17 | 0.15 | 0.13 | 350.77 | 0.38 | 0.8 |
Hex | DF | B8 | BE | 0 | 11 | F | D | 15F | 26 | 50 |
Octal | 337 | 270 | 276 | 0 | 21 | 17 | 15 | 537 | 46 | 120 |
Binary | 11011111 | 10111000 | 10111110 | 0 | 10001 | 1111 | 1101 | 101011111 | 100110 | 1010000 |
Color Harmonies of #DFB8BE
Complementary color
Monochromatic Colors of #DFB8BE
Black with #DFB8BE
Text Example
Text Example
White with #DFB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8BE; }
p { color: rgb(223,184,190); }
H1.HeaderClassName
{
color: #DFB8BE;
}
.AnyTagClassName
{
color: #DFB8BE;
}
</style>
background-color css
<style>
a { background-color: #DFB8BE; }
a { background-color: rgb(223,184,190); }
div.DivClassName
{
background-color: #DFB8BE;
}
.BgClassName
{
background-color: #DFB8BE;
}
</style>
border-color css
<style>
span { border-color: #DFB8BE; }
span { border-color: rgb(223,184,190); }
td.TdClassName
{
border-color: #DFB8BE;
}
.TagClassName
{
border-color: #DFB8BE;
}
</style>