Shades of Melanie #DEBDC9
Tints of Melanie #DEBDC9
RGB
CMYK
RGB Variations
Color information
#DEBDC9 (or 0xDEBDC9) is known color: Melanie. HEX triplet: DE, BD and C9. RGB value is (222,189,201). Sum of RGB (Red+Green+Blue) = 222+189+201=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC9 is #214236. Grayscale: #C8C8C8. Windows color (decimal): -2179639 or 13221342. OLE color: 13221342.
HSL color Cylindrical-coordinate representation of color #DEBDC9: hue angle of 338.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDC9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 201 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.13 |
| HSL | 338.18º | 0.33% | 0.81% | - |
| HSV(B) | 338.18º | 0.15% | 0.87% | - |
| XYZ | 58.86 | 56.14 | 62.99 | - |
| YUV | 200.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 201 | 0 | 0.15 | 0.09 | 0.13 | 338.18 | 0.33 | 0.81 |
| Hex | DE | BD | C9 | 0 | F | 9 | D | 152 | 21 | 51 |
| Octal | 336 | 275 | 311 | 0 | 17 | 11 | 15 | 522 | 41 | 121 |
| Binary | 11011110 | 10111101 | 11001001 | 0 | 1111 | 1001 | 1101 | 101010010 | 100001 | 1010001 |
Color Harmonies of #DEBDC9
Complementary color
Monochromatic Colors of #DEBDC9
Black with #DEBDC9
Text Example
Text Example
White with #DEBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDC9; }
p { color: rgb(222,189,201); }
H1.HeaderClassName
{
color: #DEBDC9;
}
.AnyTagClassName
{
color: #DEBDC9;
}
</style>
background-color css
<style>
a { background-color: #DEBDC9; }
a { background-color: rgb(222,189,201); }
div.DivClassName
{
background-color: #DEBDC9;
}
.BgClassName
{
background-color: #DEBDC9;
}
</style>
border-color css
<style>
span { border-color: #DEBDC9; }
span { border-color: rgb(222,189,201); }
td.TdClassName
{
border-color: #DEBDC9;
}
.TagClassName
{
border-color: #DEBDC9;
}
</style>