Shades of Melanie #DEBEC8
Tints of Melanie #DEBEC8
RGB
CMYK
RGB Variations
Color information
#DEBEC8 (or 0xDEBEC8) is known color: Melanie. HEX triplet: DE, BE and C8. RGB value is (222,190,200). Sum of RGB (Red+Green+Blue) = 222+190+200=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC8 is #214137. Grayscale: #C8C8C8. Windows color (decimal): -2179384 or 13156062. OLE color: 13156062.
HSL color Cylindrical-coordinate representation of color #DEBEC8: hue angle of 341.25º 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 #DEBEC8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 200 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.13 |
| HSL | 341.25º | 0.33% | 0.81% | - |
| HSV(B) | 341.25º | 0.14% | 0.87% | - |
| XYZ | 58.96 | 56.53 | 62.45 | - |
| YUV | 200.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 200 | 0 | 0.14 | 0.10 | 0.13 | 341.25 | 0.33 | 0.81 |
| Hex | DE | BE | C8 | 0 | E | A | D | 155 | 21 | 51 |
| Octal | 336 | 276 | 310 | 0 | 16 | 12 | 15 | 525 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11001000 | 0 | 1110 | 1010 | 1101 | 101010101 | 100001 | 1010001 |
Color Harmonies of #DEBEC8
Complementary color
Monochromatic Colors of #DEBEC8
Black with #DEBEC8
Text Example
Text Example
White with #DEBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEC8; }
p { color: rgb(222,190,200); }
H1.HeaderClassName
{
color: #DEBEC8;
}
.AnyTagClassName
{
color: #DEBEC8;
}
</style>
background-color css
<style>
a { background-color: #DEBEC8; }
a { background-color: rgb(222,190,200); }
div.DivClassName
{
background-color: #DEBEC8;
}
.BgClassName
{
background-color: #DEBEC8;
}
</style>
border-color css
<style>
span { border-color: #DEBEC8; }
span { border-color: rgb(222,190,200); }
td.TdClassName
{
border-color: #DEBEC8;
}
.TagClassName
{
border-color: #DEBEC8;
}
</style>