Shades of Melanie #D0ADBB
Tints of Melanie #D0ADBB
RGB
CMYK
RGB Variations
Color information
#D0ADBB (or 0xD0ADBB) is known color: Melanie. HEX triplet: D0, AD and BB. RGB value is (208,173,187). Sum of RGB (Red+Green+Blue) = 208+173+187=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADBB is #2F5244. Grayscale: #B9B9B9. Windows color (decimal): -3101253 or 12299728. OLE color: 12299728.
HSL color Cylindrical-coordinate representation of color #D0ADBB: hue angle of 336º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ADBB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 187 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.18 |
| HSL | 336º | 0.27% | 0.75% | - |
| HSV(B) | 336º | 0.17% | 0.82% | - |
| XYZ | 49.93 | 46.88 | 53.43 | - |
| YUV | 185.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 187 | 0 | 0.17 | 0.10 | 0.18 | 336 | 0.27 | 0.75 |
| Hex | D0 | AD | BB | 0 | 11 | A | 12 | 150 | 1B | 4B |
| Octal | 320 | 255 | 273 | 0 | 21 | 12 | 22 | 520 | 33 | 113 |
| Binary | 11010000 | 10101101 | 10111011 | 0 | 10001 | 1010 | 10010 | 101010000 | 11011 | 1001011 |
Color Harmonies of #D0ADBB
Complementary color
Monochromatic Colors of #D0ADBB
Black with #D0ADBB
Text Example
Text Example
White with #D0ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADBB; }
p { color: rgb(208,173,187); }
H1.HeaderClassName
{
color: #D0ADBB;
}
.AnyTagClassName
{
color: #D0ADBB;
}
</style>
background-color css
<style>
a { background-color: #D0ADBB; }
a { background-color: rgb(208,173,187); }
div.DivClassName
{
background-color: #D0ADBB;
}
.BgClassName
{
background-color: #D0ADBB;
}
</style>
border-color css
<style>
span { border-color: #D0ADBB; }
span { border-color: rgb(208,173,187); }
td.TdClassName
{
border-color: #D0ADBB;
}
.TagClassName
{
border-color: #D0ADBB;
}
</style>