Shades of Melanie #D0AFB8
Tints of Melanie #D0AFB8
RGB
CMYK
RGB Variations
Color information
#D0AFB8 (or 0xD0AFB8) is known color: Melanie. HEX triplet: D0, AF and B8. RGB value is (208,175,184). Sum of RGB (Red+Green+Blue) = 208+175+184=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFB8 is #2F5047. Grayscale: #B9B9B9. Windows color (decimal): -3100744 or 12103632. OLE color: 12103632.
HSL color Cylindrical-coordinate representation of color #D0AFB8: hue angle of 343.64º degrees, saturation: 0.26, 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 #D0AFB8 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 175 | 184 | - |
CMYK | 0 | 0.16 | 0.12 | 0.18 |
HSL | 343.64º | 0.26% | 0.75% | - |
HSV(B) | 343.64º | 0.16% | 0.82% | - |
XYZ | 49.99 | 47.53 | 51.89 | - |
YUV | 185.89 | 126.93 | 143.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 175 | 184 | 0 | 0.16 | 0.12 | 0.18 | 343.64 | 0.26 | 0.75 |
Hex | D0 | AF | B8 | 0 | 10 | C | 12 | 158 | 1A | 4B |
Octal | 320 | 257 | 270 | 0 | 20 | 14 | 22 | 530 | 32 | 113 |
Binary | 11010000 | 10101111 | 10111000 | 0 | 10000 | 1100 | 10010 | 101011000 | 11010 | 1001011 |
Color Harmonies of #D0AFB8
Complementary color
Monochromatic Colors of #D0AFB8
Black with #D0AFB8
Text Example
Text Example
White with #D0AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFB8; }
p { color: rgb(208,175,184); }
H1.HeaderClassName
{
color: #D0AFB8;
}
.AnyTagClassName
{
color: #D0AFB8;
}
</style>
background-color css
<style>
a { background-color: #D0AFB8; }
a { background-color: rgb(208,175,184); }
div.DivClassName
{
background-color: #D0AFB8;
}
.BgClassName
{
background-color: #D0AFB8;
}
</style>
border-color css
<style>
span { border-color: #D0AFB8; }
span { border-color: rgb(208,175,184); }
td.TdClassName
{
border-color: #D0AFB8;
}
.TagClassName
{
border-color: #D0AFB8;
}
</style>