Shades of Melanie #DDBDC7
Tints of Melanie #DDBDC7
RGB
CMYK
RGB Variations
Color information
#DDBDC7 (or 0xDDBDC7) is known color: Melanie. HEX triplet: DD, BD and C7. RGB value is (221,189,199). Sum of RGB (Red+Green+Blue) = 221+189+199=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC7 is #224238. Grayscale: #C7C7C7. Windows color (decimal): -2245177 or 13090269. OLE color: 13090269.
HSL color Cylindrical-coordinate representation of color #DDBDC7: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 199 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 341.25º | 0.32% | 0.8% | - |
| HSV(B) | 341.25º | 0.14% | 0.87% | - |
| XYZ | 58.33 | 55.89 | 61.75 | - |
| YUV | 199.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 199 | 0 | 0.14 | 0.10 | 0.13 | 341.25 | 0.32 | 0.8 |
| Hex | DD | BD | C7 | 0 | E | A | D | 155 | 20 | 50 |
| Octal | 335 | 275 | 307 | 0 | 16 | 12 | 15 | 525 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11000111 | 0 | 1110 | 1010 | 1101 | 101010101 | 100000 | 1010000 |
Color Harmonies of #DDBDC7
Complementary color
Monochromatic Colors of #DDBDC7
Black with #DDBDC7
Text Example
Text Example
White with #DDBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC7; }
p { color: rgb(221,189,199); }
H1.HeaderClassName
{
color: #DDBDC7;
}
.AnyTagClassName
{
color: #DDBDC7;
}
</style>
background-color css
<style>
a { background-color: #DDBDC7; }
a { background-color: rgb(221,189,199); }
div.DivClassName
{
background-color: #DDBDC7;
}
.BgClassName
{
background-color: #DDBDC7;
}
</style>
border-color css
<style>
span { border-color: #DDBDC7; }
span { border-color: rgb(221,189,199); }
td.TdClassName
{
border-color: #DDBDC7;
}
.TagClassName
{
border-color: #DDBDC7;
}
</style>