Shades of Melanie #DEADBD
Tints of Melanie #DEADBD
RGB
CMYK
RGB Variations
Color information
#DEADBD (or 0xDEADBD) is known color: Melanie. HEX triplet: DE, AD and BD. RGB value is (222,173,189). Sum of RGB (Red+Green+Blue) = 222+173+189=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBD is #215242. Grayscale: #BDBDBD. Windows color (decimal): -2183747 or 12430814. OLE color: 12430814.
HSL color Cylindrical-coordinate representation of color #DEADBD: hue angle of 340.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADBD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 189 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.13 |
| HSL | 340.41º | 0.43% | 0.77% | - |
| HSV(B) | 340.41º | 0.22% | 0.87% | - |
| XYZ | 54.25 | 49.09 | 54.76 | - |
| YUV | 189.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 189 | 0 | 0.22 | 0.15 | 0.13 | 340.41 | 0.43 | 0.77 |
| Hex | DE | AD | BD | 0 | 16 | F | D | 154 | 2B | 4D |
| Octal | 336 | 255 | 275 | 0 | 26 | 17 | 15 | 524 | 53 | 115 |
| Binary | 11011110 | 10101101 | 10111101 | 0 | 10110 | 1111 | 1101 | 101010100 | 101011 | 1001101 |
Color Harmonies of #DEADBD
Complementary color
Monochromatic Colors of #DEADBD
Black with #DEADBD
Text Example
Text Example
White with #DEADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADBD; }
p { color: rgb(222,173,189); }
H1.HeaderClassName
{
color: #DEADBD;
}
.AnyTagClassName
{
color: #DEADBD;
}
</style>
background-color css
<style>
a { background-color: #DEADBD; }
a { background-color: rgb(222,173,189); }
div.DivClassName
{
background-color: #DEADBD;
}
.BgClassName
{
background-color: #DEADBD;
}
</style>
border-color css
<style>
span { border-color: #DEADBD; }
span { border-color: rgb(222,173,189); }
td.TdClassName
{
border-color: #DEADBD;
}
.TagClassName
{
border-color: #DEADBD;
}
</style>