Shades of Melanie #DDBBC4
Tints of Melanie #DDBBC4
RGB
CMYK
RGB Variations
Color information
#DDBBC4 (or 0xDDBBC4) is known color: Melanie. HEX triplet: DD, BB and C4. RGB value is (221,187,196). Sum of RGB (Red+Green+Blue) = 221+187+196=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC4 is #22443B. Grayscale: #C6C6C6. Windows color (decimal): -2245692 or 12893149. OLE color: 12893149.
HSL color Cylindrical-coordinate representation of color #DDBBC4: hue angle of 344.12º 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 #DDBBC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 196 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.13 |
| HSL | 344.12º | 0.33% | 0.8% | - |
| HSV(B) | 344.12º | 0.15% | 0.87% | - |
| XYZ | 57.55 | 54.9 | 59.79 | - |
| YUV | 198.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 196 | 0 | 0.15 | 0.11 | 0.13 | 344.12 | 0.33 | 0.8 |
| Hex | DD | BB | C4 | 0 | F | B | D | 158 | 21 | 50 |
| Octal | 335 | 273 | 304 | 0 | 17 | 13 | 15 | 530 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000100 | 0 | 1111 | 1011 | 1101 | 101011000 | 100001 | 1010000 |
Color Harmonies of #DDBBC4
Complementary color
Monochromatic Colors of #DDBBC4
Black with #DDBBC4
Text Example
Text Example
White with #DDBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC4; }
p { color: rgb(221,187,196); }
H1.HeaderClassName
{
color: #DDBBC4;
}
.AnyTagClassName
{
color: #DDBBC4;
}
</style>
background-color css
<style>
a { background-color: #DDBBC4; }
a { background-color: rgb(221,187,196); }
div.DivClassName
{
background-color: #DDBBC4;
}
.BgClassName
{
background-color: #DDBBC4;
}
</style>
border-color css
<style>
span { border-color: #DDBBC4; }
span { border-color: rgb(221,187,196); }
td.TdClassName
{
border-color: #DDBBC4;
}
.TagClassName
{
border-color: #DDBBC4;
}
</style>