Shades of Melanie #DEAFBC
Tints of Melanie #DEAFBC
RGB
CMYK
RGB Variations
Color information
#DEAFBC (or 0xDEAFBC) is known color: Melanie. HEX triplet: DE, AF and BC. RGB value is (222,175,188). Sum of RGB (Red+Green+Blue) = 222+175+188=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBC is #215043. Grayscale: #BEBEBE. Windows color (decimal): -2183236 or 12365790. OLE color: 12365790.
HSL color Cylindrical-coordinate representation of color #DEAFBC: hue angle of 343.4º 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 #DEAFBC is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 188 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.13 |
| HSL | 343.4º | 0.42% | 0.78% | - |
| HSV(B) | 343.4º | 0.21% | 0.87% | - |
| XYZ | 54.53 | 49.82 | 54.32 | - |
| YUV | 190.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 188 | 0 | 0.21 | 0.15 | 0.13 | 343.4 | 0.42 | 0.78 |
| Hex | DE | AF | BC | 0 | 15 | F | D | 157 | 2A | 4E |
| Octal | 336 | 257 | 274 | 0 | 25 | 17 | 15 | 527 | 52 | 116 |
| Binary | 11011110 | 10101111 | 10111100 | 0 | 10101 | 1111 | 1101 | 101010111 | 101010 | 1001110 |
Color Harmonies of #DEAFBC
Complementary color
Monochromatic Colors of #DEAFBC
Black with #DEAFBC
Text Example
Text Example
White with #DEAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFBC; }
p { color: rgb(222,175,188); }
H1.HeaderClassName
{
color: #DEAFBC;
}
.AnyTagClassName
{
color: #DEAFBC;
}
</style>
background-color css
<style>
a { background-color: #DEAFBC; }
a { background-color: rgb(222,175,188); }
div.DivClassName
{
background-color: #DEAFBC;
}
.BgClassName
{
background-color: #DEAFBC;
}
</style>
border-color css
<style>
span { border-color: #DEAFBC; }
span { border-color: rgb(222,175,188); }
td.TdClassName
{
border-color: #DEAFBC;
}
.TagClassName
{
border-color: #DEAFBC;
}
</style>