Shades of Melanie #DEADC3
Tints of Melanie #DEADC3
RGB
CMYK
RGB Variations
Color information
#DEADC3 (or 0xDEADC3) is known color: Melanie. HEX triplet: DE, AD and C3. RGB value is (222,173,195). Sum of RGB (Red+Green+Blue) = 222+173+195=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADC3 is #21523C. Grayscale: #BEBEBE. Windows color (decimal): -2183741 or 12824030. OLE color: 12824030.
HSL color Cylindrical-coordinate representation of color #DEADC3: hue angle of 333.06º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADC3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 195 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.13 |
| HSL | 333.06º | 0.43% | 0.77% | - |
| HSV(B) | 333.06º | 0.22% | 0.87% | - |
| XYZ | 54.92 | 49.36 | 58.26 | - |
| YUV | 190.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 195 | 0 | 0.22 | 0.12 | 0.13 | 333.06 | 0.43 | 0.77 |
| Hex | DE | AD | C3 | 0 | 16 | C | D | 14D | 2B | 4D |
| Octal | 336 | 255 | 303 | 0 | 26 | 14 | 15 | 515 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11000011 | 0 | 10110 | 1100 | 1101 | 101001101 | 101011 | 1001101 |
Color Harmonies of #DEADC3
Complementary color
Monochromatic Colors of #DEADC3
Black with #DEADC3
Text Example
Text Example
White with #DEADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADC3; }
p { color: rgb(222,173,195); }
H1.HeaderClassName
{
color: #DEADC3;
}
.AnyTagClassName
{
color: #DEADC3;
}
</style>
background-color css
<style>
a { background-color: #DEADC3; }
a { background-color: rgb(222,173,195); }
div.DivClassName
{
background-color: #DEADC3;
}
.BgClassName
{
background-color: #DEADC3;
}
</style>
border-color css
<style>
span { border-color: #DEADC3; }
span { border-color: rgb(222,173,195); }
td.TdClassName
{
border-color: #DEADC3;
}
.TagClassName
{
border-color: #DEADC3;
}
</style>