Shades of Melanie #DDBDC6
Tints of Melanie #DDBDC6
RGB
CMYK
RGB Variations
Color information
#DDBDC6 (or 0xDDBDC6) is known color: Melanie. HEX triplet: DD, BD and C6. RGB value is (221,189,198). Sum of RGB (Red+Green+Blue) = 221+189+198=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC6 is #224239. Grayscale: #C7C7C7. Windows color (decimal): -2245178 or 13024733. OLE color: 13024733.
HSL color Cylindrical-coordinate representation of color #DDBDC6: hue angle of 343.12º 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 #DDBDC6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 198 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 343.13º | 0.32% | 0.8% | - |
| HSV(B) | 343.13º | 0.14% | 0.87% | - |
| XYZ | 58.21 | 55.84 | 61.14 | - |
| YUV | 199.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 198 | 0 | 0.14 | 0.10 | 0.13 | 343.13 | 0.32 | 0.8 |
| Hex | DD | BD | C6 | 0 | E | A | D | 157 | 20 | 50 |
| Octal | 335 | 275 | 306 | 0 | 16 | 12 | 15 | 527 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11000110 | 0 | 1110 | 1010 | 1101 | 101010111 | 100000 | 1010000 |
Color Harmonies of #DDBDC6
Complementary color
Monochromatic Colors of #DDBDC6
Black with #DDBDC6
Text Example
Text Example
White with #DDBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC6; }
p { color: rgb(221,189,198); }
H1.HeaderClassName
{
color: #DDBDC6;
}
.AnyTagClassName
{
color: #DDBDC6;
}
</style>
background-color css
<style>
a { background-color: #DDBDC6; }
a { background-color: rgb(221,189,198); }
div.DivClassName
{
background-color: #DDBDC6;
}
.BgClassName
{
background-color: #DDBDC6;
}
</style>
border-color css
<style>
span { border-color: #DDBDC6; }
span { border-color: rgb(221,189,198); }
td.TdClassName
{
border-color: #DDBDC6;
}
.TagClassName
{
border-color: #DDBDC6;
}
</style>