Shades of Melanie #DEBDC1
Tints of Melanie #DEBDC1
RGB
CMYK
RGB Variations
Color information
#DEBDC1 (or 0xDEBDC1) is known color: Melanie. HEX triplet: DE, BD and C1. RGB value is (222,189,193). Sum of RGB (Red+Green+Blue) = 222+189+193=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDC1 is #21423E. Grayscale: #C7C7C7. Windows color (decimal): -2179647 or 12697054. OLE color: 12697054.
HSL color Cylindrical-coordinate representation of color #DEBDC1: hue angle of 352.73º 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 #DEBDC1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 193 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 352.73º | 0.33% | 0.81% | - |
| HSV(B) | 352.73º | 0.15% | 0.87% | - |
| XYZ | 57.95 | 55.78 | 58.16 | - |
| YUV | 199.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 193 | 0 | 0.15 | 0.13 | 0.13 | 352.73 | 0.33 | 0.81 |
| Hex | DE | BD | C1 | 0 | F | D | D | 161 | 21 | 51 |
| Octal | 336 | 275 | 301 | 0 | 17 | 15 | 15 | 541 | 41 | 121 |
| Binary | 11011110 | 10111101 | 11000001 | 0 | 1111 | 1101 | 1101 | 101100001 | 100001 | 1010001 |
Color Harmonies of #DEBDC1
Complementary color
Monochromatic Colors of #DEBDC1
Black with #DEBDC1
Text Example
Text Example
White with #DEBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDC1; }
p { color: rgb(222,189,193); }
H1.HeaderClassName
{
color: #DEBDC1;
}
.AnyTagClassName
{
color: #DEBDC1;
}
</style>
background-color css
<style>
a { background-color: #DEBDC1; }
a { background-color: rgb(222,189,193); }
div.DivClassName
{
background-color: #DEBDC1;
}
.BgClassName
{
background-color: #DEBDC1;
}
</style>
border-color css
<style>
span { border-color: #DEBDC1; }
span { border-color: rgb(222,189,193); }
td.TdClassName
{
border-color: #DEBDC1;
}
.TagClassName
{
border-color: #DEBDC1;
}
</style>