Shades of Melanie #DEBCC3
Tints of Melanie #DEBCC3
RGB
CMYK
RGB Variations
Color information
#DEBCC3 (or 0xDEBCC3) is known color: Melanie. HEX triplet: DE, BC and C3. RGB value is (222,188,195). Sum of RGB (Red+Green+Blue) = 222+188+195=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCC3 is #21433C. Grayscale: #C6C6C6. Windows color (decimal): -2179901 or 12827870. OLE color: 12827870.
HSL color Cylindrical-coordinate representation of color #DEBCC3: hue angle of 347.65º 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 #DEBCC3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 195 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.13 |
| HSL | 347.65º | 0.34% | 0.8% | - |
| HSV(B) | 347.65º | 0.15% | 0.87% | - |
| XYZ | 57.96 | 55.44 | 59.28 | - |
| YUV | 198.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 195 | 0 | 0.15 | 0.12 | 0.13 | 347.65 | 0.34 | 0.8 |
| Hex | DE | BC | C3 | 0 | F | C | D | 15C | 22 | 50 |
| Octal | 336 | 274 | 303 | 0 | 17 | 14 | 15 | 534 | 42 | 120 |
| Binary | 11011110 | 10111100 | 11000011 | 0 | 1111 | 1100 | 1101 | 101011100 | 100010 | 1010000 |
Color Harmonies of #DEBCC3
Complementary color
Monochromatic Colors of #DEBCC3
Black with #DEBCC3
Text Example
Text Example
White with #DEBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCC3; }
p { color: rgb(222,188,195); }
H1.HeaderClassName
{
color: #DEBCC3;
}
.AnyTagClassName
{
color: #DEBCC3;
}
</style>
background-color css
<style>
a { background-color: #DEBCC3; }
a { background-color: rgb(222,188,195); }
div.DivClassName
{
background-color: #DEBCC3;
}
.BgClassName
{
background-color: #DEBCC3;
}
</style>
border-color css
<style>
span { border-color: #DEBCC3; }
span { border-color: rgb(222,188,195); }
td.TdClassName
{
border-color: #DEBCC3;
}
.TagClassName
{
border-color: #DEBCC3;
}
</style>