Shades of Melanie #DDACBE
Tints of Melanie #DDACBE
RGB
CMYK
RGB Variations
Color information
#DDACBE (or 0xDDACBE) is known color: Melanie. HEX triplet: DD, AC and BE. RGB value is (221,172,190). Sum of RGB (Red+Green+Blue) = 221+172+190=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACBE is #225341. Grayscale: #BCBCBC. Windows color (decimal): -2249538 or 12496093. OLE color: 12496093.
HSL color Cylindrical-coordinate representation of color #DDACBE: hue angle of 337.96º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 190 | - |
CMYK | 0 | 0.22 | 0.14 | 0.13 |
HSL | 337.96º | 0.42% | 0.77% | - |
HSV(B) | 337.96º | 0.22% | 0.87% | - |
XYZ | 53.87 | 48.59 | 55.26 | - |
YUV | 188.7 | 128.73 | 151.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 190 | 0 | 0.22 | 0.14 | 0.13 | 337.96 | 0.42 | 0.77 |
Hex | DD | AC | BE | 0 | 16 | E | D | 152 | 2A | 4D |
Octal | 335 | 254 | 276 | 0 | 26 | 16 | 15 | 522 | 52 | 115 |
Binary | 11011101 | 10101100 | 10111110 | 0 | 10110 | 1110 | 1101 | 101010010 | 101010 | 1001101 |
Color Harmonies of #DDACBE
Complementary color
Monochromatic Colors of #DDACBE
Black with #DDACBE
Text Example
Text Example
White with #DDACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACBE; }
p { color: rgb(221,172,190); }
H1.HeaderClassName
{
color: #DDACBE;
}
.AnyTagClassName
{
color: #DDACBE;
}
</style>
background-color css
<style>
a { background-color: #DDACBE; }
a { background-color: rgb(221,172,190); }
div.DivClassName
{
background-color: #DDACBE;
}
.BgClassName
{
background-color: #DDACBE;
}
</style>
border-color css
<style>
span { border-color: #DDACBE; }
span { border-color: rgb(221,172,190); }
td.TdClassName
{
border-color: #DDACBE;
}
.TagClassName
{
border-color: #DDACBE;
}
</style>