Shades of Melanie #DDBDC2
Tints of Melanie #DDBDC2
RGB
CMYK
RGB Variations
Color information
#DDBDC2 (or 0xDDBDC2) is known color: Melanie. HEX triplet: DD, BD and C2. RGB value is (221,189,194). Sum of RGB (Red+Green+Blue) = 221+189+194=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC2 is #22423D. Grayscale: #C7C7C7. Windows color (decimal): -2245182 or 12762589. OLE color: 12762589.
HSL color Cylindrical-coordinate representation of color #DDBDC2: hue angle of 350.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 194 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 350.63º | 0.32% | 0.8% | - |
| HSV(B) | 350.63º | 0.14% | 0.87% | - |
| XYZ | 57.75 | 55.66 | 58.74 | - |
| YUV | 199.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 194 | 0 | 0.14 | 0.12 | 0.13 | 350.63 | 0.32 | 0.8 |
| Hex | DD | BD | C2 | 0 | E | C | D | 15F | 20 | 50 |
| Octal | 335 | 275 | 302 | 0 | 16 | 14 | 15 | 537 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11000010 | 0 | 1110 | 1100 | 1101 | 101011111 | 100000 | 1010000 |
Color Harmonies of #DDBDC2
Complementary color
Monochromatic Colors of #DDBDC2
Black with #DDBDC2
Text Example
Text Example
White with #DDBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC2; }
p { color: rgb(221,189,194); }
H1.HeaderClassName
{
color: #DDBDC2;
}
.AnyTagClassName
{
color: #DDBDC2;
}
</style>
background-color css
<style>
a { background-color: #DDBDC2; }
a { background-color: rgb(221,189,194); }
div.DivClassName
{
background-color: #DDBDC2;
}
.BgClassName
{
background-color: #DDBDC2;
}
</style>
border-color css
<style>
span { border-color: #DDBDC2; }
span { border-color: rgb(221,189,194); }
td.TdClassName
{
border-color: #DDBDC2;
}
.TagClassName
{
border-color: #DDBDC2;
}
</style>