Shades of Melanie #DEBEC3
Tints of Melanie #DEBEC3
RGB
CMYK
RGB Variations
Color information
#DEBEC3 (or 0xDEBEC3) is known color: Melanie. HEX triplet: DE, BE and C3. RGB value is (222,190,195). Sum of RGB (Red+Green+Blue) = 222+190+195=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEC3 is #21413C. Grayscale: #C8C8C8. Windows color (decimal): -2179389 or 12828382. OLE color: 12828382.
HSL color Cylindrical-coordinate representation of color #DEBEC3: hue angle of 350.62º 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 #DEBEC3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 195 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.13 |
| HSL | 350.63º | 0.33% | 0.81% | - |
| HSV(B) | 350.63º | 0.14% | 0.87% | - |
| XYZ | 58.39 | 56.3 | 59.42 | - |
| YUV | 200.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 195 | 0 | 0.14 | 0.12 | 0.13 | 350.63 | 0.33 | 0.81 |
| Hex | DE | BE | C3 | 0 | E | C | D | 15F | 21 | 51 |
| Octal | 336 | 276 | 303 | 0 | 16 | 14 | 15 | 537 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11000011 | 0 | 1110 | 1100 | 1101 | 101011111 | 100001 | 1010001 |
Color Harmonies of #DEBEC3
Complementary color
Monochromatic Colors of #DEBEC3
Black with #DEBEC3
Text Example
Text Example
White with #DEBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEC3; }
p { color: rgb(222,190,195); }
H1.HeaderClassName
{
color: #DEBEC3;
}
.AnyTagClassName
{
color: #DEBEC3;
}
</style>
background-color css
<style>
a { background-color: #DEBEC3; }
a { background-color: rgb(222,190,195); }
div.DivClassName
{
background-color: #DEBEC3;
}
.BgClassName
{
background-color: #DEBEC3;
}
</style>
border-color css
<style>
span { border-color: #DEBEC3; }
span { border-color: rgb(222,190,195); }
td.TdClassName
{
border-color: #DEBEC3;
}
.TagClassName
{
border-color: #DEBEC3;
}
</style>