Shades of Melanie #DEBFC2
Tints of Melanie #DEBFC2
RGB
CMYK
RGB Variations
Color information
#DEBFC2 (or 0xDEBFC2) is known color: Melanie. HEX triplet: DE, BF and C2. RGB value is (222,191,194). Sum of RGB (Red+Green+Blue) = 222+191+194=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC2 is #21403D. Grayscale: #C8C8C8. Windows color (decimal): -2179134 or 12763102. OLE color: 12763102.
HSL color Cylindrical-coordinate representation of color #DEBFC2: hue angle of 354.19º degrees, saturation: 0.32, 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 #DEBFC2 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 194 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 354.19º | 0.32% | 0.81% | - |
| HSV(B) | 354.19º | 0.14% | 0.87% | - |
| XYZ | 58.49 | 56.69 | 58.9 | - |
| YUV | 200.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 194 | 0 | 0.14 | 0.13 | 0.13 | 354.19 | 0.32 | 0.81 |
| Hex | DE | BF | C2 | 0 | E | D | D | 162 | 20 | 51 |
| Octal | 336 | 277 | 302 | 0 | 16 | 15 | 15 | 542 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11000010 | 0 | 1110 | 1101 | 1101 | 101100010 | 100000 | 1010001 |
Color Harmonies of #DEBFC2
Complementary color
Monochromatic Colors of #DEBFC2
Black with #DEBFC2
Text Example
Text Example
White with #DEBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFC2; }
p { color: rgb(222,191,194); }
H1.HeaderClassName
{
color: #DEBFC2;
}
.AnyTagClassName
{
color: #DEBFC2;
}
</style>
background-color css
<style>
a { background-color: #DEBFC2; }
a { background-color: rgb(222,191,194); }
div.DivClassName
{
background-color: #DEBFC2;
}
.BgClassName
{
background-color: #DEBFC2;
}
</style>
border-color css
<style>
span { border-color: #DEBFC2; }
span { border-color: rgb(222,191,194); }
td.TdClassName
{
border-color: #DEBFC2;
}
.TagClassName
{
border-color: #DEBFC2;
}
</style>