Shades of Melanie #DFB1C2
Tints of Melanie #DFB1C2
RGB
CMYK
RGB Variations
Color information
#DFB1C2 (or 0xDFB1C2) is known color: Melanie. HEX triplet: DF, B1 and C2. RGB value is (223,177,194). Sum of RGB (Red+Green+Blue) = 223+177+194=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1C2 is #204E3D. Grayscale: #C0C0C0. Windows color (decimal): -2117182 or 12759519. OLE color: 12759519.
HSL color Cylindrical-coordinate representation of color #DFB1C2: hue angle of 337.83º 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 #DFB1C2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 194 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.13 |
| HSL | 337.83º | 0.42% | 0.78% | - |
| HSV(B) | 337.83º | 0.21% | 0.87% | - |
| XYZ | 55.89 | 51.03 | 57.94 | - |
| YUV | 192.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 194 | 0 | 0.21 | 0.13 | 0.13 | 337.83 | 0.42 | 0.78 |
| Hex | DF | B1 | C2 | 0 | 15 | D | D | 152 | 2A | 4E |
| Octal | 337 | 261 | 302 | 0 | 25 | 15 | 15 | 522 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11000010 | 0 | 10101 | 1101 | 1101 | 101010010 | 101010 | 1001110 |
Color Harmonies of #DFB1C2
Complementary color
Monochromatic Colors of #DFB1C2
Black with #DFB1C2
Text Example
Text Example
White with #DFB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1C2; }
p { color: rgb(223,177,194); }
H1.HeaderClassName
{
color: #DFB1C2;
}
.AnyTagClassName
{
color: #DFB1C2;
}
</style>
background-color css
<style>
a { background-color: #DFB1C2; }
a { background-color: rgb(223,177,194); }
div.DivClassName
{
background-color: #DFB1C2;
}
.BgClassName
{
background-color: #DFB1C2;
}
</style>
border-color css
<style>
span { border-color: #DFB1C2; }
span { border-color: rgb(223,177,194); }
td.TdClassName
{
border-color: #DFB1C2;
}
.TagClassName
{
border-color: #DFB1C2;
}
</style>