Shades of Melanie #DFB5C7
Tints of Melanie #DFB5C7
RGB
CMYK
RGB Variations
Color information
#DFB5C7 (or 0xDFB5C7) is known color: Melanie. HEX triplet: DF, B5 and C7. RGB value is (223,181,199). Sum of RGB (Red+Green+Blue) = 223+181+199=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5C7 is #204A38. Grayscale: #C3C3C3. Windows color (decimal): -2116153 or 13088223. OLE color: 13088223.
HSL color Cylindrical-coordinate representation of color #DFB5C7: hue angle of 334.29º 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 #DFB5C7 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 199 | - |
CMYK | 0 | 0.19 | 0.11 | 0.13 |
HSL | 334.29º | 0.4% | 0.79% | - |
HSV(B) | 334.29º | 0.19% | 0.87% | - |
XYZ | 57.26 | 52.86 | 61.22 | - |
YUV | 195.61 | 129.91 | 147.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 199 | 0 | 0.19 | 0.11 | 0.13 | 334.29 | 0.4 | 0.79 |
Hex | DF | B5 | C7 | 0 | 13 | B | D | 14E | 28 | 4F |
Octal | 337 | 265 | 307 | 0 | 23 | 13 | 15 | 516 | 50 | 117 |
Binary | 11011111 | 10110101 | 11000111 | 0 | 10011 | 1011 | 1101 | 101001110 | 101000 | 1001111 |
Color Harmonies of #DFB5C7
Complementary color
Monochromatic Colors of #DFB5C7
Black with #DFB5C7
Text Example
Text Example
White with #DFB5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5C7; }
p { color: rgb(223,181,199); }
H1.HeaderClassName
{
color: #DFB5C7;
}
.AnyTagClassName
{
color: #DFB5C7;
}
</style>
background-color css
<style>
a { background-color: #DFB5C7; }
a { background-color: rgb(223,181,199); }
div.DivClassName
{
background-color: #DFB5C7;
}
.BgClassName
{
background-color: #DFB5C7;
}
</style>
border-color css
<style>
span { border-color: #DFB5C7; }
span { border-color: rgb(223,181,199); }
td.TdClassName
{
border-color: #DFB5C7;
}
.TagClassName
{
border-color: #DFB5C7;
}
</style>