Shades of Melanie #DFB1C4
Tints of Melanie #DFB1C4
RGB
CMYK
RGB Variations
Color information
#DFB1C4 (or 0xDFB1C4) is known color: Melanie. HEX triplet: DF, B1 and C4. RGB value is (223,177,196). Sum of RGB (Red+Green+Blue) = 223+177+196=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1C4 is #204E3B. Grayscale: #C0C0C0. Windows color (decimal): -2117180 or 12890591. OLE color: 12890591.
HSL color Cylindrical-coordinate representation of color #DFB1C4: hue angle of 335.22º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1C4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 196 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.13 |
| HSL | 335.22º | 0.42% | 0.78% | - |
| HSV(B) | 335.22º | 0.21% | 0.87% | - |
| XYZ | 56.12 | 51.12 | 59.13 | - |
| YUV | 192.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 196 | 0 | 0.21 | 0.12 | 0.13 | 335.22 | 0.42 | 0.78 |
| Hex | DF | B1 | C4 | 0 | 15 | C | D | 14F | 2A | 4E |
| Octal | 337 | 261 | 304 | 0 | 25 | 14 | 15 | 517 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11000100 | 0 | 10101 | 1100 | 1101 | 101001111 | 101010 | 1001110 |
Color Harmonies of #DFB1C4
Complementary color
Monochromatic Colors of #DFB1C4
Black with #DFB1C4
Text Example
Text Example
White with #DFB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1C4; }
p { color: rgb(223,177,196); }
H1.HeaderClassName
{
color: #DFB1C4;
}
.AnyTagClassName
{
color: #DFB1C4;
}
</style>
background-color css
<style>
a { background-color: #DFB1C4; }
a { background-color: rgb(223,177,196); }
div.DivClassName
{
background-color: #DFB1C4;
}
.BgClassName
{
background-color: #DFB1C4;
}
</style>
border-color css
<style>
span { border-color: #DFB1C4; }
span { border-color: rgb(223,177,196); }
td.TdClassName
{
border-color: #DFB1C4;
}
.TagClassName
{
border-color: #DFB1C4;
}
</style>