Shades of Melanie #DEADC1
Tints of Melanie #DEADC1
RGB
CMYK
RGB Variations
Color information
#DEADC1 (or 0xDEADC1) is known color: Melanie. HEX triplet: DE, AD and C1. RGB value is (222,173,193). Sum of RGB (Red+Green+Blue) = 222+173+193=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC1 is #21523E. Grayscale: #BDBDBD. Windows color (decimal): -2183743 or 12692958. OLE color: 12692958.
HSL color Cylindrical-coordinate representation of color #DEADC1: hue angle of 335.51º 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 #DEADC1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 193 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 335.51º | 0.43% | 0.77% | - |
| HSV(B) | 335.51º | 0.22% | 0.87% | - |
| XYZ | 54.69 | 49.27 | 57.08 | - |
| YUV | 189.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 193 | 0 | 0.22 | 0.13 | 0.13 | 335.51 | 0.43 | 0.77 |
| Hex | DE | AD | C1 | 0 | 16 | D | D | 150 | 2B | 4D |
| Octal | 336 | 255 | 301 | 0 | 26 | 15 | 15 | 520 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11000001 | 0 | 10110 | 1101 | 1101 | 101010000 | 101011 | 1001101 |
Color Harmonies of #DEADC1
Complementary color
Monochromatic Colors of #DEADC1
Black with #DEADC1
Text Example
Text Example
White with #DEADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADC1; }
p { color: rgb(222,173,193); }
H1.HeaderClassName
{
color: #DEADC1;
}
.AnyTagClassName
{
color: #DEADC1;
}
</style>
background-color css
<style>
a { background-color: #DEADC1; }
a { background-color: rgb(222,173,193); }
div.DivClassName
{
background-color: #DEADC1;
}
.BgClassName
{
background-color: #DEADC1;
}
</style>
border-color css
<style>
span { border-color: #DEADC1; }
span { border-color: rgb(222,173,193); }
td.TdClassName
{
border-color: #DEADC1;
}
.TagClassName
{
border-color: #DEADC1;
}
</style>