Shades of Melanie #DEA8BC
Tints of Melanie #DEA8BC
RGB
CMYK
RGB Variations
Color information
#DEA8BC (or 0xDEA8BC) is known color: Melanie. HEX triplet: DE, A8 and BC. RGB value is (222,168,188). Sum of RGB (Red+Green+Blue) = 222+168+188=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8BC is #215743. Grayscale: #BABABA. Windows color (decimal): -2185028 or 12363998. OLE color: 12363998.
HSL color Cylindrical-coordinate representation of color #DEA8BC: hue angle of 337.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8BC is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 188 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.13 |
| HSL | 337.78º | 0.45% | 0.76% | - |
| HSV(B) | 337.78º | 0.24% | 0.87% | - |
| XYZ | 53.2 | 47.17 | 53.88 | - |
| YUV | 186.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 188 | 0 | 0.24 | 0.15 | 0.13 | 337.78 | 0.45 | 0.76 |
| Hex | DE | A8 | BC | 0 | 18 | F | D | 152 | 2D | 4C |
| Octal | 336 | 250 | 274 | 0 | 30 | 17 | 15 | 522 | 55 | 114 |
| Binary | 11011110 | 10101000 | 10111100 | 0 | 11000 | 1111 | 1101 | 101010010 | 101101 | 1001100 |
Color Harmonies of #DEA8BC
Complementary color
Monochromatic Colors of #DEA8BC
Black with #DEA8BC
Text Example
Text Example
White with #DEA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8BC; }
p { color: rgb(222,168,188); }
H1.HeaderClassName
{
color: #DEA8BC;
}
.AnyTagClassName
{
color: #DEA8BC;
}
</style>
background-color css
<style>
a { background-color: #DEA8BC; }
a { background-color: rgb(222,168,188); }
div.DivClassName
{
background-color: #DEA8BC;
}
.BgClassName
{
background-color: #DEA8BC;
}
</style>
border-color css
<style>
span { border-color: #DEA8BC; }
span { border-color: rgb(222,168,188); }
td.TdClassName
{
border-color: #DEA8BC;
}
.TagClassName
{
border-color: #DEA8BC;
}
</style>