Shades of Melanie #DCADBF
Tints of Melanie #DCADBF
RGB
CMYK
RGB Variations
Color information
#DCADBF (or 0xDCADBF) is known color: Melanie. HEX triplet: DC, AD and BF. RGB value is (220,173,191). Sum of RGB (Red+Green+Blue) = 220+173+191=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBF is #235240. Grayscale: #BDBDBD. Windows color (decimal): -2314817 or 12561884. OLE color: 12561884.
HSL color Cylindrical-coordinate representation of color #DCADBF: hue angle of 337.02º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADBF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 191 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.14 |
| HSL | 337.02º | 0.4% | 0.77% | - |
| HSV(B) | 337.02º | 0.21% | 0.86% | - |
| XYZ | 53.86 | 48.86 | 55.88 | - |
| YUV | 189.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 191 | 0 | 0.21 | 0.13 | 0.14 | 337.02 | 0.4 | 0.77 |
| Hex | DC | AD | BF | 0 | 15 | D | E | 151 | 28 | 4D |
| Octal | 334 | 255 | 277 | 0 | 25 | 15 | 16 | 521 | 50 | 115 |
| Binary | 11011100 | 10101101 | 10111111 | 0 | 10101 | 1101 | 1110 | 101010001 | 101000 | 1001101 |
Color Harmonies of #DCADBF
Complementary color
Monochromatic Colors of #DCADBF
Black with #DCADBF
Text Example
Text Example
White with #DCADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADBF; }
p { color: rgb(220,173,191); }
H1.HeaderClassName
{
color: #DCADBF;
}
.AnyTagClassName
{
color: #DCADBF;
}
</style>
background-color css
<style>
a { background-color: #DCADBF; }
a { background-color: rgb(220,173,191); }
div.DivClassName
{
background-color: #DCADBF;
}
.BgClassName
{
background-color: #DCADBF;
}
</style>
border-color css
<style>
span { border-color: #DCADBF; }
span { border-color: rgb(220,173,191); }
td.TdClassName
{
border-color: #DCADBF;
}
.TagClassName
{
border-color: #DCADBF;
}
</style>