Shades of Melanie #DEBCC2
Tints of Melanie #DEBCC2
RGB
CMYK
RGB Variations
Color information
#DEBCC2 (or 0xDEBCC2) is known color: Melanie. HEX triplet: DE, BC and C2. RGB value is (222,188,194). Sum of RGB (Red+Green+Blue) = 222+188+194=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC2 is #21433D. Grayscale: #C6C6C6. Windows color (decimal): -2179902 or 12762334. OLE color: 12762334.
HSL color Cylindrical-coordinate representation of color #DEBCC2: hue angle of 349.41º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCC2 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 194 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.13 |
| HSL | 349.41º | 0.34% | 0.8% | - |
| HSV(B) | 349.41º | 0.15% | 0.87% | - |
| XYZ | 57.85 | 55.39 | 58.68 | - |
| YUV | 198.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 194 | 0 | 0.15 | 0.13 | 0.13 | 349.41 | 0.34 | 0.8 |
| Hex | DE | BC | C2 | 0 | F | D | D | 15D | 22 | 50 |
| Octal | 336 | 274 | 302 | 0 | 17 | 15 | 15 | 535 | 42 | 120 |
| Binary | 11011110 | 10111100 | 11000010 | 0 | 1111 | 1101 | 1101 | 101011101 | 100010 | 1010000 |
Color Harmonies of #DEBCC2
Complementary color
Monochromatic Colors of #DEBCC2
Black with #DEBCC2
Text Example
Text Example
White with #DEBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCC2; }
p { color: rgb(222,188,194); }
H1.HeaderClassName
{
color: #DEBCC2;
}
.AnyTagClassName
{
color: #DEBCC2;
}
</style>
background-color css
<style>
a { background-color: #DEBCC2; }
a { background-color: rgb(222,188,194); }
div.DivClassName
{
background-color: #DEBCC2;
}
.BgClassName
{
background-color: #DEBCC2;
}
</style>
border-color css
<style>
span { border-color: #DEBCC2; }
span { border-color: rgb(222,188,194); }
td.TdClassName
{
border-color: #DEBCC2;
}
.TagClassName
{
border-color: #DEBCC2;
}
</style>