Shades of Mauve #DEB1F4
Tints of Mauve #DEB1F4
RGB
CMYK
RGB Variations
Color information
#DEB1F4 (or 0xDEB1F4) is known color: Mauve. HEX triplet: DE, B1 and F4. RGB value is (222,177,244). Sum of RGB (Red+Green+Blue) = 222+177+244=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 177 (69.53% from 255 or 27.53% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEB1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB1F4 is #214E0B. Grayscale: #C5C5C5. Windows color (decimal): -2182668 or 16036318. OLE color: 16036318.
HSL color Cylindrical-coordinate representation of color #DEB1F4: hue angle of 280.3º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB1F4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 177 | 244 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.04 |
| HSL | 280.3º | 0.75% | 0.83% | - |
| HSV(B) | 280.3º | 0.27% | 0.96% | - |
| XYZ | 62.18 | 53.51 | 92.64 | - |
| YUV | 198.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 244 | 0.09 | 0.27 | 0 | 0.04 | 280.3 | 0.75 | 0.83 |
| Hex | DE | B1 | F4 | 9 | 1B | 0 | 4 | 118 | 4B | 53 |
| Octal | 336 | 261 | 364 | 11 | 33 | 0 | 4 | 430 | 113 | 123 |
| Binary | 11011110 | 10110001 | 11110100 | 1001 | 11011 | 0 | 100 | 100011000 | 1001011 | 1010011 |
Color Harmonies of #DEB1F4
Complementary color
Monochromatic Colors of #DEB1F4
Black with #DEB1F4
Text Example
Text Example
White with #DEB1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1F4; }
p { color: rgb(222,177,244); }
H1.HeaderClassName
{
color: #DEB1F4;
}
.AnyTagClassName
{
color: #DEB1F4;
}
</style>
background-color css
<style>
a { background-color: #DEB1F4; }
a { background-color: rgb(222,177,244); }
div.DivClassName
{
background-color: #DEB1F4;
}
.BgClassName
{
background-color: #DEB1F4;
}
</style>
border-color css
<style>
span { border-color: #DEB1F4; }
span { border-color: rgb(222,177,244); }
td.TdClassName
{
border-color: #DEB1F4;
}
.TagClassName
{
border-color: #DEB1F4;
}
</style>