Shades of Melanie #DFB2BC
Tints of Melanie #DFB2BC
RGB
CMYK
RGB Variations
Color information
#DFB2BC (or 0xDFB2BC) is known color: Melanie. HEX triplet: DF, B2 and BC. RGB value is (223,178,188). Sum of RGB (Red+Green+Blue) = 223+178+188=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BC is #204D43. Grayscale: #C0C0C0. Windows color (decimal): -2116932 or 12366559. OLE color: 12366559.
HSL color Cylindrical-coordinate representation of color #DFB2BC: hue angle of 346.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2BC is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 178 | 188 | - |
CMYK | 0 | 0.20 | 0.16 | 0.13 |
HSL | 346.67º | 0.41% | 0.79% | - |
HSV(B) | 346.67º | 0.2% | 0.87% | - |
XYZ | 55.43 | 51.16 | 54.53 | - |
YUV | 192.6 | 125.41 | 149.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 178 | 188 | 0 | 0.20 | 0.16 | 0.13 | 346.67 | 0.41 | 0.79 |
Hex | DF | B2 | BC | 0 | 14 | 10 | D | 15B | 29 | 4F |
Octal | 337 | 262 | 274 | 0 | 24 | 20 | 15 | 533 | 51 | 117 |
Binary | 11011111 | 10110010 | 10111100 | 0 | 10100 | 10000 | 1101 | 101011011 | 101001 | 1001111 |
Color Harmonies of #DFB2BC
Complementary color
Monochromatic Colors of #DFB2BC
Black with #DFB2BC
Text Example
Text Example
White with #DFB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2BC; }
p { color: rgb(223,178,188); }
H1.HeaderClassName
{
color: #DFB2BC;
}
.AnyTagClassName
{
color: #DFB2BC;
}
</style>
background-color css
<style>
a { background-color: #DFB2BC; }
a { background-color: rgb(223,178,188); }
div.DivClassName
{
background-color: #DFB2BC;
}
.BgClassName
{
background-color: #DFB2BC;
}
</style>
border-color css
<style>
span { border-color: #DFB2BC; }
span { border-color: rgb(223,178,188); }
td.TdClassName
{
border-color: #DFB2BC;
}
.TagClassName
{
border-color: #DFB2BC;
}
</style>