Shades of Melanie #DEAFBD
Tints of Melanie #DEAFBD
RGB
CMYK
RGB Variations
Color information
#DEAFBD (or 0xDEAFBD) is known color: Melanie. HEX triplet: DE, AF and BD. RGB value is (222,175,189). Sum of RGB (Red+Green+Blue) = 222+175+189=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBD is #215042. Grayscale: #BEBEBE. Windows color (decimal): -2183235 or 12431326. OLE color: 12431326.
HSL color Cylindrical-coordinate representation of color #DEAFBD: hue angle of 342.13º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFBD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 189 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.13 |
| HSL | 342.13º | 0.42% | 0.78% | - |
| HSV(B) | 342.13º | 0.21% | 0.87% | - |
| XYZ | 54.64 | 49.86 | 54.89 | - |
| YUV | 190.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 189 | 0 | 0.21 | 0.15 | 0.13 | 342.13 | 0.42 | 0.78 |
| Hex | DE | AF | BD | 0 | 15 | F | D | 156 | 2A | 4E |
| Octal | 336 | 257 | 275 | 0 | 25 | 17 | 15 | 526 | 52 | 116 |
| Binary | 11011110 | 10101111 | 10111101 | 0 | 10101 | 1111 | 1101 | 101010110 | 101010 | 1001110 |
Color Harmonies of #DEAFBD
Complementary color
Monochromatic Colors of #DEAFBD
Black with #DEAFBD
Text Example
Text Example
White with #DEAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFBD; }
p { color: rgb(222,175,189); }
H1.HeaderClassName
{
color: #DEAFBD;
}
.AnyTagClassName
{
color: #DEAFBD;
}
</style>
background-color css
<style>
a { background-color: #DEAFBD; }
a { background-color: rgb(222,175,189); }
div.DivClassName
{
background-color: #DEAFBD;
}
.BgClassName
{
background-color: #DEAFBD;
}
</style>
border-color css
<style>
span { border-color: #DEAFBD; }
span { border-color: rgb(222,175,189); }
td.TdClassName
{
border-color: #DEAFBD;
}
.TagClassName
{
border-color: #DEAFBD;
}
</style>