Shades of Melanie #DEAEBC
Tints of Melanie #DEAEBC
RGB
CMYK
RGB Variations
Color information
#DEAEBC (or 0xDEAEBC) is known color: Melanie. HEX triplet: DE, AE and BC. RGB value is (222,174,188). Sum of RGB (Red+Green+Blue) = 222+174+188=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEBC is #215143. Grayscale: #BDBDBD. Windows color (decimal): -2183492 or 12365534. OLE color: 12365534.
HSL color Cylindrical-coordinate representation of color #DEAEBC: hue angle of 342.5º 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 #DEAEBC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 188 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.13 |
| HSL | 342.5º | 0.42% | 0.78% | - |
| HSV(B) | 342.5º | 0.22% | 0.87% | - |
| XYZ | 54.34 | 49.43 | 54.25 | - |
| YUV | 189.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 188 | 0 | 0.22 | 0.15 | 0.13 | 342.5 | 0.42 | 0.78 |
| Hex | DE | AE | BC | 0 | 16 | F | D | 156 | 2A | 4E |
| Octal | 336 | 256 | 274 | 0 | 26 | 17 | 15 | 526 | 52 | 116 |
| Binary | 11011110 | 10101110 | 10111100 | 0 | 10110 | 1111 | 1101 | 101010110 | 101010 | 1001110 |
Color Harmonies of #DEAEBC
Complementary color
Monochromatic Colors of #DEAEBC
Black with #DEAEBC
Text Example
Text Example
White with #DEAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEBC; }
p { color: rgb(222,174,188); }
H1.HeaderClassName
{
color: #DEAEBC;
}
.AnyTagClassName
{
color: #DEAEBC;
}
</style>
background-color css
<style>
a { background-color: #DEAEBC; }
a { background-color: rgb(222,174,188); }
div.DivClassName
{
background-color: #DEAEBC;
}
.BgClassName
{
background-color: #DEAEBC;
}
</style>
border-color css
<style>
span { border-color: #DEAEBC; }
span { border-color: rgb(222,174,188); }
td.TdClassName
{
border-color: #DEAEBC;
}
.TagClassName
{
border-color: #DEAEBC;
}
</style>