Shades of Melanie #DAAEC1
Tints of Melanie #DAAEC1
RGB
CMYK
RGB Variations
Color information
#DAAEC1 (or 0xDAAEC1) is known color: Melanie. HEX triplet: DA, AE and C1. RGB value is (218,174,193). Sum of RGB (Red+Green+Blue) = 218+174+193=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC1 is #25513E. Grayscale: #BDBDBD. Windows color (decimal): -2445631 or 12693210. OLE color: 12693210.
HSL color Cylindrical-coordinate representation of color #DAAEC1: hue angle of 334.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEC1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 193 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.15 |
| HSL | 334.09º | 0.37% | 0.77% | - |
| HSV(B) | 334.09º | 0.2% | 0.85% | - |
| XYZ | 53.68 | 49.03 | 57.09 | - |
| YUV | 189.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 193 | 0 | 0.20 | 0.11 | 0.15 | 334.09 | 0.37 | 0.77 |
| Hex | DA | AE | C1 | 0 | 14 | B | F | 14E | 25 | 4D |
| Octal | 332 | 256 | 301 | 0 | 24 | 13 | 17 | 516 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11000001 | 0 | 10100 | 1011 | 1111 | 101001110 | 100101 | 1001101 |
Color Harmonies of #DAAEC1
Complementary color
Monochromatic Colors of #DAAEC1
Black with #DAAEC1
Text Example
Text Example
White with #DAAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC1; }
p { color: rgb(218,174,193); }
H1.HeaderClassName
{
color: #DAAEC1;
}
.AnyTagClassName
{
color: #DAAEC1;
}
</style>
background-color css
<style>
a { background-color: #DAAEC1; }
a { background-color: rgb(218,174,193); }
div.DivClassName
{
background-color: #DAAEC1;
}
.BgClassName
{
background-color: #DAAEC1;
}
</style>
border-color css
<style>
span { border-color: #DAAEC1; }
span { border-color: rgb(218,174,193); }
td.TdClassName
{
border-color: #DAAEC1;
}
.TagClassName
{
border-color: #DAAEC1;
}
</style>