Shades of Melanie #DFBEC5
Tints of Melanie #DFBEC5
RGB
CMYK
RGB Variations
Color information
#DFBEC5 (or 0xDFBEC5) is known color: Melanie. HEX triplet: DF, BE and C5. RGB value is (223,190,197). Sum of RGB (Red+Green+Blue) = 223+190+197=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEC5 is #20413A. Grayscale: #C8C8C8. Windows color (decimal): -2113851 or 12959455. OLE color: 12959455.
HSL color Cylindrical-coordinate representation of color #DFBEC5: hue angle of 347.27º 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 #DFBEC5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 197 | - |
CMYK | 0 | 0.15 | 0.12 | 0.13 |
HSL | 347.27º | 0.34% | 0.81% | - |
HSV(B) | 347.27º | 0.15% | 0.87% | - |
XYZ | 58.92 | 56.55 | 60.63 | - |
YUV | 200.67 | 125.93 | 143.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 197 | 0 | 0.15 | 0.12 | 0.13 | 347.27 | 0.34 | 0.81 |
Hex | DF | BE | C5 | 0 | F | C | D | 15B | 22 | 51 |
Octal | 337 | 276 | 305 | 0 | 17 | 14 | 15 | 533 | 42 | 121 |
Binary | 11011111 | 10111110 | 11000101 | 0 | 1111 | 1100 | 1101 | 101011011 | 100010 | 1010001 |
Color Harmonies of #DFBEC5
Complementary color
Monochromatic Colors of #DFBEC5
Black with #DFBEC5
Text Example
Text Example
White with #DFBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEC5; }
p { color: rgb(223,190,197); }
H1.HeaderClassName
{
color: #DFBEC5;
}
.AnyTagClassName
{
color: #DFBEC5;
}
</style>
background-color css
<style>
a { background-color: #DFBEC5; }
a { background-color: rgb(223,190,197); }
div.DivClassName
{
background-color: #DFBEC5;
}
.BgClassName
{
background-color: #DFBEC5;
}
</style>
border-color css
<style>
span { border-color: #DFBEC5; }
span { border-color: rgb(223,190,197); }
td.TdClassName
{
border-color: #DFBEC5;
}
.TagClassName
{
border-color: #DFBEC5;
}
</style>