Shades of Melanie #DFBFC3
Tints of Melanie #DFBFC3
RGB
CMYK
RGB Variations
Color information
#DFBFC3 (or 0xDFBFC3) is known color: Melanie. HEX triplet: DF, BF and C3. RGB value is (223,191,195). Sum of RGB (Red+Green+Blue) = 223+191+195=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC3 is #20403C. Grayscale: #C9C9C9. Windows color (decimal): -2113597 or 12828639. OLE color: 12828639.
HSL color Cylindrical-coordinate representation of color #DFBFC3: hue angle of 352.5º 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 #DFBFC3 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 195 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 352.5º | 0.33% | 0.81% | - |
| HSV(B) | 352.5º | 0.14% | 0.87% | - |
| XYZ | 58.91 | 56.89 | 59.51 | - |
| YUV | 201.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 195 | 0 | 0.14 | 0.13 | 0.13 | 352.5 | 0.33 | 0.81 |
| Hex | DF | BF | C3 | 0 | E | D | D | 160 | 21 | 51 |
| Octal | 337 | 277 | 303 | 0 | 16 | 15 | 15 | 540 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11000011 | 0 | 1110 | 1101 | 1101 | 101100000 | 100001 | 1010001 |
Color Harmonies of #DFBFC3
Complementary color
Monochromatic Colors of #DFBFC3
Black with #DFBFC3
Text Example
Text Example
White with #DFBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC3; }
p { color: rgb(223,191,195); }
H1.HeaderClassName
{
color: #DFBFC3;
}
.AnyTagClassName
{
color: #DFBFC3;
}
</style>
background-color css
<style>
a { background-color: #DFBFC3; }
a { background-color: rgb(223,191,195); }
div.DivClassName
{
background-color: #DFBFC3;
}
.BgClassName
{
background-color: #DFBFC3;
}
</style>
border-color css
<style>
span { border-color: #DFBFC3; }
span { border-color: rgb(223,191,195); }
td.TdClassName
{
border-color: #DFBFC3;
}
.TagClassName
{
border-color: #DFBFC3;
}
</style>