Shades of Melanie #DEAFC3
Tints of Melanie #DEAFC3
RGB
CMYK
RGB Variations
Color information
#DEAFC3 (or 0xDEAFC3) is known color: Melanie. HEX triplet: DE, AF and C3. RGB value is (222,175,195). Sum of RGB (Red+Green+Blue) = 222+175+195=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFC3 is #21503C. Grayscale: #BFBFBF. Windows color (decimal): -2183229 or 12824542. OLE color: 12824542.
HSL color Cylindrical-coordinate representation of color #DEAFC3: hue angle of 334.47º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFC3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 195 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.13 |
| HSL | 334.47º | 0.42% | 0.78% | - |
| HSV(B) | 334.47º | 0.21% | 0.87% | - |
| XYZ | 55.3 | 50.13 | 58.39 | - |
| YUV | 191.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 195 | 0 | 0.21 | 0.12 | 0.13 | 334.47 | 0.42 | 0.78 |
| Hex | DE | AF | C3 | 0 | 15 | C | D | 14E | 2A | 4E |
| Octal | 336 | 257 | 303 | 0 | 25 | 14 | 15 | 516 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11000011 | 0 | 10101 | 1100 | 1101 | 101001110 | 101010 | 1001110 |
Color Harmonies of #DEAFC3
Complementary color
Monochromatic Colors of #DEAFC3
Black with #DEAFC3
Text Example
Text Example
White with #DEAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFC3; }
p { color: rgb(222,175,195); }
H1.HeaderClassName
{
color: #DEAFC3;
}
.AnyTagClassName
{
color: #DEAFC3;
}
</style>
background-color css
<style>
a { background-color: #DEAFC3; }
a { background-color: rgb(222,175,195); }
div.DivClassName
{
background-color: #DEAFC3;
}
.BgClassName
{
background-color: #DEAFC3;
}
</style>
border-color css
<style>
span { border-color: #DEAFC3; }
span { border-color: rgb(222,175,195); }
td.TdClassName
{
border-color: #DEAFC3;
}
.TagClassName
{
border-color: #DEAFC3;
}
</style>