Shades of Melanie #DDABBC
Tints of Melanie #DDABBC
RGB
CMYK
RGB Variations
Color information
#DDABBC (or 0xDDABBC) is known color: Melanie. HEX triplet: DD, AB and BC. RGB value is (221,171,188). Sum of RGB (Red+Green+Blue) = 221+171+188=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABBC is #225443. Grayscale: #BBBBBB. Windows color (decimal): -2249796 or 12364765. OLE color: 12364765.
HSL color Cylindrical-coordinate representation of color #DDABBC: hue angle of 339.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABBC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 171 | 188 | - |
CMYK | 0 | 0.23 | 0.15 | 0.13 |
HSL | 339.6º | 0.42% | 0.77% | - |
HSV(B) | 339.6º | 0.23% | 0.87% | - |
XYZ | 53.46 | 48.13 | 54.05 | - |
YUV | 187.89 | 128.07 | 151.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 188 | 0 | 0.23 | 0.15 | 0.13 | 339.6 | 0.42 | 0.77 |
Hex | DD | AB | BC | 0 | 17 | F | D | 154 | 2A | 4D |
Octal | 335 | 253 | 274 | 0 | 27 | 17 | 15 | 524 | 52 | 115 |
Binary | 11011101 | 10101011 | 10111100 | 0 | 10111 | 1111 | 1101 | 101010100 | 101010 | 1001101 |
Color Harmonies of #DDABBC
Complementary color
Monochromatic Colors of #DDABBC
Black with #DDABBC
Text Example
Text Example
White with #DDABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABBC; }
p { color: rgb(221,171,188); }
H1.HeaderClassName
{
color: #DDABBC;
}
.AnyTagClassName
{
color: #DDABBC;
}
</style>
background-color css
<style>
a { background-color: #DDABBC; }
a { background-color: rgb(221,171,188); }
div.DivClassName
{
background-color: #DDABBC;
}
.BgClassName
{
background-color: #DDABBC;
}
</style>
border-color css
<style>
span { border-color: #DDABBC; }
span { border-color: rgb(221,171,188); }
td.TdClassName
{
border-color: #DDABBC;
}
.TagClassName
{
border-color: #DDABBC;
}
</style>