Shades of Melanie #DEADC4
Tints of Melanie #DEADC4
RGB
CMYK
RGB Variations
Color information
#DEADC4 (or 0xDEADC4) is known color: Melanie. HEX triplet: DE, AD and C4. RGB value is (222,173,196). Sum of RGB (Red+Green+Blue) = 222+173+196=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC4 is #21523B. Grayscale: #BEBEBE. Windows color (decimal): -2183740 or 12889566. OLE color: 12889566.
HSL color Cylindrical-coordinate representation of color #DEADC4: hue angle of 331.84º 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 #DEADC4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 196 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.13 |
| HSL | 331.84º | 0.43% | 0.77% | - |
| HSV(B) | 331.84º | 0.22% | 0.87% | - |
| XYZ | 55.03 | 49.4 | 58.86 | - |
| YUV | 190.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 196 | 0 | 0.22 | 0.12 | 0.13 | 331.84 | 0.43 | 0.77 |
| Hex | DE | AD | C4 | 0 | 16 | C | D | 14C | 2B | 4D |
| Octal | 336 | 255 | 304 | 0 | 26 | 14 | 15 | 514 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11000100 | 0 | 10110 | 1100 | 1101 | 101001100 | 101011 | 1001101 |
Color Harmonies of #DEADC4
Complementary color
Monochromatic Colors of #DEADC4
Black with #DEADC4
Text Example
Text Example
White with #DEADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADC4; }
p { color: rgb(222,173,196); }
H1.HeaderClassName
{
color: #DEADC4;
}
.AnyTagClassName
{
color: #DEADC4;
}
</style>
background-color css
<style>
a { background-color: #DEADC4; }
a { background-color: rgb(222,173,196); }
div.DivClassName
{
background-color: #DEADC4;
}
.BgClassName
{
background-color: #DEADC4;
}
</style>
border-color css
<style>
span { border-color: #DEADC4; }
span { border-color: rgb(222,173,196); }
td.TdClassName
{
border-color: #DEADC4;
}
.TagClassName
{
border-color: #DEADC4;
}
</style>