Shades of Melanie #DEBEC7
Tints of Melanie #DEBEC7
RGB
CMYK
RGB Variations
Color information
#DEBEC7 (or 0xDEBEC7) is known color: Melanie. HEX triplet: DE, BE and C7. RGB value is (222,190,199). Sum of RGB (Red+Green+Blue) = 222+190+199=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC7 is #214138. Grayscale: #C8C8C8. Windows color (decimal): -2179385 or 13090526. OLE color: 13090526.
HSL color Cylindrical-coordinate representation of color #DEBEC7: hue angle of 343.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBEC7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 199 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 343.13º | 0.33% | 0.81% | - |
| HSV(B) | 343.13º | 0.14% | 0.87% | - |
| XYZ | 58.85 | 56.48 | 61.83 | - |
| YUV | 200.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 199 | 0 | 0.14 | 0.10 | 0.13 | 343.13 | 0.33 | 0.81 |
| Hex | DE | BE | C7 | 0 | E | A | D | 157 | 21 | 51 |
| Octal | 336 | 276 | 307 | 0 | 16 | 12 | 15 | 527 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11000111 | 0 | 1110 | 1010 | 1101 | 101010111 | 100001 | 1010001 |
Color Harmonies of #DEBEC7
Complementary color
Monochromatic Colors of #DEBEC7
Black with #DEBEC7
Text Example
Text Example
White with #DEBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEC7; }
p { color: rgb(222,190,199); }
H1.HeaderClassName
{
color: #DEBEC7;
}
.AnyTagClassName
{
color: #DEBEC7;
}
</style>
background-color css
<style>
a { background-color: #DEBEC7; }
a { background-color: rgb(222,190,199); }
div.DivClassName
{
background-color: #DEBEC7;
}
.BgClassName
{
background-color: #DEBEC7;
}
</style>
border-color css
<style>
span { border-color: #DEBEC7; }
span { border-color: rgb(222,190,199); }
td.TdClassName
{
border-color: #DEBEC7;
}
.TagClassName
{
border-color: #DEBEC7;
}
</style>