Shades of Melanie #DFB1C3
Tints of Melanie #DFB1C3
RGB
CMYK
RGB Variations
Color information
#DFB1C3 (or 0xDFB1C3) is known color: Melanie. HEX triplet: DF, B1 and C3. RGB value is (223,177,195). Sum of RGB (Red+Green+Blue) = 223+177+195=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1C3 is #204E3C. Grayscale: #C0C0C0. Windows color (decimal): -2117181 or 12825055. OLE color: 12825055.
HSL color Cylindrical-coordinate representation of color #DFB1C3: hue angle of 336.52º 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 #DFB1C3 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 195 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.13 |
| HSL | 336.52º | 0.42% | 0.78% | - |
| HSV(B) | 336.52º | 0.21% | 0.87% | - |
| XYZ | 56 | 51.07 | 58.54 | - |
| YUV | 192.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 195 | 0 | 0.21 | 0.13 | 0.13 | 336.52 | 0.42 | 0.78 |
| Hex | DF | B1 | C3 | 0 | 15 | D | D | 151 | 2A | 4E |
| Octal | 337 | 261 | 303 | 0 | 25 | 15 | 15 | 521 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11000011 | 0 | 10101 | 1101 | 1101 | 101010001 | 101010 | 1001110 |
Color Harmonies of #DFB1C3
Complementary color
Monochromatic Colors of #DFB1C3
Black with #DFB1C3
Text Example
Text Example
White with #DFB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1C3; }
p { color: rgb(223,177,195); }
H1.HeaderClassName
{
color: #DFB1C3;
}
.AnyTagClassName
{
color: #DFB1C3;
}
</style>
background-color css
<style>
a { background-color: #DFB1C3; }
a { background-color: rgb(223,177,195); }
div.DivClassName
{
background-color: #DFB1C3;
}
.BgClassName
{
background-color: #DFB1C3;
}
</style>
border-color css
<style>
span { border-color: #DFB1C3; }
span { border-color: rgb(223,177,195); }
td.TdClassName
{
border-color: #DFB1C3;
}
.TagClassName
{
border-color: #DFB1C3;
}
</style>