Shades of Melanie #DDB1C5
Tints of Melanie #DDB1C5
RGB
CMYK
RGB Variations
Color information
#DDB1C5 (or 0xDDB1C5) is known color: Melanie. HEX triplet: DD, B1 and C5. RGB value is (221,177,197). Sum of RGB (Red+Green+Blue) = 221+177+197=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1C5 is #224E3A. Grayscale: #C0C0C0. Windows color (decimal): -2248251 or 12956125. OLE color: 12956125.
HSL color Cylindrical-coordinate representation of color #DDB1C5: hue angle of 332.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB1C5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 197 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.13 |
| HSL | 332.73º | 0.39% | 0.78% | - |
| HSV(B) | 332.73º | 0.2% | 0.87% | - |
| XYZ | 55.62 | 50.85 | 59.71 | - |
| YUV | 192.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 197 | 0 | 0.20 | 0.11 | 0.13 | 332.73 | 0.39 | 0.78 |
| Hex | DD | B1 | C5 | 0 | 14 | B | D | 14D | 27 | 4E |
| Octal | 335 | 261 | 305 | 0 | 24 | 13 | 15 | 515 | 47 | 116 |
| Binary | 11011101 | 10110001 | 11000101 | 0 | 10100 | 1011 | 1101 | 101001101 | 100111 | 1001110 |
Color Harmonies of #DDB1C5
Complementary color
Monochromatic Colors of #DDB1C5
Black with #DDB1C5
Text Example
Text Example
White with #DDB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1C5; }
p { color: rgb(221,177,197); }
H1.HeaderClassName
{
color: #DDB1C5;
}
.AnyTagClassName
{
color: #DDB1C5;
}
</style>
background-color css
<style>
a { background-color: #DDB1C5; }
a { background-color: rgb(221,177,197); }
div.DivClassName
{
background-color: #DDB1C5;
}
.BgClassName
{
background-color: #DDB1C5;
}
</style>
border-color css
<style>
span { border-color: #DDB1C5; }
span { border-color: rgb(221,177,197); }
td.TdClassName
{
border-color: #DDB1C5;
}
.TagClassName
{
border-color: #DDB1C5;
}
</style>