Shades of Melanie #DFBEC1
Tints of Melanie #DFBEC1
RGB
CMYK
RGB Variations
Color information
#DFBEC1 (or 0xDFBEC1) is known color: Melanie. HEX triplet: DF, BE and C1. RGB value is (223,190,193). Sum of RGB (Red+Green+Blue) = 223+190+193=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEC1 is #20413E. Grayscale: #C8C8C8. Windows color (decimal): -2113855 or 12697311. OLE color: 12697311.
HSL color Cylindrical-coordinate representation of color #DFBEC1: hue angle of 354.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEC1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 193 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 354.55º | 0.34% | 0.81% | - |
| HSV(B) | 354.55º | 0.15% | 0.87% | - |
| XYZ | 58.47 | 56.37 | 58.25 | - |
| YUV | 200.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 193 | 0 | 0.15 | 0.13 | 0.13 | 354.55 | 0.34 | 0.81 |
| Hex | DF | BE | C1 | 0 | F | D | D | 163 | 22 | 51 |
| Octal | 337 | 276 | 301 | 0 | 17 | 15 | 15 | 543 | 42 | 121 |
| Binary | 11011111 | 10111110 | 11000001 | 0 | 1111 | 1101 | 1101 | 101100011 | 100010 | 1010001 |
Color Harmonies of #DFBEC1
Complementary color
Monochromatic Colors of #DFBEC1
Black with #DFBEC1
Text Example
Text Example
White with #DFBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEC1; }
p { color: rgb(223,190,193); }
H1.HeaderClassName
{
color: #DFBEC1;
}
.AnyTagClassName
{
color: #DFBEC1;
}
</style>
background-color css
<style>
a { background-color: #DFBEC1; }
a { background-color: rgb(223,190,193); }
div.DivClassName
{
background-color: #DFBEC1;
}
.BgClassName
{
background-color: #DFBEC1;
}
</style>
border-color css
<style>
span { border-color: #DFBEC1; }
span { border-color: rgb(223,190,193); }
td.TdClassName
{
border-color: #DFBEC1;
}
.TagClassName
{
border-color: #DFBEC1;
}
</style>