Shades of Melanie #DEAFC2
Tints of Melanie #DEAFC2
RGB
CMYK
RGB Variations
Color information
#DEAFC2 (or 0xDEAFC2) is known color: Melanie. HEX triplet: DE, AF and C2. RGB value is (222,175,194). Sum of RGB (Red+Green+Blue) = 222+175+194=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFC2 is #21503D. Grayscale: #BFBFBF. Windows color (decimal): -2183230 or 12759006. OLE color: 12759006.
HSL color Cylindrical-coordinate representation of color #DEAFC2: hue angle of 335.74º 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 #DEAFC2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 194 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.13 |
| HSL | 335.74º | 0.42% | 0.78% | - |
| HSV(B) | 335.74º | 0.21% | 0.87% | - |
| XYZ | 55.19 | 50.08 | 57.8 | - |
| YUV | 191.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 194 | 0 | 0.21 | 0.13 | 0.13 | 335.74 | 0.42 | 0.78 |
| Hex | DE | AF | C2 | 0 | 15 | D | D | 150 | 2A | 4E |
| Octal | 336 | 257 | 302 | 0 | 25 | 15 | 15 | 520 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11000010 | 0 | 10101 | 1101 | 1101 | 101010000 | 101010 | 1001110 |
Color Harmonies of #DEAFC2
Complementary color
Monochromatic Colors of #DEAFC2
Black with #DEAFC2
Text Example
Text Example
White with #DEAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFC2; }
p { color: rgb(222,175,194); }
H1.HeaderClassName
{
color: #DEAFC2;
}
.AnyTagClassName
{
color: #DEAFC2;
}
</style>
background-color css
<style>
a { background-color: #DEAFC2; }
a { background-color: rgb(222,175,194); }
div.DivClassName
{
background-color: #DEAFC2;
}
.BgClassName
{
background-color: #DEAFC2;
}
</style>
border-color css
<style>
span { border-color: #DEAFC2; }
span { border-color: rgb(222,175,194); }
td.TdClassName
{
border-color: #DEAFC2;
}
.TagClassName
{
border-color: #DEAFC2;
}
</style>