Shades of Melanie #DEBEC4
Tints of Melanie #DEBEC4
RGB
CMYK
RGB Variations
Color information
#DEBEC4 (or 0xDEBEC4) is known color: Melanie. HEX triplet: DE, BE and C4. RGB value is (222,190,196). Sum of RGB (Red+Green+Blue) = 222+190+196=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC4 is #21413B. Grayscale: #C8C8C8. Windows color (decimal): -2179388 or 12893918. OLE color: 12893918.
HSL color Cylindrical-coordinate representation of color #DEBEC4: hue angle of 348.75º degrees, saturation: 0.33, 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 #DEBEC4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 196 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 348.75º | 0.33% | 0.81% | - |
| HSV(B) | 348.75º | 0.14% | 0.87% | - |
| XYZ | 58.5 | 56.34 | 60.02 | - |
| YUV | 200.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 196 | 0 | 0.14 | 0.12 | 0.13 | 348.75 | 0.33 | 0.81 |
| Hex | DE | BE | C4 | 0 | E | C | D | 15D | 21 | 51 |
| Octal | 336 | 276 | 304 | 0 | 16 | 14 | 15 | 535 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11000100 | 0 | 1110 | 1100 | 1101 | 101011101 | 100001 | 1010001 |
Color Harmonies of #DEBEC4
Complementary color
Monochromatic Colors of #DEBEC4
Black with #DEBEC4
Text Example
Text Example
White with #DEBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEC4; }
p { color: rgb(222,190,196); }
H1.HeaderClassName
{
color: #DEBEC4;
}
.AnyTagClassName
{
color: #DEBEC4;
}
</style>
background-color css
<style>
a { background-color: #DEBEC4; }
a { background-color: rgb(222,190,196); }
div.DivClassName
{
background-color: #DEBEC4;
}
.BgClassName
{
background-color: #DEBEC4;
}
</style>
border-color css
<style>
span { border-color: #DEBEC4; }
span { border-color: rgb(222,190,196); }
td.TdClassName
{
border-color: #DEBEC4;
}
.TagClassName
{
border-color: #DEBEC4;
}
</style>