Shades of Melanie #DFB2BE
Tints of Melanie #DFB2BE
RGB
CMYK
RGB Variations
Color information
#DFB2BE (or 0xDFB2BE) is known color: Melanie. HEX triplet: DF, B2 and BE. RGB value is (223,178,190). Sum of RGB (Red+Green+Blue) = 223+178+190=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BE is #204D41. Grayscale: #C0C0C0. Windows color (decimal): -2116930 or 12497631. OLE color: 12497631.
HSL color Cylindrical-coordinate representation of color #DFB2BE: hue angle of 344º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2BE is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 178 | 190 | - |
CMYK | 0 | 0.20 | 0.15 | 0.13 |
HSL | 344º | 0.41% | 0.79% | - |
HSV(B) | 344º | 0.2% | 0.87% | - |
XYZ | 55.65 | 51.25 | 55.67 | - |
YUV | 192.82 | 126.41 | 149.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 178 | 190 | 0 | 0.20 | 0.15 | 0.13 | 344 | 0.41 | 0.79 |
Hex | DF | B2 | BE | 0 | 14 | F | D | 158 | 29 | 4F |
Octal | 337 | 262 | 276 | 0 | 24 | 17 | 15 | 530 | 51 | 117 |
Binary | 11011111 | 10110010 | 10111110 | 0 | 10100 | 1111 | 1101 | 101011000 | 101001 | 1001111 |
Color Harmonies of #DFB2BE
Complementary color
Monochromatic Colors of #DFB2BE
Black with #DFB2BE
Text Example
Text Example
White with #DFB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2BE; }
p { color: rgb(223,178,190); }
H1.HeaderClassName
{
color: #DFB2BE;
}
.AnyTagClassName
{
color: #DFB2BE;
}
</style>
background-color css
<style>
a { background-color: #DFB2BE; }
a { background-color: rgb(223,178,190); }
div.DivClassName
{
background-color: #DFB2BE;
}
.BgClassName
{
background-color: #DFB2BE;
}
</style>
border-color css
<style>
span { border-color: #DFB2BE; }
span { border-color: rgb(223,178,190); }
td.TdClassName
{
border-color: #DFB2BE;
}
.TagClassName
{
border-color: #DFB2BE;
}
</style>