Shades of Melanie #DDBBC6
Tints of Melanie #DDBBC6
RGB
CMYK
RGB Variations
Color information
#DDBBC6 (or 0xDDBBC6) is known color: Melanie. HEX triplet: DD, BB and C6. RGB value is (221,187,198). Sum of RGB (Red+Green+Blue) = 221+187+198=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC6 is #224439. Grayscale: #C6C6C6. Windows color (decimal): -2245690 or 13024221. OLE color: 13024221.
HSL color Cylindrical-coordinate representation of color #DDBBC6: hue angle of 340.59º 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 #DDBBC6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 198 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.13 |
| HSL | 340.59º | 0.33% | 0.8% | - |
| HSV(B) | 340.59º | 0.15% | 0.87% | - |
| XYZ | 57.78 | 54.99 | 60.99 | - |
| YUV | 198.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 198 | 0 | 0.15 | 0.10 | 0.13 | 340.59 | 0.33 | 0.8 |
| Hex | DD | BB | C6 | 0 | F | A | D | 155 | 21 | 50 |
| Octal | 335 | 273 | 306 | 0 | 17 | 12 | 15 | 525 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000110 | 0 | 1111 | 1010 | 1101 | 101010101 | 100001 | 1010000 |
Color Harmonies of #DDBBC6
Complementary color
Monochromatic Colors of #DDBBC6
Black with #DDBBC6
Text Example
Text Example
White with #DDBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC6; }
p { color: rgb(221,187,198); }
H1.HeaderClassName
{
color: #DDBBC6;
}
.AnyTagClassName
{
color: #DDBBC6;
}
</style>
background-color css
<style>
a { background-color: #DDBBC6; }
a { background-color: rgb(221,187,198); }
div.DivClassName
{
background-color: #DDBBC6;
}
.BgClassName
{
background-color: #DDBBC6;
}
</style>
border-color css
<style>
span { border-color: #DDBBC6; }
span { border-color: rgb(221,187,198); }
td.TdClassName
{
border-color: #DDBBC6;
}
.TagClassName
{
border-color: #DDBBC6;
}
</style>