Shades of Melanie #DDBBC3
Tints of Melanie #DDBBC3
RGB
CMYK
RGB Variations
Color information
#DDBBC3 (or 0xDDBBC3) is known color: Melanie. HEX triplet: DD, BB and C3. RGB value is (221,187,195). Sum of RGB (Red+Green+Blue) = 221+187+195=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBC3 is #22443C. Grayscale: #C6C6C6. Windows color (decimal): -2245693 or 12827613. OLE color: 12827613.
HSL color Cylindrical-coordinate representation of color #DDBBC3: hue angle of 345.88º 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 #DDBBC3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 195 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.13 |
| HSL | 345.88º | 0.33% | 0.8% | - |
| HSV(B) | 345.88º | 0.15% | 0.87% | - |
| XYZ | 57.44 | 54.85 | 59.19 | - |
| YUV | 198.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 195 | 0 | 0.15 | 0.12 | 0.13 | 345.88 | 0.33 | 0.8 |
| Hex | DD | BB | C3 | 0 | F | C | D | 15A | 21 | 50 |
| Octal | 335 | 273 | 303 | 0 | 17 | 14 | 15 | 532 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11000011 | 0 | 1111 | 1100 | 1101 | 101011010 | 100001 | 1010000 |
Color Harmonies of #DDBBC3
Complementary color
Monochromatic Colors of #DDBBC3
Black with #DDBBC3
Text Example
Text Example
White with #DDBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBC3; }
p { color: rgb(221,187,195); }
H1.HeaderClassName
{
color: #DDBBC3;
}
.AnyTagClassName
{
color: #DDBBC3;
}
</style>
background-color css
<style>
a { background-color: #DDBBC3; }
a { background-color: rgb(221,187,195); }
div.DivClassName
{
background-color: #DDBBC3;
}
.BgClassName
{
background-color: #DDBBC3;
}
</style>
border-color css
<style>
span { border-color: #DDBBC3; }
span { border-color: rgb(221,187,195); }
td.TdClassName
{
border-color: #DDBBC3;
}
.TagClassName
{
border-color: #DDBBC3;
}
</style>