Shades of Melanie #DDBDC8
Tints of Melanie #DDBDC8
RGB
CMYK
RGB Variations
Color information
#DDBDC8 (or 0xDDBDC8) is known color: Melanie. HEX triplet: DD, BD and C8. RGB value is (221,189,200). Sum of RGB (Red+Green+Blue) = 221+189+200=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC8 is #224237. Grayscale: #C7C7C7. Windows color (decimal): -2245176 or 13155805. OLE color: 13155805.
HSL color Cylindrical-coordinate representation of color #DDBDC8: hue angle of 339.38º 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 #DDBDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 200 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 339.38º | 0.32% | 0.8% | - |
| HSV(B) | 339.38º | 0.14% | 0.87% | - |
| XYZ | 58.44 | 55.94 | 62.36 | - |
| YUV | 199.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 200 | 0 | 0.14 | 0.10 | 0.13 | 339.38 | 0.32 | 0.8 |
| Hex | DD | BD | C8 | 0 | E | A | D | 153 | 20 | 50 |
| Octal | 335 | 275 | 310 | 0 | 16 | 12 | 15 | 523 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11001000 | 0 | 1110 | 1010 | 1101 | 101010011 | 100000 | 1010000 |
Color Harmonies of #DDBDC8
Complementary color
Monochromatic Colors of #DDBDC8
Black with #DDBDC8
Text Example
Text Example
White with #DDBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC8; }
p { color: rgb(221,189,200); }
H1.HeaderClassName
{
color: #DDBDC8;
}
.AnyTagClassName
{
color: #DDBDC8;
}
</style>
background-color css
<style>
a { background-color: #DDBDC8; }
a { background-color: rgb(221,189,200); }
div.DivClassName
{
background-color: #DDBDC8;
}
.BgClassName
{
background-color: #DDBDC8;
}
</style>
border-color css
<style>
span { border-color: #DDBDC8; }
span { border-color: rgb(221,189,200); }
td.TdClassName
{
border-color: #DDBDC8;
}
.TagClassName
{
border-color: #DDBDC8;
}
</style>