Shades of Melanie #DCAFC1
Tints of Melanie #DCAFC1
RGB
CMYK
RGB Variations
Color information
#DCAFC1 (or 0xDCAFC1) is known color: Melanie. HEX triplet: DC, AF and C1. RGB value is (220,175,193). Sum of RGB (Red+Green+Blue) = 220+175+193=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC1 is #23503E. Grayscale: #BEBEBE. Windows color (decimal): -2314303 or 12693468. OLE color: 12693468.
HSL color Cylindrical-coordinate representation of color #DCAFC1: hue angle of 336º 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 #DCAFC1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 193 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.14 |
| HSL | 336º | 0.39% | 0.77% | - |
| HSV(B) | 336º | 0.2% | 0.86% | - |
| XYZ | 54.47 | 49.73 | 57.18 | - |
| YUV | 190.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 193 | 0 | 0.20 | 0.12 | 0.14 | 336 | 0.39 | 0.77 |
| Hex | DC | AF | C1 | 0 | 14 | C | E | 150 | 27 | 4D |
| Octal | 334 | 257 | 301 | 0 | 24 | 14 | 16 | 520 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11000001 | 0 | 10100 | 1100 | 1110 | 101010000 | 100111 | 1001101 |
Color Harmonies of #DCAFC1
Complementary color
Monochromatic Colors of #DCAFC1
Black with #DCAFC1
Text Example
Text Example
White with #DCAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFC1; }
p { color: rgb(220,175,193); }
H1.HeaderClassName
{
color: #DCAFC1;
}
.AnyTagClassName
{
color: #DCAFC1;
}
</style>
background-color css
<style>
a { background-color: #DCAFC1; }
a { background-color: rgb(220,175,193); }
div.DivClassName
{
background-color: #DCAFC1;
}
.BgClassName
{
background-color: #DCAFC1;
}
</style>
border-color css
<style>
span { border-color: #DCAFC1; }
span { border-color: rgb(220,175,193); }
td.TdClassName
{
border-color: #DCAFC1;
}
.TagClassName
{
border-color: #DCAFC1;
}
</style>