Shades of Melanie #DFBFCA
Tints of Melanie #DFBFCA
RGB
CMYK
RGB Variations
Color information
#DFBFCA (or 0xDFBFCA) is known color: Melanie. HEX triplet: DF, BF and CA. RGB value is (223,191,202). Sum of RGB (Red+Green+Blue) = 223+191+202=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCA is #204035. Grayscale: #C9C9C9. Windows color (decimal): -2113590 or 13287391. OLE color: 13287391.
HSL color Cylindrical-coordinate representation of color #DFBFCA: hue angle of 339.38º 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 #DFBFCA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 202 | - |
CMYK | 0 | 0.14 | 0.09 | 0.13 |
HSL | 339.38º | 0.33% | 0.81% | - |
HSV(B) | 339.38º | 0.14% | 0.87% | - |
XYZ | 59.72 | 57.21 | 63.77 | - |
YUV | 201.82 | 128.1 | 143.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 202 | 0 | 0.14 | 0.09 | 0.13 | 339.38 | 0.33 | 0.81 |
Hex | DF | BF | CA | 0 | E | 9 | D | 153 | 21 | 51 |
Octal | 337 | 277 | 312 | 0 | 16 | 11 | 15 | 523 | 41 | 121 |
Binary | 11011111 | 10111111 | 11001010 | 0 | 1110 | 1001 | 1101 | 101010011 | 100001 | 1010001 |
Color Harmonies of #DFBFCA
Complementary color
Monochromatic Colors of #DFBFCA
Black with #DFBFCA
Text Example
Text Example
White with #DFBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFCA; }
p { color: rgb(223,191,202); }
H1.HeaderClassName
{
color: #DFBFCA;
}
.AnyTagClassName
{
color: #DFBFCA;
}
</style>
background-color css
<style>
a { background-color: #DFBFCA; }
a { background-color: rgb(223,191,202); }
div.DivClassName
{
background-color: #DFBFCA;
}
.BgClassName
{
background-color: #DFBFCA;
}
</style>
border-color css
<style>
span { border-color: #DFBFCA; }
span { border-color: rgb(223,191,202); }
td.TdClassName
{
border-color: #DFBFCA;
}
.TagClassName
{
border-color: #DFBFCA;
}
</style>