Shades of Melanie #DDB4BD
Tints of Melanie #DDB4BD
RGB
CMYK
RGB Variations
Color information
#DDB4BD (or 0xDDB4BD) is known color: Melanie. HEX triplet: DD, B4 and BD. RGB value is (221,180,189). Sum of RGB (Red+Green+Blue) = 221+180+189=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4BD is #224B42. Grayscale: #C1C1C1. Windows color (decimal): -2247491 or 12432605. OLE color: 12432605.
HSL color Cylindrical-coordinate representation of color #DDB4BD: hue angle of 346.83º degrees, saturation: 0.38, 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 #DDB4BD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 180 | 189 | - |
CMYK | 0 | 0.19 | 0.14 | 0.13 |
HSL | 346.83º | 0.38% | 0.79% | - |
HSV(B) | 346.83º | 0.19% | 0.87% | - |
XYZ | 55.33 | 51.69 | 55.21 | - |
YUV | 193.29 | 125.58 | 147.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 189 | 0 | 0.19 | 0.14 | 0.13 | 346.83 | 0.38 | 0.79 |
Hex | DD | B4 | BD | 0 | 13 | E | D | 15B | 26 | 4F |
Octal | 335 | 264 | 275 | 0 | 23 | 16 | 15 | 533 | 46 | 117 |
Binary | 11011101 | 10110100 | 10111101 | 0 | 10011 | 1110 | 1101 | 101011011 | 100110 | 1001111 |
Color Harmonies of #DDB4BD
Complementary color
Monochromatic Colors of #DDB4BD
Black with #DDB4BD
Text Example
Text Example
White with #DDB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4BD; }
p { color: rgb(221,180,189); }
H1.HeaderClassName
{
color: #DDB4BD;
}
.AnyTagClassName
{
color: #DDB4BD;
}
</style>
background-color css
<style>
a { background-color: #DDB4BD; }
a { background-color: rgb(221,180,189); }
div.DivClassName
{
background-color: #DDB4BD;
}
.BgClassName
{
background-color: #DDB4BD;
}
</style>
border-color css
<style>
span { border-color: #DDB4BD; }
span { border-color: rgb(221,180,189); }
td.TdClassName
{
border-color: #DDB4BD;
}
.TagClassName
{
border-color: #DDB4BD;
}
</style>