Shades of Melanie #D0AEBA
Tints of Melanie #D0AEBA
RGB
CMYK
RGB Variations
Color information
#D0AEBA (or 0xD0AEBA) is known color: Melanie. HEX triplet: D0, AE and BA. RGB value is (208,174,186). Sum of RGB (Red+Green+Blue) = 208+174+186=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AEBA is #2F5145. Grayscale: #B9B9B9. Windows color (decimal): -3100998 or 12234448. OLE color: 12234448.
HSL color Cylindrical-coordinate representation of color #D0AEBA: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AEBA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 186 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.18 |
| HSL | 338.82º | 0.27% | 0.75% | - |
| HSV(B) | 338.82º | 0.16% | 0.82% | - |
| XYZ | 50.01 | 47.23 | 52.93 | - |
| YUV | 185.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 186 | 0 | 0.16 | 0.11 | 0.18 | 338.82 | 0.27 | 0.75 |
| Hex | D0 | AE | BA | 0 | 10 | B | 12 | 153 | 1B | 4B |
| Octal | 320 | 256 | 272 | 0 | 20 | 13 | 22 | 523 | 33 | 113 |
| Binary | 11010000 | 10101110 | 10111010 | 0 | 10000 | 1011 | 10010 | 101010011 | 11011 | 1001011 |
Color Harmonies of #D0AEBA
Complementary color
Monochromatic Colors of #D0AEBA
Black with #D0AEBA
Text Example
Text Example
White with #D0AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEBA; }
p { color: rgb(208,174,186); }
H1.HeaderClassName
{
color: #D0AEBA;
}
.AnyTagClassName
{
color: #D0AEBA;
}
</style>
background-color css
<style>
a { background-color: #D0AEBA; }
a { background-color: rgb(208,174,186); }
div.DivClassName
{
background-color: #D0AEBA;
}
.BgClassName
{
background-color: #D0AEBA;
}
</style>
border-color css
<style>
span { border-color: #D0AEBA; }
span { border-color: rgb(208,174,186); }
td.TdClassName
{
border-color: #D0AEBA;
}
.TagClassName
{
border-color: #D0AEBA;
}
</style>