Shades of Melanie #DEBFC4
Tints of Melanie #DEBFC4
RGB
CMYK
RGB Variations
Color information
#DEBFC4 (or 0xDEBFC4) is known color: Melanie. HEX triplet: DE, BF and C4. RGB value is (222,191,196). Sum of RGB (Red+Green+Blue) = 222+191+196=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC4 is #21403B. Grayscale: #C8C8C8. Windows color (decimal): -2179132 or 12894174. OLE color: 12894174.
HSL color Cylindrical-coordinate representation of color #DEBFC4: hue angle of 350.32º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFC4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 196 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 350.32º | 0.32% | 0.81% | - |
| HSV(B) | 350.32º | 0.14% | 0.87% | - |
| XYZ | 58.72 | 56.78 | 60.09 | - |
| YUV | 200.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 196 | 0 | 0.14 | 0.12 | 0.13 | 350.32 | 0.32 | 0.81 |
| Hex | DE | BF | C4 | 0 | E | C | D | 15E | 20 | 51 |
| Octal | 336 | 277 | 304 | 0 | 16 | 14 | 15 | 536 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11000100 | 0 | 1110 | 1100 | 1101 | 101011110 | 100000 | 1010001 |
Color Harmonies of #DEBFC4
Complementary color
Monochromatic Colors of #DEBFC4
Black with #DEBFC4
Text Example
Text Example
White with #DEBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFC4; }
p { color: rgb(222,191,196); }
H1.HeaderClassName
{
color: #DEBFC4;
}
.AnyTagClassName
{
color: #DEBFC4;
}
</style>
background-color css
<style>
a { background-color: #DEBFC4; }
a { background-color: rgb(222,191,196); }
div.DivClassName
{
background-color: #DEBFC4;
}
.BgClassName
{
background-color: #DEBFC4;
}
</style>
border-color css
<style>
span { border-color: #DEBFC4; }
span { border-color: rgb(222,191,196); }
td.TdClassName
{
border-color: #DEBFC4;
}
.TagClassName
{
border-color: #DEBFC4;
}
</style>