Shades of Melanie #DDBAC3
Tints of Melanie #DDBAC3
RGB
CMYK
RGB Variations
Color information
#DDBAC3 (or 0xDDBAC3) is known color: Melanie. HEX triplet: DD, BA and C3. RGB value is (221,186,195). Sum of RGB (Red+Green+Blue) = 221+186+195=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC3 is #22453C. Grayscale: #C5C5C5. Windows color (decimal): -2245949 or 12827357. OLE color: 12827357.
HSL color Cylindrical-coordinate representation of color #DDBAC3: hue angle of 344.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 195 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.13 |
| HSL | 344.57º | 0.34% | 0.8% | - |
| HSV(B) | 344.57º | 0.16% | 0.87% | - |
| XYZ | 57.23 | 54.43 | 59.12 | - |
| YUV | 197.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 195 | 0 | 0.16 | 0.12 | 0.13 | 344.57 | 0.34 | 0.8 |
| Hex | DD | BA | C3 | 0 | 10 | C | D | 159 | 22 | 50 |
| Octal | 335 | 272 | 303 | 0 | 20 | 14 | 15 | 531 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11000011 | 0 | 10000 | 1100 | 1101 | 101011001 | 100010 | 1010000 |
Color Harmonies of #DDBAC3
Complementary color
Monochromatic Colors of #DDBAC3
Black with #DDBAC3
Text Example
Text Example
White with #DDBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAC3; }
p { color: rgb(221,186,195); }
H1.HeaderClassName
{
color: #DDBAC3;
}
.AnyTagClassName
{
color: #DDBAC3;
}
</style>
background-color css
<style>
a { background-color: #DDBAC3; }
a { background-color: rgb(221,186,195); }
div.DivClassName
{
background-color: #DDBAC3;
}
.BgClassName
{
background-color: #DDBAC3;
}
</style>
border-color css
<style>
span { border-color: #DDBAC3; }
span { border-color: rgb(221,186,195); }
td.TdClassName
{
border-color: #DDBAC3;
}
.TagClassName
{
border-color: #DDBAC3;
}
</style>