Shades of Melanie #DDADC0
Tints of Melanie #DDADC0
RGB
CMYK
RGB Variations
Color information
#DDADC0 (or 0xDDADC0) is known color: Melanie. HEX triplet: DD, AD and C0. RGB value is (221,173,192). Sum of RGB (Red+Green+Blue) = 221+173+192=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC0 is #22523F. Grayscale: #BDBDBD. Windows color (decimal): -2249280 or 12627421. OLE color: 12627421.
HSL color Cylindrical-coordinate representation of color #DDADC0: hue angle of 336.25º 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 #DDADC0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 192 | - |
CMYK | 0 | 0.22 | 0.13 | 0.13 |
HSL | 336.25º | 0.41% | 0.77% | - |
HSV(B) | 336.25º | 0.22% | 0.87% | - |
XYZ | 54.28 | 49.07 | 56.48 | - |
YUV | 189.52 | 129.4 | 150.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 192 | 0 | 0.22 | 0.13 | 0.13 | 336.25 | 0.41 | 0.77 |
Hex | DD | AD | C0 | 0 | 16 | D | D | 150 | 29 | 4D |
Octal | 335 | 255 | 300 | 0 | 26 | 15 | 15 | 520 | 51 | 115 |
Binary | 11011101 | 10101101 | 11000000 | 0 | 10110 | 1101 | 1101 | 101010000 | 101001 | 1001101 |
Color Harmonies of #DDADC0
Complementary color
Monochromatic Colors of #DDADC0
Black with #DDADC0
Text Example
Text Example
White with #DDADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADC0; }
p { color: rgb(221,173,192); }
H1.HeaderClassName
{
color: #DDADC0;
}
.AnyTagClassName
{
color: #DDADC0;
}
</style>
background-color css
<style>
a { background-color: #DDADC0; }
a { background-color: rgb(221,173,192); }
div.DivClassName
{
background-color: #DDADC0;
}
.BgClassName
{
background-color: #DDADC0;
}
</style>
border-color css
<style>
span { border-color: #DDADC0; }
span { border-color: rgb(221,173,192); }
td.TdClassName
{
border-color: #DDADC0;
}
.TagClassName
{
border-color: #DDADC0;
}
</style>