Shades of Melanie #DDBBC7
Tints of Melanie #DDBBC7
RGB
CMYK
RGB Variations
Color information
#DDBBC7 (or 0xDDBBC7) is known color: Melanie. HEX triplet: DD, BB and C7. RGB value is (221,187,199). Sum of RGB (Red+Green+Blue) = 221+187+199=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC7 is #224438. Grayscale: #C6C6C6. Windows color (decimal): -2245689 or 13089757. OLE color: 13089757.
HSL color Cylindrical-coordinate representation of color #DDBBC7: hue angle of 338.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBC7 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 199 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.13 |
| HSL | 338.82º | 0.33% | 0.8% | - |
| HSV(B) | 338.82º | 0.15% | 0.87% | - |
| XYZ | 57.9 | 55.04 | 61.6 | - |
| YUV | 198.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 199 | 0 | 0.15 | 0.10 | 0.13 | 338.82 | 0.33 | 0.8 |
| Hex | DD | BB | C7 | 0 | F | A | D | 153 | 21 | 50 |
| Octal | 335 | 273 | 307 | 0 | 17 | 12 | 15 | 523 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000111 | 0 | 1111 | 1010 | 1101 | 101010011 | 100001 | 1010000 |
Color Harmonies of #DDBBC7
Complementary color
Monochromatic Colors of #DDBBC7
Black with #DDBBC7
Text Example
Text Example
White with #DDBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC7; }
p { color: rgb(221,187,199); }
H1.HeaderClassName
{
color: #DDBBC7;
}
.AnyTagClassName
{
color: #DDBBC7;
}
</style>
background-color css
<style>
a { background-color: #DDBBC7; }
a { background-color: rgb(221,187,199); }
div.DivClassName
{
background-color: #DDBBC7;
}
.BgClassName
{
background-color: #DDBBC7;
}
</style>
border-color css
<style>
span { border-color: #DDBBC7; }
span { border-color: rgb(221,187,199); }
td.TdClassName
{
border-color: #DDBBC7;
}
.TagClassName
{
border-color: #DDBBC7;
}
</style>