Shades of Melanie #DDBFC5
Tints of Melanie #DDBFC5
RGB
CMYK
RGB Variations
Color information
#DDBFC5 (or 0xDDBFC5) is known color: Melanie. HEX triplet: DD, BF and C5. RGB value is (221,191,197). Sum of RGB (Red+Green+Blue) = 221+191+197=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFC5 is #22403A. Grayscale: #C8C8C8. Windows color (decimal): -2244667 or 12959709. OLE color: 12959709.
HSL color Cylindrical-coordinate representation of color #DDBFC5: hue angle of 348º 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 #DDBFC5 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 197 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.13 |
| HSL | 348º | 0.31% | 0.81% | - |
| HSV(B) | 348º | 0.14% | 0.87% | - |
| XYZ | 58.53 | 56.66 | 60.68 | - |
| YUV | 200.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 197 | 0 | 0.14 | 0.11 | 0.13 | 348 | 0.31 | 0.81 |
| Hex | DD | BF | C5 | 0 | E | B | D | 15C | 1F | 51 |
| Octal | 335 | 277 | 305 | 0 | 16 | 13 | 15 | 534 | 37 | 121 |
| Binary | 11011101 | 10111111 | 11000101 | 0 | 1110 | 1011 | 1101 | 101011100 | 11111 | 1010001 |
Color Harmonies of #DDBFC5
Complementary color
Monochromatic Colors of #DDBFC5
Black with #DDBFC5
Text Example
Text Example
White with #DDBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFC5; }
p { color: rgb(221,191,197); }
H1.HeaderClassName
{
color: #DDBFC5;
}
.AnyTagClassName
{
color: #DDBFC5;
}
</style>
background-color css
<style>
a { background-color: #DDBFC5; }
a { background-color: rgb(221,191,197); }
div.DivClassName
{
background-color: #DDBFC5;
}
.BgClassName
{
background-color: #DDBFC5;
}
</style>
border-color css
<style>
span { border-color: #DDBFC5; }
span { border-color: rgb(221,191,197); }
td.TdClassName
{
border-color: #DDBFC5;
}
.TagClassName
{
border-color: #DDBFC5;
}
</style>