Shades of Melanie #D2AEB8
Tints of Melanie #D2AEB8
RGB
CMYK
RGB Variations
Color information
#D2AEB8 (or 0xD2AEB8) is known color: Melanie. HEX triplet: D2, AE and B8. RGB value is (210,174,184). Sum of RGB (Red+Green+Blue) = 210+174+184=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEB8 is #2D5147. Grayscale: #B9B9B9. Windows color (decimal): -2969928 or 12103378. OLE color: 12103378.
HSL color Cylindrical-coordinate representation of color #D2AEB8: hue angle of 343.33º degrees, saturation: 0.29, 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 #D2AEB8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 184 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.18 |
| HSL | 343.33º | 0.29% | 0.75% | - |
| HSV(B) | 343.33º | 0.17% | 0.82% | - |
| XYZ | 50.37 | 47.43 | 51.85 | - |
| YUV | 185.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 184 | 0 | 0.17 | 0.12 | 0.18 | 343.33 | 0.29 | 0.75 |
| Hex | D2 | AE | B8 | 0 | 11 | C | 12 | 157 | 1D | 4B |
| Octal | 322 | 256 | 270 | 0 | 21 | 14 | 22 | 527 | 35 | 113 |
| Binary | 11010010 | 10101110 | 10111000 | 0 | 10001 | 1100 | 10010 | 101010111 | 11101 | 1001011 |
Color Harmonies of #D2AEB8
Complementary color
Monochromatic Colors of #D2AEB8
Black with #D2AEB8
Text Example
Text Example
White with #D2AEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEB8; }
p { color: rgb(210,174,184); }
H1.HeaderClassName
{
color: #D2AEB8;
}
.AnyTagClassName
{
color: #D2AEB8;
}
</style>
background-color css
<style>
a { background-color: #D2AEB8; }
a { background-color: rgb(210,174,184); }
div.DivClassName
{
background-color: #D2AEB8;
}
.BgClassName
{
background-color: #D2AEB8;
}
</style>
border-color css
<style>
span { border-color: #D2AEB8; }
span { border-color: rgb(210,174,184); }
td.TdClassName
{
border-color: #D2AEB8;
}
.TagClassName
{
border-color: #D2AEB8;
}
</style>