Shades of Melanie #DEB5BF
Tints of Melanie #DEB5BF
RGB
CMYK
RGB Variations
Color information
#DEB5BF (or 0xDEB5BF) is known color: Melanie. HEX triplet: DE, B5 and BF. RGB value is (222,181,191). Sum of RGB (Red+Green+Blue) = 222+181+191=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB5BF is #214A40. Grayscale: #C2C2C2. Windows color (decimal): -2181697 or 12563934. OLE color: 12563934.
HSL color Cylindrical-coordinate representation of color #DEB5BF: hue angle of 345.37º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB5BF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 181 | 191 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 345.37º | 0.38% | 0.79% | - |
| HSV(B) | 345.37º | 0.18% | 0.87% | - |
| XYZ | 56.05 | 52.34 | 56.44 | - |
| YUV | 194.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 181 | 191 | 0 | 0.18 | 0.14 | 0.13 | 345.37 | 0.38 | 0.79 |
| Hex | DE | B5 | BF | 0 | 12 | E | D | 159 | 26 | 4F |
| Octal | 336 | 265 | 277 | 0 | 22 | 16 | 15 | 531 | 46 | 117 |
| Binary | 11011110 | 10110101 | 10111111 | 0 | 10010 | 1110 | 1101 | 101011001 | 100110 | 1001111 |
Color Harmonies of #DEB5BF
Complementary color
Monochromatic Colors of #DEB5BF
Black with #DEB5BF
Text Example
Text Example
White with #DEB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB5BF; }
p { color: rgb(222,181,191); }
H1.HeaderClassName
{
color: #DEB5BF;
}
.AnyTagClassName
{
color: #DEB5BF;
}
</style>
background-color css
<style>
a { background-color: #DEB5BF; }
a { background-color: rgb(222,181,191); }
div.DivClassName
{
background-color: #DEB5BF;
}
.BgClassName
{
background-color: #DEB5BF;
}
</style>
border-color css
<style>
span { border-color: #DEB5BF; }
span { border-color: rgb(222,181,191); }
td.TdClassName
{
border-color: #DEB5BF;
}
.TagClassName
{
border-color: #DEB5BF;
}
</style>