Shades of Mauve #DEB1EC
Tints of Mauve #DEB1EC
RGB
CMYK
RGB Variations
Color information
#DEB1EC (or 0xDEB1EC) is known color: Mauve. HEX triplet: DE, B1 and EC. RGB value is (222,177,236). Sum of RGB (Red+Green+Blue) = 222+177+236=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1EC is #214E13. Grayscale: #C4C4C4. Windows color (decimal): -2182676 or 15512030. OLE color: 15512030.
HSL color Cylindrical-coordinate representation of color #DEB1EC: hue angle of 285.76º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB1EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 177 | 236 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.07 |
| HSL | 285.76º | 0.61% | 0.81% | - |
| HSV(B) | 285.76º | 0.25% | 0.93% | - |
| XYZ | 60.99 | 53.03 | 86.38 | - |
| YUV | 197.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 236 | 0.06 | 0.25 | 0 | 0.07 | 285.76 | 0.61 | 0.81 |
| Hex | DE | B1 | EC | 6 | 19 | 0 | 7 | 11E | 3D | 51 |
| Octal | 336 | 261 | 354 | 6 | 31 | 0 | 7 | 436 | 75 | 121 |
| Binary | 11011110 | 10110001 | 11101100 | 110 | 11001 | 0 | 111 | 100011110 | 111101 | 1010001 |
Color Harmonies of #DEB1EC
Complementary color
Monochromatic Colors of #DEB1EC
Black with #DEB1EC
Text Example
Text Example
White with #DEB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1EC; }
p { color: rgb(222,177,236); }
H1.HeaderClassName
{
color: #DEB1EC;
}
.AnyTagClassName
{
color: #DEB1EC;
}
</style>
background-color css
<style>
a { background-color: #DEB1EC; }
a { background-color: rgb(222,177,236); }
div.DivClassName
{
background-color: #DEB1EC;
}
.BgClassName
{
background-color: #DEB1EC;
}
</style>
border-color css
<style>
span { border-color: #DEB1EC; }
span { border-color: rgb(222,177,236); }
td.TdClassName
{
border-color: #DEB1EC;
}
.TagClassName
{
border-color: #DEB1EC;
}
</style>