Shades of Melanie #DCAFBB
Tints of Melanie #DCAFBB
RGB
CMYK
RGB Variations
Color information
#DCAFBB (or 0xDCAFBB) is known color: Melanie. HEX triplet: DC, AF and BB. RGB value is (220,175,187). Sum of RGB (Red+Green+Blue) = 220+175+187=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFBB is #235044. Grayscale: #BDBDBD. Windows color (decimal): -2314309 or 12300252. OLE color: 12300252.
HSL color Cylindrical-coordinate representation of color #DCAFBB: hue angle of 344º 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 #DCAFBB is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 187 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.14 |
| HSL | 344º | 0.39% | 0.77% | - |
| HSV(B) | 344º | 0.2% | 0.86% | - |
| XYZ | 53.81 | 49.46 | 53.72 | - |
| YUV | 189.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 187 | 0 | 0.20 | 0.15 | 0.14 | 344 | 0.39 | 0.77 |
| Hex | DC | AF | BB | 0 | 14 | F | E | 158 | 27 | 4D |
| Octal | 334 | 257 | 273 | 0 | 24 | 17 | 16 | 530 | 47 | 115 |
| Binary | 11011100 | 10101111 | 10111011 | 0 | 10100 | 1111 | 1110 | 101011000 | 100111 | 1001101 |
Color Harmonies of #DCAFBB
Complementary color
Monochromatic Colors of #DCAFBB
Black with #DCAFBB
Text Example
Text Example
White with #DCAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFBB; }
p { color: rgb(220,175,187); }
H1.HeaderClassName
{
color: #DCAFBB;
}
.AnyTagClassName
{
color: #DCAFBB;
}
</style>
background-color css
<style>
a { background-color: #DCAFBB; }
a { background-color: rgb(220,175,187); }
div.DivClassName
{
background-color: #DCAFBB;
}
.BgClassName
{
background-color: #DCAFBB;
}
</style>
border-color css
<style>
span { border-color: #DCAFBB; }
span { border-color: rgb(220,175,187); }
td.TdClassName
{
border-color: #DCAFBB;
}
.TagClassName
{
border-color: #DCAFBB;
}
</style>