Shades of Melanie #DEB0C4
Tints of Melanie #DEB0C4
RGB
CMYK
RGB Variations
Color information
#DEB0C4 (or 0xDEB0C4) is known color: Melanie. HEX triplet: DE, B0 and C4. RGB value is (222,176,196). Sum of RGB (Red+Green+Blue) = 222+176+196=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0C4 is #214F3B. Grayscale: #C0C0C0. Windows color (decimal): -2182972 or 12890334. OLE color: 12890334.
HSL color Cylindrical-coordinate representation of color #DEB0C4: hue angle of 333.91º degrees, saturation: 0.41, 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 #DEB0C4 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 196 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.13 |
| HSL | 333.91º | 0.41% | 0.78% | - |
| HSV(B) | 333.91º | 0.21% | 0.87% | - |
| XYZ | 55.61 | 50.57 | 59.05 | - |
| YUV | 192.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 196 | 0 | 0.21 | 0.12 | 0.13 | 333.91 | 0.41 | 0.78 |
| Hex | DE | B0 | C4 | 0 | 15 | C | D | 14E | 29 | 4E |
| Octal | 336 | 260 | 304 | 0 | 25 | 14 | 15 | 516 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11000100 | 0 | 10101 | 1100 | 1101 | 101001110 | 101001 | 1001110 |
Color Harmonies of #DEB0C4
Complementary color
Monochromatic Colors of #DEB0C4
Black with #DEB0C4
Text Example
Text Example
White with #DEB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0C4; }
p { color: rgb(222,176,196); }
H1.HeaderClassName
{
color: #DEB0C4;
}
.AnyTagClassName
{
color: #DEB0C4;
}
</style>
background-color css
<style>
a { background-color: #DEB0C4; }
a { background-color: rgb(222,176,196); }
div.DivClassName
{
background-color: #DEB0C4;
}
.BgClassName
{
background-color: #DEB0C4;
}
</style>
border-color css
<style>
span { border-color: #DEB0C4; }
span { border-color: rgb(222,176,196); }
td.TdClassName
{
border-color: #DEB0C4;
}
.TagClassName
{
border-color: #DEB0C4;
}
</style>