Shades of Melanie #DDACB9
Tints of Melanie #DDACB9
RGB
CMYK
RGB Variations
Color information
#DDACB9 (or 0xDDACB9) is known color: Melanie. HEX triplet: DD, AC and B9. RGB value is (221,172,185). Sum of RGB (Red+Green+Blue) = 221+172+185=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB9 is #225346. Grayscale: #BCBCBC. Windows color (decimal): -2249543 or 12168413. OLE color: 12168413.
HSL color Cylindrical-coordinate representation of color #DDACB9: hue angle of 344.08º 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 #DDACB9 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 172 | 185 | - |
CMYK | 0 | 0.22 | 0.16 | 0.13 |
HSL | 344.08º | 0.42% | 0.77% | - |
HSV(B) | 344.08º | 0.22% | 0.87% | - |
XYZ | 53.33 | 48.38 | 52.43 | - |
YUV | 188.13 | 126.23 | 151.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 185 | 0 | 0.22 | 0.16 | 0.13 | 344.08 | 0.42 | 0.77 |
Hex | DD | AC | B9 | 0 | 16 | 10 | D | 158 | 2A | 4D |
Octal | 335 | 254 | 271 | 0 | 26 | 20 | 15 | 530 | 52 | 115 |
Binary | 11011101 | 10101100 | 10111001 | 0 | 10110 | 10000 | 1101 | 101011000 | 101010 | 1001101 |
Color Harmonies of #DDACB9
Complementary color
Monochromatic Colors of #DDACB9
Black with #DDACB9
Text Example
Text Example
White with #DDACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACB9; }
p { color: rgb(221,172,185); }
H1.HeaderClassName
{
color: #DDACB9;
}
.AnyTagClassName
{
color: #DDACB9;
}
</style>
background-color css
<style>
a { background-color: #DDACB9; }
a { background-color: rgb(221,172,185); }
div.DivClassName
{
background-color: #DDACB9;
}
.BgClassName
{
background-color: #DDACB9;
}
</style>
border-color css
<style>
span { border-color: #DDACB9; }
span { border-color: rgb(221,172,185); }
td.TdClassName
{
border-color: #DDACB9;
}
.TagClassName
{
border-color: #DDACB9;
}
</style>