Shades of Melanie #DEB0BD
Tints of Melanie #DEB0BD
RGB
CMYK
RGB Variations
Color information
#DEB0BD (or 0xDEB0BD) is known color: Melanie. HEX triplet: DE, B0 and BD. RGB value is (222,176,189). Sum of RGB (Red+Green+Blue) = 222+176+189=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0BD is #214F42. Grayscale: #BFBFBF. Windows color (decimal): -2182979 or 12431582. OLE color: 12431582.
HSL color Cylindrical-coordinate representation of color #DEB0BD: hue angle of 343.04º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0BD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 189 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.13 |
| HSL | 343.04º | 0.41% | 0.78% | - |
| HSV(B) | 343.04º | 0.21% | 0.87% | - |
| XYZ | 54.83 | 50.25 | 54.95 | - |
| YUV | 191.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 189 | 0 | 0.21 | 0.15 | 0.13 | 343.04 | 0.41 | 0.78 |
| Hex | DE | B0 | BD | 0 | 15 | F | D | 157 | 29 | 4E |
| Octal | 336 | 260 | 275 | 0 | 25 | 17 | 15 | 527 | 51 | 116 |
| Binary | 11011110 | 10110000 | 10111101 | 0 | 10101 | 1111 | 1101 | 101010111 | 101001 | 1001110 |
Color Harmonies of #DEB0BD
Complementary color
Monochromatic Colors of #DEB0BD
Black with #DEB0BD
Text Example
Text Example
White with #DEB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0BD; }
p { color: rgb(222,176,189); }
H1.HeaderClassName
{
color: #DEB0BD;
}
.AnyTagClassName
{
color: #DEB0BD;
}
</style>
background-color css
<style>
a { background-color: #DEB0BD; }
a { background-color: rgb(222,176,189); }
div.DivClassName
{
background-color: #DEB0BD;
}
.BgClassName
{
background-color: #DEB0BD;
}
</style>
border-color css
<style>
span { border-color: #DEB0BD; }
span { border-color: rgb(222,176,189); }
td.TdClassName
{
border-color: #DEB0BD;
}
.TagClassName
{
border-color: #DEB0BD;
}
</style>