Shades of Melanie #DDB4C3
Tints of Melanie #DDB4C3
RGB
CMYK
RGB Variations
Color information
#DDB4C3 (or 0xDDB4C3) is known color: Melanie. HEX triplet: DD, B4 and C3. RGB value is (221,180,195). Sum of RGB (Red+Green+Blue) = 221+180+195=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4C3 is #224B3C. Grayscale: #C1C1C1. Windows color (decimal): -2247485 or 12825821. OLE color: 12825821.
HSL color Cylindrical-coordinate representation of color #DDB4C3: hue angle of 338.05º 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 #DDB4C3 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 195 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.13 |
| HSL | 338.05º | 0.38% | 0.79% | - |
| HSV(B) | 338.05º | 0.19% | 0.87% | - |
| XYZ | 55.99 | 51.95 | 58.71 | - |
| YUV | 193.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 195 | 0 | 0.19 | 0.12 | 0.13 | 338.05 | 0.38 | 0.79 |
| Hex | DD | B4 | C3 | 0 | 13 | C | D | 152 | 26 | 4F |
| Octal | 335 | 264 | 303 | 0 | 23 | 14 | 15 | 522 | 46 | 117 |
| Binary | 11011101 | 10110100 | 11000011 | 0 | 10011 | 1100 | 1101 | 101010010 | 100110 | 1001111 |
Color Harmonies of #DDB4C3
Complementary color
Monochromatic Colors of #DDB4C3
Black with #DDB4C3
Text Example
Text Example
White with #DDB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4C3; }
p { color: rgb(221,180,195); }
H1.HeaderClassName
{
color: #DDB4C3;
}
.AnyTagClassName
{
color: #DDB4C3;
}
</style>
background-color css
<style>
a { background-color: #DDB4C3; }
a { background-color: rgb(221,180,195); }
div.DivClassName
{
background-color: #DDB4C3;
}
.BgClassName
{
background-color: #DDB4C3;
}
</style>
border-color css
<style>
span { border-color: #DDB4C3; }
span { border-color: rgb(221,180,195); }
td.TdClassName
{
border-color: #DDB4C3;
}
.TagClassName
{
border-color: #DDB4C3;
}
</style>