Shades of Melanie #DEBBC7
Tints of Melanie #DEBBC7
RGB
CMYK
RGB Variations
Color information
#DEBBC7 (or 0xDEBBC7) is known color: Melanie. HEX triplet: DE, BB and C7. RGB value is (222,187,199). Sum of RGB (Red+Green+Blue) = 222+187+199=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBC7 is #214438. Grayscale: #C6C6C6. Windows color (decimal): -2180153 or 13089758. OLE color: 13089758.
HSL color Cylindrical-coordinate representation of color #DEBBC7: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBBC7 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 199 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.13 |
| HSL | 339.43º | 0.35% | 0.8% | - |
| HSV(B) | 339.43º | 0.16% | 0.87% | - |
| XYZ | 58.2 | 55.19 | 61.62 | - |
| YUV | 198.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 199 | 0 | 0.16 | 0.10 | 0.13 | 339.43 | 0.35 | 0.8 |
| Hex | DE | BB | C7 | 0 | 10 | A | D | 153 | 23 | 50 |
| Octal | 336 | 273 | 307 | 0 | 20 | 12 | 15 | 523 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11000111 | 0 | 10000 | 1010 | 1101 | 101010011 | 100011 | 1010000 |
Color Harmonies of #DEBBC7
Complementary color
Monochromatic Colors of #DEBBC7
Black with #DEBBC7
Text Example
Text Example
White with #DEBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBC7; }
p { color: rgb(222,187,199); }
H1.HeaderClassName
{
color: #DEBBC7;
}
.AnyTagClassName
{
color: #DEBBC7;
}
</style>
background-color css
<style>
a { background-color: #DEBBC7; }
a { background-color: rgb(222,187,199); }
div.DivClassName
{
background-color: #DEBBC7;
}
.BgClassName
{
background-color: #DEBBC7;
}
</style>
border-color css
<style>
span { border-color: #DEBBC7; }
span { border-color: rgb(222,187,199); }
td.TdClassName
{
border-color: #DEBBC7;
}
.TagClassName
{
border-color: #DEBBC7;
}
</style>