Shades of Melanie #DEABBD
Tints of Melanie #DEABBD
RGB
CMYK
RGB Variations
Color information
#DEABBD (or 0xDEABBD) is known color: Melanie. HEX triplet: DE, AB and BD. RGB value is (222,171,189). Sum of RGB (Red+Green+Blue) = 222+171+189=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABBD is #215442. Grayscale: #BCBCBC. Windows color (decimal): -2184259 or 12430302. OLE color: 12430302.
HSL color Cylindrical-coordinate representation of color #DEABBD: hue angle of 338.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABBD is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 189 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.13 |
| HSL | 338.82º | 0.44% | 0.77% | - |
| HSV(B) | 338.82º | 0.23% | 0.87% | - |
| XYZ | 53.87 | 48.33 | 54.63 | - |
| YUV | 188.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 189 | 0 | 0.23 | 0.15 | 0.13 | 338.82 | 0.44 | 0.77 |
| Hex | DE | AB | BD | 0 | 17 | F | D | 153 | 2C | 4D |
| Octal | 336 | 253 | 275 | 0 | 27 | 17 | 15 | 523 | 54 | 115 |
| Binary | 11011110 | 10101011 | 10111101 | 0 | 10111 | 1111 | 1101 | 101010011 | 101100 | 1001101 |
Color Harmonies of #DEABBD
Complementary color
Monochromatic Colors of #DEABBD
Black with #DEABBD
Text Example
Text Example
White with #DEABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABBD; }
p { color: rgb(222,171,189); }
H1.HeaderClassName
{
color: #DEABBD;
}
.AnyTagClassName
{
color: #DEABBD;
}
</style>
background-color css
<style>
a { background-color: #DEABBD; }
a { background-color: rgb(222,171,189); }
div.DivClassName
{
background-color: #DEABBD;
}
.BgClassName
{
background-color: #DEABBD;
}
</style>
border-color css
<style>
span { border-color: #DEABBD; }
span { border-color: rgb(222,171,189); }
td.TdClassName
{
border-color: #DEABBD;
}
.TagClassName
{
border-color: #DEABBD;
}
</style>