Shades of Melanie #DFB8C4
Tints of Melanie #DFB8C4
RGB
CMYK
RGB Variations
Color information
#DFB8C4 (or 0xDFB8C4) is known color: Melanie. HEX triplet: DF, B8 and C4. RGB value is (223,184,196). Sum of RGB (Red+Green+Blue) = 223+184+196=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8C4 is #20473B. Grayscale: #C5C5C5. Windows color (decimal): -2115388 or 12892383. OLE color: 12892383.
HSL color Cylindrical-coordinate representation of color #DFB8C4: hue angle of 341.54º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8C4 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 196 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.13 |
| HSL | 341.54º | 0.38% | 0.8% | - |
| HSV(B) | 341.54º | 0.17% | 0.87% | - |
| XYZ | 57.54 | 53.95 | 59.61 | - |
| YUV | 197.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 196 | 0 | 0.17 | 0.12 | 0.13 | 341.54 | 0.38 | 0.8 |
| Hex | DF | B8 | C4 | 0 | 11 | C | D | 156 | 26 | 50 |
| Octal | 337 | 270 | 304 | 0 | 21 | 14 | 15 | 526 | 46 | 120 |
| Binary | 11011111 | 10111000 | 11000100 | 0 | 10001 | 1100 | 1101 | 101010110 | 100110 | 1010000 |
Color Harmonies of #DFB8C4
Complementary color
Monochromatic Colors of #DFB8C4
Black with #DFB8C4
Text Example
Text Example
White with #DFB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8C4; }
p { color: rgb(223,184,196); }
H1.HeaderClassName
{
color: #DFB8C4;
}
.AnyTagClassName
{
color: #DFB8C4;
}
</style>
background-color css
<style>
a { background-color: #DFB8C4; }
a { background-color: rgb(223,184,196); }
div.DivClassName
{
background-color: #DFB8C4;
}
.BgClassName
{
background-color: #DFB8C4;
}
</style>
border-color css
<style>
span { border-color: #DFB8C4; }
span { border-color: rgb(223,184,196); }
td.TdClassName
{
border-color: #DFB8C4;
}
.TagClassName
{
border-color: #DFB8C4;
}
</style>