Shades of Melanie #DEBEC2
Tints of Melanie #DEBEC2
RGB
CMYK
RGB Variations
Color information
#DEBEC2 (or 0xDEBEC2) is known color: Melanie. HEX triplet: DE, BE and C2. RGB value is (222,190,194). Sum of RGB (Red+Green+Blue) = 222+190+194=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC2 is #21413D. Grayscale: #C8C8C8. Windows color (decimal): -2179390 or 12762846. OLE color: 12762846.
HSL color Cylindrical-coordinate representation of color #DEBEC2: hue angle of 352.5º 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 #DEBEC2 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 194 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 352.5º | 0.33% | 0.81% | - |
| HSV(B) | 352.5º | 0.14% | 0.87% | - |
| XYZ | 58.28 | 56.25 | 58.83 | - |
| YUV | 200.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 194 | 0 | 0.14 | 0.13 | 0.13 | 352.5 | 0.33 | 0.81 |
| Hex | DE | BE | C2 | 0 | E | D | D | 160 | 21 | 51 |
| Octal | 336 | 276 | 302 | 0 | 16 | 15 | 15 | 540 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11000010 | 0 | 1110 | 1101 | 1101 | 101100000 | 100001 | 1010001 |
Color Harmonies of #DEBEC2
Complementary color
Monochromatic Colors of #DEBEC2
Black with #DEBEC2
Text Example
Text Example
White with #DEBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEC2; }
p { color: rgb(222,190,194); }
H1.HeaderClassName
{
color: #DEBEC2;
}
.AnyTagClassName
{
color: #DEBEC2;
}
</style>
background-color css
<style>
a { background-color: #DEBEC2; }
a { background-color: rgb(222,190,194); }
div.DivClassName
{
background-color: #DEBEC2;
}
.BgClassName
{
background-color: #DEBEC2;
}
</style>
border-color css
<style>
span { border-color: #DEBEC2; }
span { border-color: rgb(222,190,194); }
td.TdClassName
{
border-color: #DEBEC2;
}
.TagClassName
{
border-color: #DEBEC2;
}
</style>