Shades of Melanie #DFABC2
Tints of Melanie #DFABC2
RGB
CMYK
RGB Variations
Color information
#DFABC2 (or 0xDFABC2) is known color: Melanie. HEX triplet: DF, AB and C2. RGB value is (223,171,194). Sum of RGB (Red+Green+Blue) = 223+171+194=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC2 is #20543D. Grayscale: #BDBDBD. Windows color (decimal): -2118718 or 12757983. OLE color: 12757983.
HSL color Cylindrical-coordinate representation of color #DFABC2: hue angle of 333.46º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABC2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 194 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.13 |
| HSL | 333.46º | 0.45% | 0.77% | - |
| HSV(B) | 333.46º | 0.23% | 0.87% | - |
| XYZ | 54.73 | 48.71 | 57.56 | - |
| YUV | 189.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 194 | 0 | 0.23 | 0.13 | 0.13 | 333.46 | 0.45 | 0.77 |
| Hex | DF | AB | C2 | 0 | 17 | D | D | 14D | 2D | 4D |
| Octal | 337 | 253 | 302 | 0 | 27 | 15 | 15 | 515 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11000010 | 0 | 10111 | 1101 | 1101 | 101001101 | 101101 | 1001101 |
Color Harmonies of #DFABC2
Complementary color
Monochromatic Colors of #DFABC2
Black with #DFABC2
Text Example
Text Example
White with #DFABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABC2; }
p { color: rgb(223,171,194); }
H1.HeaderClassName
{
color: #DFABC2;
}
.AnyTagClassName
{
color: #DFABC2;
}
</style>
background-color css
<style>
a { background-color: #DFABC2; }
a { background-color: rgb(223,171,194); }
div.DivClassName
{
background-color: #DFABC2;
}
.BgClassName
{
background-color: #DFABC2;
}
</style>
border-color css
<style>
span { border-color: #DFABC2; }
span { border-color: rgb(223,171,194); }
td.TdClassName
{
border-color: #DFABC2;
}
.TagClassName
{
border-color: #DFABC2;
}
</style>