Shades of Melanie #DEB1BD
Tints of Melanie #DEB1BD
RGB
CMYK
RGB Variations
Color information
#DEB1BD (or 0xDEB1BD) is known color: Melanie. HEX triplet: DE, B1 and BD. RGB value is (222,177,189). Sum of RGB (Red+Green+Blue) = 222+177+189=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1BD is #214E42. Grayscale: #BFBFBF. Windows color (decimal): -2182723 or 12431838. OLE color: 12431838.
HSL color Cylindrical-coordinate representation of color #DEB1BD: hue angle of 344º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1BD is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 189 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 344º | 0.41% | 0.78% | - |
| HSV(B) | 344º | 0.2% | 0.87% | - |
| XYZ | 55.03 | 50.65 | 55.02 | - |
| YUV | 191.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 189 | 0 | 0.20 | 0.15 | 0.13 | 344 | 0.41 | 0.78 |
| Hex | DE | B1 | BD | 0 | 14 | F | D | 158 | 29 | 4E |
| Octal | 336 | 261 | 275 | 0 | 24 | 17 | 15 | 530 | 51 | 116 |
| Binary | 11011110 | 10110001 | 10111101 | 0 | 10100 | 1111 | 1101 | 101011000 | 101001 | 1001110 |
Color Harmonies of #DEB1BD
Complementary color
Monochromatic Colors of #DEB1BD
Black with #DEB1BD
Text Example
Text Example
White with #DEB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1BD; }
p { color: rgb(222,177,189); }
H1.HeaderClassName
{
color: #DEB1BD;
}
.AnyTagClassName
{
color: #DEB1BD;
}
</style>
background-color css
<style>
a { background-color: #DEB1BD; }
a { background-color: rgb(222,177,189); }
div.DivClassName
{
background-color: #DEB1BD;
}
.BgClassName
{
background-color: #DEB1BD;
}
</style>
border-color css
<style>
span { border-color: #DEB1BD; }
span { border-color: rgb(222,177,189); }
td.TdClassName
{
border-color: #DEB1BD;
}
.TagClassName
{
border-color: #DEB1BD;
}
</style>