Shades of Melanie #DCAFBE
Tints of Melanie #DCAFBE
RGB
CMYK
RGB Variations
Color information
#DCAFBE (or 0xDCAFBE) is known color: Melanie. HEX triplet: DC, AF and BE. RGB value is (220,175,190). Sum of RGB (Red+Green+Blue) = 220+175+190=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFBE is #235041. Grayscale: #BEBEBE. Windows color (decimal): -2314306 or 12496860. OLE color: 12496860.
HSL color Cylindrical-coordinate representation of color #DCAFBE: hue angle of 340º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFBE is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 190 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.14 |
| HSL | 340º | 0.39% | 0.77% | - |
| HSV(B) | 340º | 0.2% | 0.86% | - |
| XYZ | 54.14 | 49.59 | 55.43 | - |
| YUV | 190.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 190 | 0 | 0.20 | 0.14 | 0.14 | 340 | 0.39 | 0.77 |
| Hex | DC | AF | BE | 0 | 14 | E | E | 154 | 27 | 4D |
| Octal | 334 | 257 | 276 | 0 | 24 | 16 | 16 | 524 | 47 | 115 |
| Binary | 11011100 | 10101111 | 10111110 | 0 | 10100 | 1110 | 1110 | 101010100 | 100111 | 1001101 |
Color Harmonies of #DCAFBE
Complementary color
Monochromatic Colors of #DCAFBE
Black with #DCAFBE
Text Example
Text Example
White with #DCAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFBE; }
p { color: rgb(220,175,190); }
H1.HeaderClassName
{
color: #DCAFBE;
}
.AnyTagClassName
{
color: #DCAFBE;
}
</style>
background-color css
<style>
a { background-color: #DCAFBE; }
a { background-color: rgb(220,175,190); }
div.DivClassName
{
background-color: #DCAFBE;
}
.BgClassName
{
background-color: #DCAFBE;
}
</style>
border-color css
<style>
span { border-color: #DCAFBE; }
span { border-color: rgb(220,175,190); }
td.TdClassName
{
border-color: #DCAFBE;
}
.TagClassName
{
border-color: #DCAFBE;
}
</style>