Shades of Melanie #DDB2C1
Tints of Melanie #DDB2C1
RGB
CMYK
RGB Variations
Color information
#DDB2C1 (or 0xDDB2C1) is known color: Melanie. HEX triplet: DD, B2 and C1. RGB value is (221,178,193). Sum of RGB (Red+Green+Blue) = 221+178+193=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2C1 is #224D3E. Grayscale: #C0C0C0. Windows color (decimal): -2247999 or 12694237. OLE color: 12694237.
HSL color Cylindrical-coordinate representation of color #DDB2C1: hue angle of 339.07º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2C1 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 193 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.13 |
| HSL | 339.07º | 0.39% | 0.78% | - |
| HSV(B) | 339.07º | 0.19% | 0.87% | - |
| XYZ | 55.36 | 51.06 | 57.39 | - |
| YUV | 192.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 193 | 0 | 0.19 | 0.13 | 0.13 | 339.07 | 0.39 | 0.78 |
| Hex | DD | B2 | C1 | 0 | 13 | D | D | 153 | 27 | 4E |
| Octal | 335 | 262 | 301 | 0 | 23 | 15 | 15 | 523 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11000001 | 0 | 10011 | 1101 | 1101 | 101010011 | 100111 | 1001110 |
Color Harmonies of #DDB2C1
Complementary color
Monochromatic Colors of #DDB2C1
Black with #DDB2C1
Text Example
Text Example
White with #DDB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2C1; }
p { color: rgb(221,178,193); }
H1.HeaderClassName
{
color: #DDB2C1;
}
.AnyTagClassName
{
color: #DDB2C1;
}
</style>
background-color css
<style>
a { background-color: #DDB2C1; }
a { background-color: rgb(221,178,193); }
div.DivClassName
{
background-color: #DDB2C1;
}
.BgClassName
{
background-color: #DDB2C1;
}
</style>
border-color css
<style>
span { border-color: #DDB2C1; }
span { border-color: rgb(221,178,193); }
td.TdClassName
{
border-color: #DDB2C1;
}
.TagClassName
{
border-color: #DDB2C1;
}
</style>