Shades of Melanie #DFBFC9
Tints of Melanie #DFBFC9
RGB
CMYK
RGB Variations
Color information
#DFBFC9 (or 0xDFBFC9) is known color: Melanie. HEX triplet: DF, BF and C9. RGB value is (223,191,201). Sum of RGB (Red+Green+Blue) = 223+191+201=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC9 is #204036. Grayscale: #C9C9C9. Windows color (decimal): -2113591 or 13221855. OLE color: 13221855.
HSL color Cylindrical-coordinate representation of color #DFBFC9: hue angle of 341.25º 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 #DFBFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 201 | - |
CMYK | 0 | 0.14 | 0.10 | 0.13 |
HSL | 341.25º | 0.33% | 0.81% | - |
HSV(B) | 341.25º | 0.14% | 0.87% | - |
XYZ | 59.6 | 57.17 | 63.15 | - |
YUV | 201.71 | 127.6 | 143.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 201 | 0 | 0.14 | 0.10 | 0.13 | 341.25 | 0.33 | 0.81 |
Hex | DF | BF | C9 | 0 | E | A | D | 155 | 21 | 51 |
Octal | 337 | 277 | 311 | 0 | 16 | 12 | 15 | 525 | 41 | 121 |
Binary | 11011111 | 10111111 | 11001001 | 0 | 1110 | 1010 | 1101 | 101010101 | 100001 | 1010001 |
Color Harmonies of #DFBFC9
Complementary color
Monochromatic Colors of #DFBFC9
Black with #DFBFC9
Text Example
Text Example
White with #DFBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC9; }
p { color: rgb(223,191,201); }
H1.HeaderClassName
{
color: #DFBFC9;
}
.AnyTagClassName
{
color: #DFBFC9;
}
</style>
background-color css
<style>
a { background-color: #DFBFC9; }
a { background-color: rgb(223,191,201); }
div.DivClassName
{
background-color: #DFBFC9;
}
.BgClassName
{
background-color: #DFBFC9;
}
</style>
border-color css
<style>
span { border-color: #DFBFC9; }
span { border-color: rgb(223,191,201); }
td.TdClassName
{
border-color: #DFBFC9;
}
.TagClassName
{
border-color: #DFBFC9;
}
</style>