Shades of Mauve #DEB1FE
Tints of Mauve #DEB1FE
RGB
CMYK
RGB Variations
Color information
#DEB1FE (or 0xDEB1FE) is known color: Mauve. HEX triplet: DE, B1 and FE. RGB value is (222,177,254). Sum of RGB (Red+Green+Blue) = 222+177+254=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1FE is #214E01. Grayscale: #C6C6C6. Windows color (decimal): -2182658 or 16691678. OLE color: 16691678.
HSL color Cylindrical-coordinate representation of color #DEB1FE: hue angle of 275.06º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEB1FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 177 | 254 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.00 |
| HSL | 275.06º | 0.97% | 0.85% | - |
| HSV(B) | 275.06º | 0.3% | 1% | - |
| XYZ | 63.74 | 54.13 | 100.85 | - |
| YUV | 199.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 254 | 0.13 | 0.30 | 0 | 0.00 | 275.06 | 0.97 | 0.85 |
| Hex | DE | B1 | FE | D | 1E | 0 | 0 | 113 | 61 | 55 |
| Octal | 336 | 261 | 376 | 15 | 36 | 0 | 0 | 423 | 141 | 125 |
| Binary | 11011110 | 10110001 | 11111110 | 1101 | 11110 | 0 | 0 | 100010011 | 1100001 | 1010101 |
Color Harmonies of #DEB1FE
Complementary color
Monochromatic Colors of #DEB1FE
Black with #DEB1FE
Text Example
Text Example
White with #DEB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1FE; }
p { color: rgb(222,177,254); }
H1.HeaderClassName
{
color: #DEB1FE;
}
.AnyTagClassName
{
color: #DEB1FE;
}
</style>
background-color css
<style>
a { background-color: #DEB1FE; }
a { background-color: rgb(222,177,254); }
div.DivClassName
{
background-color: #DEB1FE;
}
.BgClassName
{
background-color: #DEB1FE;
}
</style>
border-color css
<style>
span { border-color: #DEB1FE; }
span { border-color: rgb(222,177,254); }
td.TdClassName
{
border-color: #DEB1FE;
}
.TagClassName
{
border-color: #DEB1FE;
}
</style>