Shades of Melanie #DEADBE
Tints of Melanie #DEADBE
RGB
CMYK
RGB Variations
Color information
#DEADBE (or 0xDEADBE) is known color: Melanie. HEX triplet: DE, AD and BE. RGB value is (222,173,190). Sum of RGB (Red+Green+Blue) = 222+173+190=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBE is #215241. Grayscale: #BDBDBD. Windows color (decimal): -2183746 or 12496350. OLE color: 12496350.
HSL color Cylindrical-coordinate representation of color #DEADBE: hue angle of 339.18º 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 #DEADBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 190 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.13 |
| HSL | 339.18º | 0.43% | 0.77% | - |
| HSV(B) | 339.18º | 0.22% | 0.87% | - |
| XYZ | 54.36 | 49.13 | 55.33 | - |
| YUV | 189.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 190 | 0 | 0.22 | 0.14 | 0.13 | 339.18 | 0.43 | 0.77 |
| Hex | DE | AD | BE | 0 | 16 | E | D | 153 | 2B | 4D |
| Octal | 336 | 255 | 276 | 0 | 26 | 16 | 15 | 523 | 53 | 115 |
| Binary | 11011110 | 10101101 | 10111110 | 0 | 10110 | 1110 | 1101 | 101010011 | 101011 | 1001101 |
Color Harmonies of #DEADBE
Complementary color
Monochromatic Colors of #DEADBE
Black with #DEADBE
Text Example
Text Example
White with #DEADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADBE; }
p { color: rgb(222,173,190); }
H1.HeaderClassName
{
color: #DEADBE;
}
.AnyTagClassName
{
color: #DEADBE;
}
</style>
background-color css
<style>
a { background-color: #DEADBE; }
a { background-color: rgb(222,173,190); }
div.DivClassName
{
background-color: #DEADBE;
}
.BgClassName
{
background-color: #DEADBE;
}
</style>
border-color css
<style>
span { border-color: #DEADBE; }
span { border-color: rgb(222,173,190); }
td.TdClassName
{
border-color: #DEADBE;
}
.TagClassName
{
border-color: #DEADBE;
}
</style>