Shades of Melanie #DEB2BD
Tints of Melanie #DEB2BD
RGB
CMYK
RGB Variations
Color information
#DEB2BD (or 0xDEB2BD) is known color: Melanie. HEX triplet: DE, B2 and BD. RGB value is (222,178,189). Sum of RGB (Red+Green+Blue) = 222+178+189=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2BD is #214D42. Grayscale: #C0C0C0. Windows color (decimal): -2182467 or 12432094. OLE color: 12432094.
HSL color Cylindrical-coordinate representation of color #DEB2BD: hue angle of 345º degrees, saturation: 0.4, 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 #DEB2BD is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 178 | 189 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 345º | 0.4% | 0.78% | - |
| HSV(B) | 345º | 0.2% | 0.87% | - |
| XYZ | 55.23 | 51.04 | 55.09 | - |
| YUV | 192.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 189 | 0 | 0.20 | 0.15 | 0.13 | 345 | 0.4 | 0.78 |
| Hex | DE | B2 | BD | 0 | 14 | F | D | 159 | 28 | 4E |
| Octal | 336 | 262 | 275 | 0 | 24 | 17 | 15 | 531 | 50 | 116 |
| Binary | 11011110 | 10110010 | 10111101 | 0 | 10100 | 1111 | 1101 | 101011001 | 101000 | 1001110 |
Color Harmonies of #DEB2BD
Complementary color
Monochromatic Colors of #DEB2BD
Black with #DEB2BD
Text Example
Text Example
White with #DEB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2BD; }
p { color: rgb(222,178,189); }
H1.HeaderClassName
{
color: #DEB2BD;
}
.AnyTagClassName
{
color: #DEB2BD;
}
</style>
background-color css
<style>
a { background-color: #DEB2BD; }
a { background-color: rgb(222,178,189); }
div.DivClassName
{
background-color: #DEB2BD;
}
.BgClassName
{
background-color: #DEB2BD;
}
</style>
border-color css
<style>
span { border-color: #DEB2BD; }
span { border-color: rgb(222,178,189); }
td.TdClassName
{
border-color: #DEB2BD;
}
.TagClassName
{
border-color: #DEB2BD;
}
</style>