Shades of Melanie #D8AFC2
Tints of Melanie #D8AFC2
RGB
CMYK
RGB Variations
Color information
#D8AFC2 (or 0xD8AFC2) is known color: Melanie. HEX triplet: D8, AF and C2. RGB value is (216,175,194). Sum of RGB (Red+Green+Blue) = 216+175+194=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFC2 is #27503D. Grayscale: #BDBDBD. Windows color (decimal): -2576446 or 12759000. OLE color: 12759000.
HSL color Cylindrical-coordinate representation of color #D8AFC2: hue angle of 332.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFC2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 194 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.15 |
| HSL | 332.2º | 0.34% | 0.77% | - |
| HSV(B) | 332.2º | 0.19% | 0.85% | - |
| XYZ | 53.39 | 49.15 | 57.71 | - |
| YUV | 189.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 194 | 0 | 0.19 | 0.10 | 0.15 | 332.2 | 0.34 | 0.77 |
| Hex | D8 | AF | C2 | 0 | 13 | A | F | 14C | 22 | 4D |
| Octal | 330 | 257 | 302 | 0 | 23 | 12 | 17 | 514 | 42 | 115 |
| Binary | 11011000 | 10101111 | 11000010 | 0 | 10011 | 1010 | 1111 | 101001100 | 100010 | 1001101 |
Color Harmonies of #D8AFC2
Complementary color
Monochromatic Colors of #D8AFC2
Black with #D8AFC2
Text Example
Text Example
White with #D8AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFC2; }
p { color: rgb(216,175,194); }
H1.HeaderClassName
{
color: #D8AFC2;
}
.AnyTagClassName
{
color: #D8AFC2;
}
</style>
background-color css
<style>
a { background-color: #D8AFC2; }
a { background-color: rgb(216,175,194); }
div.DivClassName
{
background-color: #D8AFC2;
}
.BgClassName
{
background-color: #D8AFC2;
}
</style>
border-color css
<style>
span { border-color: #D8AFC2; }
span { border-color: rgb(216,175,194); }
td.TdClassName
{
border-color: #D8AFC2;
}
.TagClassName
{
border-color: #D8AFC2;
}
</style>