Shades of Melanie #DEB6BF
Tints of Melanie #DEB6BF
RGB
CMYK
RGB Variations
Color information
#DEB6BF (or 0xDEB6BF) is known color: Melanie. HEX triplet: DE, B6 and BF. RGB value is (222,182,191). Sum of RGB (Red+Green+Blue) = 222+182+191=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6BF is #214940. Grayscale: #C2C2C2. Windows color (decimal): -2181441 or 12564190. OLE color: 12564190.
HSL color Cylindrical-coordinate representation of color #DEB6BF: hue angle of 346.5º 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 #DEB6BF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 191 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.13 |
| HSL | 346.5º | 0.38% | 0.79% | - |
| HSV(B) | 346.5º | 0.18% | 0.87% | - |
| XYZ | 56.26 | 52.75 | 56.51 | - |
| YUV | 194.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 191 | 0 | 0.18 | 0.14 | 0.13 | 346.5 | 0.38 | 0.79 |
| Hex | DE | B6 | BF | 0 | 12 | E | D | 15A | 26 | 4F |
| Octal | 336 | 266 | 277 | 0 | 22 | 16 | 15 | 532 | 46 | 117 |
| Binary | 11011110 | 10110110 | 10111111 | 0 | 10010 | 1110 | 1101 | 101011010 | 100110 | 1001111 |
Color Harmonies of #DEB6BF
Complementary color
Monochromatic Colors of #DEB6BF
Black with #DEB6BF
Text Example
Text Example
White with #DEB6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6BF; }
p { color: rgb(222,182,191); }
H1.HeaderClassName
{
color: #DEB6BF;
}
.AnyTagClassName
{
color: #DEB6BF;
}
</style>
background-color css
<style>
a { background-color: #DEB6BF; }
a { background-color: rgb(222,182,191); }
div.DivClassName
{
background-color: #DEB6BF;
}
.BgClassName
{
background-color: #DEB6BF;
}
</style>
border-color css
<style>
span { border-color: #DEB6BF; }
span { border-color: rgb(222,182,191); }
td.TdClassName
{
border-color: #DEB6BF;
}
.TagClassName
{
border-color: #DEB6BF;
}
</style>