Shades of Melanie #DDB0C3
Tints of Melanie #DDB0C3
RGB
CMYK
RGB Variations
Color information
#DDB0C3 (or 0xDDB0C3) is known color: Melanie. HEX triplet: DD, B0 and C3. RGB value is (221,176,195). Sum of RGB (Red+Green+Blue) = 221+176+195=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C3 is #224F3C. Grayscale: #BFBFBF. Windows color (decimal): -2248509 or 12824797. OLE color: 12824797.
HSL color Cylindrical-coordinate representation of color #DDB0C3: hue angle of 334.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0C3 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 195 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.13 |
| HSL | 334.67º | 0.4% | 0.78% | - |
| HSV(B) | 334.67º | 0.2% | 0.87% | - |
| XYZ | 55.19 | 50.36 | 58.44 | - |
| YUV | 191.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 195 | 0 | 0.20 | 0.12 | 0.13 | 334.67 | 0.4 | 0.78 |
| Hex | DD | B0 | C3 | 0 | 14 | C | D | 14F | 28 | 4E |
| Octal | 335 | 260 | 303 | 0 | 24 | 14 | 15 | 517 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11000011 | 0 | 10100 | 1100 | 1101 | 101001111 | 101000 | 1001110 |
Color Harmonies of #DDB0C3
Complementary color
Monochromatic Colors of #DDB0C3
Black with #DDB0C3
Text Example
Text Example
White with #DDB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C3; }
p { color: rgb(221,176,195); }
H1.HeaderClassName
{
color: #DDB0C3;
}
.AnyTagClassName
{
color: #DDB0C3;
}
</style>
background-color css
<style>
a { background-color: #DDB0C3; }
a { background-color: rgb(221,176,195); }
div.DivClassName
{
background-color: #DDB0C3;
}
.BgClassName
{
background-color: #DDB0C3;
}
</style>
border-color css
<style>
span { border-color: #DDB0C3; }
span { border-color: rgb(221,176,195); }
td.TdClassName
{
border-color: #DDB0C3;
}
.TagClassName
{
border-color: #DDB0C3;
}
</style>