Shades of Melanie #DFBFC4
Tints of Melanie #DFBFC4
RGB
CMYK
RGB Variations
Color information
#DFBFC4 (or 0xDFBFC4) is known color: Melanie. HEX triplet: DF, BF and C4. RGB value is (223,191,196). Sum of RGB (Red+Green+Blue) = 223+191+196=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC4 is #20403B. Grayscale: #C9C9C9. Windows color (decimal): -2113596 or 12894175. OLE color: 12894175.
HSL color Cylindrical-coordinate representation of color #DFBFC4: hue angle of 350.62º 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 #DFBFC4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 196 | - |
CMYK | 0 | 0.14 | 0.12 | 0.13 |
HSL | 350.63º | 0.33% | 0.81% | - |
HSV(B) | 350.63º | 0.14% | 0.87% | - |
XYZ | 59.03 | 56.94 | 60.1 | - |
YUV | 201.14 | 125.1 | 143.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 196 | 0 | 0.14 | 0.12 | 0.13 | 350.63 | 0.33 | 0.81 |
Hex | DF | BF | C4 | 0 | E | C | D | 15F | 21 | 51 |
Octal | 337 | 277 | 304 | 0 | 16 | 14 | 15 | 537 | 41 | 121 |
Binary | 11011111 | 10111111 | 11000100 | 0 | 1110 | 1100 | 1101 | 101011111 | 100001 | 1010001 |
Color Harmonies of #DFBFC4
Complementary color
Monochromatic Colors of #DFBFC4
Black with #DFBFC4
Text Example
Text Example
White with #DFBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC4; }
p { color: rgb(223,191,196); }
H1.HeaderClassName
{
color: #DFBFC4;
}
.AnyTagClassName
{
color: #DFBFC4;
}
</style>
background-color css
<style>
a { background-color: #DFBFC4; }
a { background-color: rgb(223,191,196); }
div.DivClassName
{
background-color: #DFBFC4;
}
.BgClassName
{
background-color: #DFBFC4;
}
</style>
border-color css
<style>
span { border-color: #DFBFC4; }
span { border-color: rgb(223,191,196); }
td.TdClassName
{
border-color: #DFBFC4;
}
.TagClassName
{
border-color: #DFBFC4;
}
</style>