Shades of Melanie #DDBFC9
Tints of Melanie #DDBFC9
RGB
CMYK
RGB Variations
Color information
#DDBFC9 (or 0xDDBFC9) is known color: Melanie. HEX triplet: DD, BF and C9. RGB value is (221,191,201). Sum of RGB (Red+Green+Blue) = 221+191+201=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC9 is #224036. Grayscale: #C9C9C9. Windows color (decimal): -2244663 or 13221853. OLE color: 13221853.
HSL color Cylindrical-coordinate representation of color #DDBFC9: hue angle of 340º 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 #DDBFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 201 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 340º | 0.31% | 0.81% | - |
| HSV(B) | 340º | 0.14% | 0.87% | - |
| XYZ | 58.99 | 56.85 | 63.12 | - |
| YUV | 201.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 201 | 0 | 0.14 | 0.09 | 0.13 | 340 | 0.31 | 0.81 |
| Hex | DD | BF | C9 | 0 | E | 9 | D | 154 | 1F | 51 |
| Octal | 335 | 277 | 311 | 0 | 16 | 11 | 15 | 524 | 37 | 121 |
| Binary | 11011101 | 10111111 | 11001001 | 0 | 1110 | 1001 | 1101 | 101010100 | 11111 | 1010001 |
Color Harmonies of #DDBFC9
Complementary color
Monochromatic Colors of #DDBFC9
Black with #DDBFC9
Text Example
Text Example
White with #DDBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC9; }
p { color: rgb(221,191,201); }
H1.HeaderClassName
{
color: #DDBFC9;
}
.AnyTagClassName
{
color: #DDBFC9;
}
</style>
background-color css
<style>
a { background-color: #DDBFC9; }
a { background-color: rgb(221,191,201); }
div.DivClassName
{
background-color: #DDBFC9;
}
.BgClassName
{
background-color: #DDBFC9;
}
</style>
border-color css
<style>
span { border-color: #DDBFC9; }
span { border-color: rgb(221,191,201); }
td.TdClassName
{
border-color: #DDBFC9;
}
.TagClassName
{
border-color: #DDBFC9;
}
</style>