Shades of Melanie #DDBBC8
Tints of Melanie #DDBBC8
RGB
CMYK
RGB Variations
Color information
#DDBBC8 (or 0xDDBBC8) is known color: Melanie. HEX triplet: DD, BB and C8. RGB value is (221,187,200). Sum of RGB (Red+Green+Blue) = 221+187+200=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC8 is #224437. Grayscale: #C6C6C6. Windows color (decimal): -2245688 or 13155293. OLE color: 13155293.
HSL color Cylindrical-coordinate representation of color #DDBBC8: hue angle of 337.06º 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 #DDBBC8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 200 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.13 |
| HSL | 337.06º | 0.33% | 0.8% | - |
| HSV(B) | 337.06º | 0.15% | 0.87% | - |
| XYZ | 58.01 | 55.08 | 62.22 | - |
| YUV | 198.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 200 | 0 | 0.15 | 0.10 | 0.13 | 337.06 | 0.33 | 0.8 |
| Hex | DD | BB | C8 | 0 | F | A | D | 151 | 21 | 50 |
| Octal | 335 | 273 | 310 | 0 | 17 | 12 | 15 | 521 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11001000 | 0 | 1111 | 1010 | 1101 | 101010001 | 100001 | 1010000 |
Color Harmonies of #DDBBC8
Complementary color
Monochromatic Colors of #DDBBC8
Black with #DDBBC8
Text Example
Text Example
White with #DDBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC8; }
p { color: rgb(221,187,200); }
H1.HeaderClassName
{
color: #DDBBC8;
}
.AnyTagClassName
{
color: #DDBBC8;
}
</style>
background-color css
<style>
a { background-color: #DDBBC8; }
a { background-color: rgb(221,187,200); }
div.DivClassName
{
background-color: #DDBBC8;
}
.BgClassName
{
background-color: #DDBBC8;
}
</style>
border-color css
<style>
span { border-color: #DDBBC8; }
span { border-color: rgb(221,187,200); }
td.TdClassName
{
border-color: #DDBBC8;
}
.TagClassName
{
border-color: #DDBBC8;
}
</style>