Shades of Melanie #DEADBF
Tints of Melanie #DEADBF
RGB
CMYK
RGB Variations
Color information
#DEADBF (or 0xDEADBF) is known color: Melanie. HEX triplet: DE, AD and BF. RGB value is (222,173,191). Sum of RGB (Red+Green+Blue) = 222+173+191=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADBF is #215240. Grayscale: #BDBDBD. Windows color (decimal): -2183745 or 12561886. OLE color: 12561886.
HSL color Cylindrical-coordinate representation of color #DEADBF: hue angle of 337.96º 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 #DEADBF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 191 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.13 |
| HSL | 337.96º | 0.43% | 0.77% | - |
| HSV(B) | 337.96º | 0.22% | 0.87% | - |
| XYZ | 54.47 | 49.18 | 55.91 | - |
| YUV | 189.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 191 | 0 | 0.22 | 0.14 | 0.13 | 337.96 | 0.43 | 0.77 |
| Hex | DE | AD | BF | 0 | 16 | E | D | 152 | 2B | 4D |
| Octal | 336 | 255 | 277 | 0 | 26 | 16 | 15 | 522 | 53 | 115 |
| Binary | 11011110 | 10101101 | 10111111 | 0 | 10110 | 1110 | 1101 | 101010010 | 101011 | 1001101 |
Color Harmonies of #DEADBF
Complementary color
Monochromatic Colors of #DEADBF
Black with #DEADBF
Text Example
Text Example
White with #DEADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADBF; }
p { color: rgb(222,173,191); }
H1.HeaderClassName
{
color: #DEADBF;
}
.AnyTagClassName
{
color: #DEADBF;
}
</style>
background-color css
<style>
a { background-color: #DEADBF; }
a { background-color: rgb(222,173,191); }
div.DivClassName
{
background-color: #DEADBF;
}
.BgClassName
{
background-color: #DEADBF;
}
</style>
border-color css
<style>
span { border-color: #DEADBF; }
span { border-color: rgb(222,173,191); }
td.TdClassName
{
border-color: #DEADBF;
}
.TagClassName
{
border-color: #DEADBF;
}
</style>