Shades of Melanie #DDADBE
Tints of Melanie #DDADBE
RGB
CMYK
RGB Variations
Color information
#DDADBE (or 0xDDADBE) is known color: Melanie. HEX triplet: DD, AD and BE. RGB value is (221,173,190). Sum of RGB (Red+Green+Blue) = 221+173+190=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADBE is #225241. Grayscale: #BDBDBD. Windows color (decimal): -2249282 or 12496349. OLE color: 12496349.
HSL color Cylindrical-coordinate representation of color #DDADBE: hue angle of 338.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADBE is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 190 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.13 |
| HSL | 338.75º | 0.41% | 0.77% | - |
| HSV(B) | 338.75º | 0.22% | 0.87% | - |
| XYZ | 54.06 | 48.98 | 55.32 | - |
| YUV | 189.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 190 | 0 | 0.22 | 0.14 | 0.13 | 338.75 | 0.41 | 0.77 |
| Hex | DD | AD | BE | 0 | 16 | E | D | 153 | 29 | 4D |
| Octal | 335 | 255 | 276 | 0 | 26 | 16 | 15 | 523 | 51 | 115 |
| Binary | 11011101 | 10101101 | 10111110 | 0 | 10110 | 1110 | 1101 | 101010011 | 101001 | 1001101 |
Color Harmonies of #DDADBE
Complementary color
Monochromatic Colors of #DDADBE
Black with #DDADBE
Text Example
Text Example
White with #DDADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADBE; }
p { color: rgb(221,173,190); }
H1.HeaderClassName
{
color: #DDADBE;
}
.AnyTagClassName
{
color: #DDADBE;
}
</style>
background-color css
<style>
a { background-color: #DDADBE; }
a { background-color: rgb(221,173,190); }
div.DivClassName
{
background-color: #DDADBE;
}
.BgClassName
{
background-color: #DDADBE;
}
</style>
border-color css
<style>
span { border-color: #DDADBE; }
span { border-color: rgb(221,173,190); }
td.TdClassName
{
border-color: #DDADBE;
}
.TagClassName
{
border-color: #DDADBE;
}
</style>