Shades of Melanie #DCAFC2
Tints of Melanie #DCAFC2
RGB
CMYK
RGB Variations
Color information
#DCAFC2 (or 0xDCAFC2) is known color: Melanie. HEX triplet: DC, AF and C2. RGB value is (220,175,194). Sum of RGB (Red+Green+Blue) = 220+175+194=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC2 is #23503D. Grayscale: #BEBEBE. Windows color (decimal): -2314302 or 12759004. OLE color: 12759004.
HSL color Cylindrical-coordinate representation of color #DCAFC2: hue angle of 334.67º 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 #DCAFC2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 194 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.14 |
| HSL | 334.67º | 0.39% | 0.77% | - |
| HSV(B) | 334.67º | 0.2% | 0.86% | - |
| XYZ | 54.58 | 49.77 | 57.77 | - |
| YUV | 190.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 194 | 0 | 0.20 | 0.12 | 0.14 | 334.67 | 0.39 | 0.77 |
| Hex | DC | AF | C2 | 0 | 14 | C | E | 14F | 27 | 4D |
| Octal | 334 | 257 | 302 | 0 | 24 | 14 | 16 | 517 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11000010 | 0 | 10100 | 1100 | 1110 | 101001111 | 100111 | 1001101 |
Color Harmonies of #DCAFC2
Complementary color
Monochromatic Colors of #DCAFC2
Black with #DCAFC2
Text Example
Text Example
White with #DCAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFC2; }
p { color: rgb(220,175,194); }
H1.HeaderClassName
{
color: #DCAFC2;
}
.AnyTagClassName
{
color: #DCAFC2;
}
</style>
background-color css
<style>
a { background-color: #DCAFC2; }
a { background-color: rgb(220,175,194); }
div.DivClassName
{
background-color: #DCAFC2;
}
.BgClassName
{
background-color: #DCAFC2;
}
</style>
border-color css
<style>
span { border-color: #DCAFC2; }
span { border-color: rgb(220,175,194); }
td.TdClassName
{
border-color: #DCAFC2;
}
.TagClassName
{
border-color: #DCAFC2;
}
</style>