Shades of Melanie #DDBBC1
Tints of Melanie #DDBBC1
RGB
CMYK
RGB Variations
Color information
#DDBBC1 (or 0xDDBBC1) is known color: Melanie. HEX triplet: DD, BB and C1. RGB value is (221,187,193). Sum of RGB (Red+Green+Blue) = 221+187+193=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC1 is #22443E. Grayscale: #C5C5C5. Windows color (decimal): -2245695 or 12696541. OLE color: 12696541.
HSL color Cylindrical-coordinate representation of color #DDBBC1: hue angle of 349.41º 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 #DDBBC1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 193 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 349.41º | 0.33% | 0.8% | - |
| HSV(B) | 349.41º | 0.15% | 0.87% | - |
| XYZ | 57.21 | 54.76 | 58.01 | - |
| YUV | 197.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 193 | 0 | 0.15 | 0.13 | 0.13 | 349.41 | 0.33 | 0.8 |
| Hex | DD | BB | C1 | 0 | F | D | D | 15D | 21 | 50 |
| Octal | 335 | 273 | 301 | 0 | 17 | 15 | 15 | 535 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000001 | 0 | 1111 | 1101 | 1101 | 101011101 | 100001 | 1010000 |
Color Harmonies of #DDBBC1
Complementary color
Monochromatic Colors of #DDBBC1
Black with #DDBBC1
Text Example
Text Example
White with #DDBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC1; }
p { color: rgb(221,187,193); }
H1.HeaderClassName
{
color: #DDBBC1;
}
.AnyTagClassName
{
color: #DDBBC1;
}
</style>
background-color css
<style>
a { background-color: #DDBBC1; }
a { background-color: rgb(221,187,193); }
div.DivClassName
{
background-color: #DDBBC1;
}
.BgClassName
{
background-color: #DDBBC1;
}
</style>
border-color css
<style>
span { border-color: #DDBBC1; }
span { border-color: rgb(221,187,193); }
td.TdClassName
{
border-color: #DDBBC1;
}
.TagClassName
{
border-color: #DDBBC1;
}
</style>