Shades of Melanie #DDB1BB
Tints of Melanie #DDB1BB
RGB
CMYK
RGB Variations
Color information
#DDB1BB (or 0xDDB1BB) is known color: Melanie. HEX triplet: DD, B1 and BB. RGB value is (221,177,187). Sum of RGB (Red+Green+Blue) = 221+177+187=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BB is #224E44. Grayscale: #BFBFBF. Windows color (decimal): -2248261 or 12300765. OLE color: 12300765.
HSL color Cylindrical-coordinate representation of color #DDB1BB: hue angle of 346.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1BB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 187 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.13 |
| HSL | 346.36º | 0.39% | 0.78% | - |
| HSV(B) | 346.36º | 0.2% | 0.87% | - |
| XYZ | 54.51 | 50.4 | 53.87 | - |
| YUV | 191.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 187 | 0 | 0.20 | 0.15 | 0.13 | 346.36 | 0.39 | 0.78 |
| Hex | DD | B1 | BB | 0 | 14 | F | D | 15A | 27 | 4E |
| Octal | 335 | 261 | 273 | 0 | 24 | 17 | 15 | 532 | 47 | 116 |
| Binary | 11011101 | 10110001 | 10111011 | 0 | 10100 | 1111 | 1101 | 101011010 | 100111 | 1001110 |
Color Harmonies of #DDB1BB
Complementary color
Monochromatic Colors of #DDB1BB
Black with #DDB1BB
Text Example
Text Example
White with #DDB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1BB; }
p { color: rgb(221,177,187); }
H1.HeaderClassName
{
color: #DDB1BB;
}
.AnyTagClassName
{
color: #DDB1BB;
}
</style>
background-color css
<style>
a { background-color: #DDB1BB; }
a { background-color: rgb(221,177,187); }
div.DivClassName
{
background-color: #DDB1BB;
}
.BgClassName
{
background-color: #DDB1BB;
}
</style>
border-color css
<style>
span { border-color: #DDB1BB; }
span { border-color: rgb(221,177,187); }
td.TdClassName
{
border-color: #DDB1BB;
}
.TagClassName
{
border-color: #DDB1BB;
}
</style>