Shades of Melanie #DFAEC2
Tints of Melanie #DFAEC2
RGB
CMYK
RGB Variations
Color information
#DFAEC2 (or 0xDFAEC2) is known color: Melanie. HEX triplet: DF, AE and C2. RGB value is (223,174,194). Sum of RGB (Red+Green+Blue) = 223+174+194=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEC2 is #20513D. Grayscale: #BEBEBE. Windows color (decimal): -2117950 or 12758751. OLE color: 12758751.
HSL color Cylindrical-coordinate representation of color #DFAEC2: hue angle of 335.51º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAEC2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 194 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 335.51º | 0.43% | 0.78% | - |
| HSV(B) | 335.51º | 0.22% | 0.87% | - |
| XYZ | 55.31 | 49.86 | 57.75 | - |
| YUV | 190.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 194 | 0 | 0.22 | 0.13 | 0.13 | 335.51 | 0.43 | 0.78 |
| Hex | DF | AE | C2 | 0 | 16 | D | D | 150 | 2B | 4E |
| Octal | 337 | 256 | 302 | 0 | 26 | 15 | 15 | 520 | 53 | 116 |
| Binary | 11011111 | 10101110 | 11000010 | 0 | 10110 | 1101 | 1101 | 101010000 | 101011 | 1001110 |
Color Harmonies of #DFAEC2
Complementary color
Monochromatic Colors of #DFAEC2
Black with #DFAEC2
Text Example
Text Example
White with #DFAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEC2; }
p { color: rgb(223,174,194); }
H1.HeaderClassName
{
color: #DFAEC2;
}
.AnyTagClassName
{
color: #DFAEC2;
}
</style>
background-color css
<style>
a { background-color: #DFAEC2; }
a { background-color: rgb(223,174,194); }
div.DivClassName
{
background-color: #DFAEC2;
}
.BgClassName
{
background-color: #DFAEC2;
}
</style>
border-color css
<style>
span { border-color: #DFAEC2; }
span { border-color: rgb(223,174,194); }
td.TdClassName
{
border-color: #DFAEC2;
}
.TagClassName
{
border-color: #DFAEC2;
}
</style>