Shades of Melanie #DDBEC6
Tints of Melanie #DDBEC6
RGB
CMYK
RGB Variations
Color information
#DDBEC6 (or 0xDDBEC6) is known color: Melanie. HEX triplet: DD, BE and C6. RGB value is (221,190,198). Sum of RGB (Red+Green+Blue) = 221+190+198=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC6 is #224139. Grayscale: #C8C8C8. Windows color (decimal): -2244922 or 13024989. OLE color: 13024989.
HSL color Cylindrical-coordinate representation of color #DDBEC6: hue angle of 344.52º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEC6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 198 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 344.52º | 0.31% | 0.81% | - |
| HSV(B) | 344.52º | 0.14% | 0.87% | - |
| XYZ | 58.43 | 56.28 | 61.21 | - |
| YUV | 200.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 198 | 0 | 0.14 | 0.10 | 0.13 | 344.52 | 0.31 | 0.81 |
| Hex | DD | BE | C6 | 0 | E | A | D | 159 | 1F | 51 |
| Octal | 335 | 276 | 306 | 0 | 16 | 12 | 15 | 531 | 37 | 121 |
| Binary | 11011101 | 10111110 | 11000110 | 0 | 1110 | 1010 | 1101 | 101011001 | 11111 | 1010001 |
Color Harmonies of #DDBEC6
Complementary color
Monochromatic Colors of #DDBEC6
Black with #DDBEC6
Text Example
Text Example
White with #DDBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEC6; }
p { color: rgb(221,190,198); }
H1.HeaderClassName
{
color: #DDBEC6;
}
.AnyTagClassName
{
color: #DDBEC6;
}
</style>
background-color css
<style>
a { background-color: #DDBEC6; }
a { background-color: rgb(221,190,198); }
div.DivClassName
{
background-color: #DDBEC6;
}
.BgClassName
{
background-color: #DDBEC6;
}
</style>
border-color css
<style>
span { border-color: #DDBEC6; }
span { border-color: rgb(221,190,198); }
td.TdClassName
{
border-color: #DDBEC6;
}
.TagClassName
{
border-color: #DDBEC6;
}
</style>