Shades of Melanie #DDAEC0
Tints of Melanie #DDAEC0
RGB
CMYK
RGB Variations
Color information
#DDAEC0 (or 0xDDAEC0) is known color: Melanie. HEX triplet: DD, AE and C0. RGB value is (221,174,192). Sum of RGB (Red+Green+Blue) = 221+174+192=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC0 is #22513F. Grayscale: #BEBEBE. Windows color (decimal): -2249024 or 12627677. OLE color: 12627677.
HSL color Cylindrical-coordinate representation of color #DDAEC0: hue angle of 337.02º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 192 | - |
CMYK | 0 | 0.21 | 0.13 | 0.13 |
HSL | 337.02º | 0.41% | 0.77% | - |
HSV(B) | 337.02º | 0.21% | 0.87% | - |
XYZ | 54.47 | 49.45 | 56.54 | - |
YUV | 190.11 | 129.07 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 192 | 0 | 0.21 | 0.13 | 0.13 | 337.02 | 0.41 | 0.77 |
Hex | DD | AE | C0 | 0 | 15 | D | D | 151 | 29 | 4D |
Octal | 335 | 256 | 300 | 0 | 25 | 15 | 15 | 521 | 51 | 115 |
Binary | 11011101 | 10101110 | 11000000 | 0 | 10101 | 1101 | 1101 | 101010001 | 101001 | 1001101 |
Color Harmonies of #DDAEC0
Complementary color
Monochromatic Colors of #DDAEC0
Black with #DDAEC0
Text Example
Text Example
White with #DDAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEC0; }
p { color: rgb(221,174,192); }
H1.HeaderClassName
{
color: #DDAEC0;
}
.AnyTagClassName
{
color: #DDAEC0;
}
</style>
background-color css
<style>
a { background-color: #DDAEC0; }
a { background-color: rgb(221,174,192); }
div.DivClassName
{
background-color: #DDAEC0;
}
.BgClassName
{
background-color: #DDAEC0;
}
</style>
border-color css
<style>
span { border-color: #DDAEC0; }
span { border-color: rgb(221,174,192); }
td.TdClassName
{
border-color: #DDAEC0;
}
.TagClassName
{
border-color: #DDAEC0;
}
</style>