Shades of Melanie #DEB4C4
Tints of Melanie #DEB4C4
RGB
CMYK
RGB Variations
Color information
#DEB4C4 (or 0xDEB4C4) is known color: Melanie. HEX triplet: DE, B4 and C4. RGB value is (222,180,196). Sum of RGB (Red+Green+Blue) = 222+180+196=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4C4 is #214B3B. Grayscale: #C2C2C2. Windows color (decimal): -2181948 or 12891358. OLE color: 12891358.
HSL color Cylindrical-coordinate representation of color #DEB4C4: hue angle of 337.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB4C4 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 196 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.13 |
| HSL | 337.14º | 0.39% | 0.79% | - |
| HSV(B) | 337.14º | 0.19% | 0.87% | - |
| XYZ | 56.41 | 52.16 | 59.32 | - |
| YUV | 194.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 196 | 0 | 0.19 | 0.12 | 0.13 | 337.14 | 0.39 | 0.79 |
| Hex | DE | B4 | C4 | 0 | 13 | C | D | 151 | 27 | 4F |
| Octal | 336 | 264 | 304 | 0 | 23 | 14 | 15 | 521 | 47 | 117 |
| Binary | 11011110 | 10110100 | 11000100 | 0 | 10011 | 1100 | 1101 | 101010001 | 100111 | 1001111 |
Color Harmonies of #DEB4C4
Complementary color
Monochromatic Colors of #DEB4C4
Black with #DEB4C4
Text Example
Text Example
White with #DEB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4C4; }
p { color: rgb(222,180,196); }
H1.HeaderClassName
{
color: #DEB4C4;
}
.AnyTagClassName
{
color: #DEB4C4;
}
</style>
background-color css
<style>
a { background-color: #DEB4C4; }
a { background-color: rgb(222,180,196); }
div.DivClassName
{
background-color: #DEB4C4;
}
.BgClassName
{
background-color: #DEB4C4;
}
</style>
border-color css
<style>
span { border-color: #DEB4C4; }
span { border-color: rgb(222,180,196); }
td.TdClassName
{
border-color: #DEB4C4;
}
.TagClassName
{
border-color: #DEB4C4;
}
</style>