Shades of Melanie #DFBFC7
Tints of Melanie #DFBFC7
RGB
CMYK
RGB Variations
Color information
#DFBFC7 (or 0xDFBFC7) is known color: Melanie. HEX triplet: DF, BF and C7. RGB value is (223,191,199). Sum of RGB (Red+Green+Blue) = 223+191+199=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC7 is #204038. Grayscale: #C9C9C9. Windows color (decimal): -2113593 or 13090783. OLE color: 13090783.
HSL color Cylindrical-coordinate representation of color #DFBFC7: hue angle of 345º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC7 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 199 | - |
CMYK | 0 | 0.14 | 0.11 | 0.13 |
HSL | 345º | 0.33% | 0.81% | - |
HSV(B) | 345º | 0.14% | 0.87% | - |
XYZ | 59.37 | 57.07 | 61.92 | - |
YUV | 201.48 | 126.6 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 199 | 0 | 0.14 | 0.11 | 0.13 | 345 | 0.33 | 0.81 |
Hex | DF | BF | C7 | 0 | E | B | D | 159 | 21 | 51 |
Octal | 337 | 277 | 307 | 0 | 16 | 13 | 15 | 531 | 41 | 121 |
Binary | 11011111 | 10111111 | 11000111 | 0 | 1110 | 1011 | 1101 | 101011001 | 100001 | 1010001 |
Color Harmonies of #DFBFC7
Complementary color
Monochromatic Colors of #DFBFC7
Black with #DFBFC7
Text Example
Text Example
White with #DFBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC7; }
p { color: rgb(223,191,199); }
H1.HeaderClassName
{
color: #DFBFC7;
}
.AnyTagClassName
{
color: #DFBFC7;
}
</style>
background-color css
<style>
a { background-color: #DFBFC7; }
a { background-color: rgb(223,191,199); }
div.DivClassName
{
background-color: #DFBFC7;
}
.BgClassName
{
background-color: #DFBFC7;
}
</style>
border-color css
<style>
span { border-color: #DFBFC7; }
span { border-color: rgb(223,191,199); }
td.TdClassName
{
border-color: #DFBFC7;
}
.TagClassName
{
border-color: #DFBFC7;
}
</style>