Shades of Melanie #DDBCC8
Tints of Melanie #DDBCC8
RGB
CMYK
RGB Variations
Color information
#DDBCC8 (or 0xDDBCC8) is known color: Melanie. HEX triplet: DD, BC and C8. RGB value is (221,188,200). Sum of RGB (Red+Green+Blue) = 221+188+200=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCC8 is #224337. Grayscale: #C7C7C7. Windows color (decimal): -2245432 or 13155549. OLE color: 13155549.
HSL color Cylindrical-coordinate representation of color #DDBCC8: hue angle of 338.18º 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 #DDBCC8 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 200 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.13 |
| HSL | 338.18º | 0.33% | 0.8% | - |
| HSV(B) | 338.18º | 0.15% | 0.87% | - |
| XYZ | 58.23 | 55.51 | 62.29 | - |
| YUV | 199.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 200 | 0 | 0.15 | 0.10 | 0.13 | 338.18 | 0.33 | 0.8 |
| Hex | DD | BC | C8 | 0 | F | A | D | 152 | 21 | 50 |
| Octal | 335 | 274 | 310 | 0 | 17 | 12 | 15 | 522 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11001000 | 0 | 1111 | 1010 | 1101 | 101010010 | 100001 | 1010000 |
Color Harmonies of #DDBCC8
Complementary color
Monochromatic Colors of #DDBCC8
Black with #DDBCC8
Text Example
Text Example
White with #DDBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCC8; }
p { color: rgb(221,188,200); }
H1.HeaderClassName
{
color: #DDBCC8;
}
.AnyTagClassName
{
color: #DDBCC8;
}
</style>
background-color css
<style>
a { background-color: #DDBCC8; }
a { background-color: rgb(221,188,200); }
div.DivClassName
{
background-color: #DDBCC8;
}
.BgClassName
{
background-color: #DDBCC8;
}
</style>
border-color css
<style>
span { border-color: #DDBCC8; }
span { border-color: rgb(221,188,200); }
td.TdClassName
{
border-color: #DDBCC8;
}
.TagClassName
{
border-color: #DDBCC8;
}
</style>