Shades of Melanie #DFB4C0
Tints of Melanie #DFB4C0
RGB
CMYK
RGB Variations
Color information
#DFB4C0 (or 0xDFB4C0) is known color: Melanie. HEX triplet: DF, B4 and C0. RGB value is (223,180,192). Sum of RGB (Red+Green+Blue) = 223+180+192=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4C0 is #204B3F. Grayscale: #C2C2C2. Windows color (decimal): -2116416 or 12629215. OLE color: 12629215.
HSL color Cylindrical-coordinate representation of color #DFB4C0: hue angle of 343.26º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4C0 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 180 | 192 | - |
CMYK | 0 | 0.19 | 0.14 | 0.13 |
HSL | 343.26º | 0.4% | 0.79% | - |
HSV(B) | 343.26º | 0.19% | 0.87% | - |
XYZ | 56.27 | 52.14 | 56.97 | - |
YUV | 194.23 | 126.75 | 148.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 180 | 192 | 0 | 0.19 | 0.14 | 0.13 | 343.26 | 0.4 | 0.79 |
Hex | DF | B4 | C0 | 0 | 13 | E | D | 157 | 28 | 4F |
Octal | 337 | 264 | 300 | 0 | 23 | 16 | 15 | 527 | 50 | 117 |
Binary | 11011111 | 10110100 | 11000000 | 0 | 10011 | 1110 | 1101 | 101010111 | 101000 | 1001111 |
Color Harmonies of #DFB4C0
Complementary color
Monochromatic Colors of #DFB4C0
Black with #DFB4C0
Text Example
Text Example
White with #DFB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4C0; }
p { color: rgb(223,180,192); }
H1.HeaderClassName
{
color: #DFB4C0;
}
.AnyTagClassName
{
color: #DFB4C0;
}
</style>
background-color css
<style>
a { background-color: #DFB4C0; }
a { background-color: rgb(223,180,192); }
div.DivClassName
{
background-color: #DFB4C0;
}
.BgClassName
{
background-color: #DFB4C0;
}
</style>
border-color css
<style>
span { border-color: #DFB4C0; }
span { border-color: rgb(223,180,192); }
td.TdClassName
{
border-color: #DFB4C0;
}
.TagClassName
{
border-color: #DFB4C0;
}
</style>