Shades of Melanie #DEBAC2
Tints of Melanie #DEBAC2
RGB
CMYK
RGB Variations
Color information
#DEBAC2 (or 0xDEBAC2) is known color: Melanie. HEX triplet: DE, BA and C2. RGB value is (222,186,194). Sum of RGB (Red+Green+Blue) = 222+186+194=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAC2 is #21453D. Grayscale: #C5C5C5. Windows color (decimal): -2180414 or 12761822. OLE color: 12761822.
HSL color Cylindrical-coordinate representation of color #DEBAC2: hue angle of 346.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBAC2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 194 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.13 |
| HSL | 346.67º | 0.35% | 0.8% | - |
| HSV(B) | 346.67º | 0.16% | 0.87% | - |
| XYZ | 57.42 | 54.54 | 58.54 | - |
| YUV | 197.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 194 | 0 | 0.16 | 0.13 | 0.13 | 346.67 | 0.35 | 0.8 |
| Hex | DE | BA | C2 | 0 | 10 | D | D | 15B | 23 | 50 |
| Octal | 336 | 272 | 302 | 0 | 20 | 15 | 15 | 533 | 43 | 120 |
| Binary | 11011110 | 10111010 | 11000010 | 0 | 10000 | 1101 | 1101 | 101011011 | 100011 | 1010000 |
Color Harmonies of #DEBAC2
Complementary color
Monochromatic Colors of #DEBAC2
Black with #DEBAC2
Text Example
Text Example
White with #DEBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAC2; }
p { color: rgb(222,186,194); }
H1.HeaderClassName
{
color: #DEBAC2;
}
.AnyTagClassName
{
color: #DEBAC2;
}
</style>
background-color css
<style>
a { background-color: #DEBAC2; }
a { background-color: rgb(222,186,194); }
div.DivClassName
{
background-color: #DEBAC2;
}
.BgClassName
{
background-color: #DEBAC2;
}
</style>
border-color css
<style>
span { border-color: #DEBAC2; }
span { border-color: rgb(222,186,194); }
td.TdClassName
{
border-color: #DEBAC2;
}
.TagClassName
{
border-color: #DEBAC2;
}
</style>