Shades of Melanie #DEAEC2
Tints of Melanie #DEAEC2
RGB
CMYK
RGB Variations
Color information
#DEAEC2 (or 0xDEAEC2) is known color: Melanie. HEX triplet: DE, AE and C2. RGB value is (222,174,194). Sum of RGB (Red+Green+Blue) = 222+174+194=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEC2 is #21513D. Grayscale: #BEBEBE. Windows color (decimal): -2183486 or 12758750. OLE color: 12758750.
HSL color Cylindrical-coordinate representation of color #DEAEC2: hue angle of 335º degrees, saturation: 0.42, 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 #DEAEC2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 194 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.13 |
| HSL | 335º | 0.42% | 0.78% | - |
| HSV(B) | 335º | 0.22% | 0.87% | - |
| XYZ | 55 | 49.7 | 57.73 | - |
| YUV | 190.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 194 | 0 | 0.22 | 0.13 | 0.13 | 335 | 0.42 | 0.78 |
| Hex | DE | AE | C2 | 0 | 16 | D | D | 14F | 2A | 4E |
| Octal | 336 | 256 | 302 | 0 | 26 | 15 | 15 | 517 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11000010 | 0 | 10110 | 1101 | 1101 | 101001111 | 101010 | 1001110 |
Color Harmonies of #DEAEC2
Complementary color
Monochromatic Colors of #DEAEC2
Black with #DEAEC2
Text Example
Text Example
White with #DEAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEC2; }
p { color: rgb(222,174,194); }
H1.HeaderClassName
{
color: #DEAEC2;
}
.AnyTagClassName
{
color: #DEAEC2;
}
</style>
background-color css
<style>
a { background-color: #DEAEC2; }
a { background-color: rgb(222,174,194); }
div.DivClassName
{
background-color: #DEAEC2;
}
.BgClassName
{
background-color: #DEAEC2;
}
</style>
border-color css
<style>
span { border-color: #DEAEC2; }
span { border-color: rgb(222,174,194); }
td.TdClassName
{
border-color: #DEAEC2;
}
.TagClassName
{
border-color: #DEAEC2;
}
</style>